A single entry in a mode resolution table. Entries are evaluated in order; the first entry whose conditions all match the input state determines the connection mode.

Hierarchy

  • ModeResolutionEntry

Properties

Properties

conditions: Partial<ModeState>

Conditions to match against the input state. All specified fields must match for this entry to apply. Unspecified fields match any value. An empty object matches all inputs (catch-all).

The mode to resolve to when this entry matches.

Generated using TypeDoc