_Rule Condition
_RuleCondition
_RuleCondition Objects
class _RuleCondition()Defines the builder to configure a _RuleCondition
constructor
function -> '_RuleCondition'Constructor
Arguments:
parentRuleConfigurations - RuleConfiguration objectconditionDataObject - condition data to manage
Returns:
_RuleCondition
deactivateDelay
function deactivateDelay() -> '_RuleCondition'Deactivates the delay of the condition
Returns:
_RuleCondition
parent
function parent() -> 'RuleConfiguration'Returns parent
Returns:
RuleConfiguration
setDelay
function setDelay(delay: number) -> '_RuleCondition'Set the delay, in seconds, of the condition
Arguments:
delaynumber
Returns:
_RuleCondition
setParameterValue
function setParameterValue(parameterName: string,parameterValue: string) -> '_RuleCondition'Sets a value to the selected parameter
Arguments:
parameterNamestringparameterValuestring
Returns:
_RuleCondition