isDerivationLogicConfig
Type guard to check if a logic config is a DerivationLogicConfig.
Presentation
function isDerivationLogicConfig (config: LogicConfig ): boolean;Returns
boolean -true if the config is for value derivation
Parameters
| Name | Type | Description |
|---|---|---|
| config | | The logic config to check |