Skip to main content

Variable: ENTITY_CONSEQUENCE

const ENTITY_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

readonly Action: readonly ["neutral", "committing", "destructive"]

Collection

readonly Collection: readonly [] = []

Disclosure

readonly Disclosure: readonly [] = []

Feedback

readonly Feedback: readonly [] = []

Input

readonly Input: readonly [] = []

readonly Navigation: readonly [] = []

Overlay

readonly Overlay: readonly [] = []

Selection

readonly Selection: readonly [] = []

Structure

readonly Structure: readonly [] = []