Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KeyValue

Represents a key value widget

Hierarchy

  • KeyValue

Index

Constructors

constructor

  • new KeyValue(keyValue: KeyValueType): KeyValue

Properties

keyValue

keyValue: KeyValueType

Methods

setBottomLabel

  • setBottomLabel(bottomLabel: string): KeyValue
  • The optional bottom label of the key value widget.

    Parameters

    • bottomLabel: string

      The bottom label text.

    Returns KeyValue

    • This object, for chaining.

setButton

setIcon

  • Sets an optional icon to display for the key value widget

    Parameters

    • icon: Icon

      The options icon

    Returns KeyValue

    • This object, for chaining.

setOnClick

  • Sets an action that executes when the object is clicked.

    Parameters

    • onClick: OpenLink | Action

      The action to take when this element is clicked.

    Returns KeyValue

    • This object, for chaining.

Generated using TypeDoc