Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SimplePopupButton

A simple popup button.

Hierarchy

  • SimplePopupButton

Implements

Index

Properties

Accessors

Methods

Properties

Protected _action

_action: deploy_contracts.PopupButtonAction

Stores the action.

Protected _tag

_tag: any

Stores the value that should be linked with that instance.

Protected _title

_title: string

Stores the title.

Accessors

action

  • get action(): deploy_contracts.PopupButtonAction
  • set action(newValue: deploy_contracts.PopupButtonAction): void
  • Gets the action of that button.

    inheritdoc

    Returns deploy_contracts.PopupButtonAction

  • Gets the action of that button.

    Parameters

    • newValue: deploy_contracts.PopupButtonAction

    Returns void

tag

  • get tag(): any
  • set tag(newValue: any): void
  • Contains an additional object that should be linked with that instance.

    inheritdoc

    Returns any

  • Contains an additional object that should be linked with that instance.

    Parameters

    • newValue: any

    Returns void

title

  • get title(): string
  • set title(newValue: string): void
  • A short title like 'Retry', 'Open Log' etc.

    inheritdoc

    Returns string

  • A short title like 'Retry', 'Open Log' etc.

    Parameters

    • newValue: string

    Returns void

Methods

toString

  • toString(): string

Generated using TypeDoc