createLogicStateKey
Creates a unique key for a logic entry (fieldKey + logicType).
Presentation
function createLogicStateKey (fieldKey: string, logicType: LogicType ): string;Returns
stringParameters
| Name | Type | Description |
|---|---|---|
| fieldKey | string | |
| logicType | |