Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a dialog button.

Hierarchy

  • DialogButton

Index

Properties

Methods

Properties

focus

focus: boolean

Whether this button is focused.

id

id: string

Button ID.

text

text: string

Button text

Methods

action

  • action(e?: { btn: HTMLElement; dlg: Dialog }): void | "$close"
  • Button action

    Parameters

    • Optional e: { btn: HTMLElement; dlg: Dialog }
      • btn: HTMLElement
      • dlg: Dialog

    Returns void | "$close"

Generated using TypeDoc