CustomPropertyRegisteredEvent¶
Class CustomPropertyRegisteredEvent
Hierarchy (View Summary)
- WebVisEvent
- CustomPropertyRegisteredEvent
Index
Constructors
Properties
Constructors
constructor
- new CustomPropertyRegisteredEvent(
customPropName: string,
recursive: boolean,
defaultValue: any,
): CustomPropertyRegisteredEvent This event signals a that a custom Property has been registered.
Parameters
- customPropName: string
The name of the custom Property
- recursive: boolean
The recursive state of the new custom Property
- defaultValue: any
specifies the Property default value
Returns CustomPropertyRegisteredEvent
- customPropName: string
Properties
custom Prop Name
customPropName: string
The name of the custom Property
default Value
defaultValue: any
specifies the Property default value
id
id: number
recursive
recursive: boolean
The recursive state of the new custom Property
Optional
transaction Code
transactionCode?: string
Optional
transactionID
transactionID?: number
CUSTOM_PROPERTY_REGISTERED CUSTOM_PROPERTY_REGISTERED