Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StackAttrs<V>

StackAttrs

Type parameters

  • V

Hierarchy

Index

Properties

Optional class

class: string

class is typically applied to the root level DOM of a widget's view.

Use it to define custom rules for styling specific widget instances.

Optional decorator

decorator: function

decorator is a function that turns a member into a string.

Type declaration

    • (v: V): string
    • Parameters

      • v: V

      Returns string

Optional disabled

disabled: boolean

disabled indicates the control should not be interactable.

Optional elementTemplate

elementTemplate: ElementTemplate<V>

elementTemplate for rendering each member of the stack.

Optional name

name: string

name of the control.

Used by controls to tag events with names.

Optional onChange

onChange: function

onChange handler

Type declaration

Optional value

value: V[]

value of the control.

Used to intialize controls and may also be the value of an Event.

Generated using TypeDoc