Undocumented

Hierarchy (view full)

Constructors

Properties

action: string

Undocumented

actionText: string

Undocumented

asJSON: string

Gets the object as serialized JSON string. Or sets serialized JSON (to fill this object's metadata by the metadata included within the JSON)

global: boolean

Undocumented

hotkey: string

Undocumented

id: number

Gets integer id of the object

objectType: string

Gets the object type as string

persistentID: string

Gets persistent id of the object

statusInfo: Promise<any>

Undocumented

title: string

Gets the object title

Methods

  • Parameters

    Returns Promise<any>

    Undocumented

  • Gets class name of the object.

    Returns string

  • Parameters

    • id: number

    Returns boolean

    Undocumented

  • Call defined method with locked data so user can access them.

    Parameters

    • func: (() => any)

      Method to call

        • (): any
        • Returns any

    Returns void

  • Parameters

    • id: number
    • value: boolean

    Returns void

    Undocumented