Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISetting<T>

Class for working with {@link ViewerSettingsCard}s and holding the information

Type parameters

  • T

Hierarchy

  • ISetting

Index

Properties

handlerFn

handlerFn: function

Indicates a handler to call when the setting is intercated with

Type declaration

    • (val: T): void
    • Parameters

      • val: T

      Returns void

name

name: string

Indicates the name/label of the setting

Optional note

Indicates an optional note to be displayed

type

type: string

Indicates the type of setting

Optional value

value: any

Indicates an optional value to be displayed upon bind in a setting