CustomPropertyRegisteredEvent#
Class CustomPropertyRegisteredEvent
Hierarchy
- WebVisEvent
- CustomPropertyRegisteredEvent
Index
Constructors
Properties
Constructors
constructor
- new
Custom Property Registered Event(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
-
Properties
custom Prop Name
custom Prop Name: string
default Value
default Value: any
id
id: number
recursive
recursive: boolean
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
Optional
type
type?: EventType
CUSTOM_PROPERTY_REGISTERED CUSTOM_PROPERTY_REGISTERED