CustomPropertyRegisteredEventΒΆ

Class CustomPropertyRegisteredEvent

CUSTOM_PROPERTY_REGISTERED CUSTOM_PROPERTY_REGISTERED

Hierarchy

Constructors

  • 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

customPropName: string

The name of the custom Property

defaultValue: any

specifies the Property default value

id: number
recursive: boolean

The recursive state of the new custom Property

transactionCode?: string
transactionID?: number
type?: EventType