Class DynamicPropertiesDefinitionBeta

Class used in conjunction with PropertyRegistry to define dynamic properties that can be used on entities of a specified type or at the global World- level.

Hierarchy

  • DynamicPropertiesDefinition

Constructors

Methods

  • Parameters

    • identifier: string

    Returns void

    Remarks

    Defines a boolean dynamic property.

    This function can't be called in read-only mode.

    Throws

    This function can throw errors.

  • Parameters

    • identifier: string

    Returns void

    Remarks

    Defines a number dynamic property.

    This function can't be called in read-only mode.

    Throws

    This function can throw errors.

  • Parameters

    • identifier: string
    • maxLength: number

    Returns void

    Remarks

    Defines a string dynamic property.

    This function can't be called in read-only mode.

    Throws

    This function can throw errors.