ValueCondition

Condition

Description

class ValueCondition extends Condition

Constructor

new ValueCondition(actionManager, target, propertyPath, value, operator)

Parameters

Name Type Description
actionManager ActionManager
target any
propertyPath string
value any

Members

propertyPath : string

value : any

operator : number

static IsEqual : number

static IsDifferent : number

static IsGreater : number

static IsLesser : number

Methods

isValid() boolean

serialize() any

static GetOperatorName(operator) string

Parameters

Name Type Description
operator number