isStateLogicConfig
Type guard to check if a logic config is a StateLogicConfig.
Presentation
function isStateLogicConfig (config: LogicConfig ): boolean;Returns
boolean -true if the config is for field state logic
Parameters
| Name | Type | Description |
|---|---|---|
| config | | The logic config to check |