Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionToggleProperties

Hierarchy

Index

Properties

Optional active

active: boolean

Set this property to true to display a spinner icon.

Read more...

Optional className

className: string

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

Read more...

Optional disabled

disabled: boolean

Indicates whether this action is disabled.

Read more...

Optional id

id: string

The name of the ID assigned to this action.

Read more...

Optional title

title: string

The title of the action.

Read more...

Optional type

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

Specifies the type of action.

Read more...

Optional value

value: boolean

Indicates the value of whether the action is toggled on/off.

Read more...

Optional visible

visible: boolean

Indicates if the action is visible.

Read more...

Generated using TypeDoc