ConditionPredicate
typeThe body of a condition. Synchronous on purpose: it runs whenever the host recomputes enablement, so it must read state and return, never await or call an action.
Import
import { ConditionPredicate } from '@modular/sdk';Notes
- category
- State