CustomPropertyRegisteredEvent¶
Class CustomPropertyRegisteredEvent
Hierarchy (View Summary)
- WebVisEvent
- CustomPropertyRegisteredEvent
Index
Properties
custom Prop Name
customPropName: string
default Value
defaultValue: any
id
id: number
The unique ID of the event.
recursive
recursive: boolean
Optional
transaction Code
transactionCode?: string
The transaction code associated with the event.
Optional
transactionID
transactionID?: number
The transaction ID associated with the event.
Optional
type
The type of the event.
This event is fired when a custom property has been registered.
Param: customPropName
The name of the custom property
Param: recursive
The recursive state of the new custom property
Param: defaultValue
specifies the property default value
See