RSX Code Reference
    Preparing search index...

    Class InspectorAction

    The InspectorAction class provides the UI representation for the InspectableAction.

    Index
    name: string

    Name of the action.

    • get isActive(): boolean

      Activates or deactivates the underlying UI elements.

      Returns boolean

    • set isActive(value: boolean): void

      Parameters

      • value: boolean

      Returns void

    • get isDisabled(): boolean

      Disables or enables the underlying UI elements. Disabled elements cannot be interacted with and have a faded out appearance.

      Returns boolean

    • set isDisabled(value: boolean): void

      Parameters

      • value: boolean

      Returns void

    • Returns void