Variable: ENTITY_CONSEQUENCE
constENTITY_CONSEQUENCE:object
Defined in: semantics/taxonomy.ts:420
Which consequence values are legal for each entity.
Action is the only entity whose interactions produce authorial effect-
on-state today (committing submits, destructive deletes, neutral
everything else). Other entities' interactions — input entry, navigation
— do not carry the same authorial "what does this do" meta and are
intentionally left empty.
Type Declaration
Action
readonlyAction: readonly ["neutral","committing","destructive"]
Collection
readonlyCollection: readonly [] =[]
Disclosure
readonlyDisclosure: readonly [] =[]
Feedback
readonlyFeedback: readonly [] =[]
Input
readonlyInput: readonly [] =[]
Navigation
readonlyNavigation: readonly [] =[]
Overlay
readonlyOverlay: readonly [] =[]
Selection
readonlySelection: readonly [] =[]
Structure
readonlyStructure: readonly [] =[]