ConditionInput
interfaceFields accepted by condition.
Import
import { ConditionInput } from '@modular/sdk';Members3
- id
TIdIdentifier, unique within the mod.
- titleoptional
stringLabel shown where the host explains why something is disabled.
- when
ConditionPredicateEvaluated synchronously whenever the state it reads changes. Return `true` to enable or reveal whatever this condition gates. Keep it pure, the host may call it often.
Notes
- category
- State