parseLogicStateKey
Parses a logic state key back into field key and logic type.
Presentation
function parseLogicStateKey (key: string): {
fieldKey: string;
logicType: LogicType ;
};Returns
{ fieldKey: string; logicType: LogicType ; }Parameters
| Name | Type | Description |
|---|---|---|
| key | string |