Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionBase

Hierarchy

Index

Properties

active

active: boolean

Set this property to true to display a spinner icon.

Read more...

className

className: string

This adds a CSS class to the ActionButton's node.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

disabled

disabled: boolean

Indicates whether this action is disabled.

Read more...

id

id: string

The name of the ID assigned to this action.

Read more...

initialized

initialized: boolean

title

title: string

The title of the action.

Read more...

type

type: "button" | "slider" | "toggle"

Specifies the type of action.

Read more...

visible

visible: boolean

Indicates if the action is visible.

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • _set<T>(propertyName: string, value: T): ActionBase
  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns ActionBase

clone

  • Creates a deep clone of this object.

    Read more...

    Returns ActionBase

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns ActionBase

  • Parameters

    Returns ActionBase

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc