Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Toggleable

An interface for components that support toggleable state.

export
interface

Toggleable

Hierarchy

  • Toggleable

Implemented by

Index

Properties

Optional id

id: string

Optional identifier

identifier: string

selected

selected: boolean

A Boolean indicating whether the element is currently selected.

memberof

Toggleable

Methods

deselect

  • deselect(): void
  • Sets the state to unselected.

    memberof

    Toggleable

    Returns void

disable

  • disable(value: boolean): void
  • Sets the disabled state of the control.

    memberof

    Toggleable

    Parameters

    • value: boolean

    Returns void

select

  • select(): void
  • Sets the state to selected.

    memberof

    Toggleable

    Returns void

Generated using TypeDoc