Options
All
  • Public
  • Public/Protected
  • All
Menu

ButtonSelect

Type parameters

  • V

Hierarchy

Implements

Index

Constructors

Properties

Methods

Object literals

Constructors

constructor

  • children is an array of content passed to this Component.

    Parameters

    Returns ButtonSelect

Properties

attrs

children

children: Content[]

view

view: View = new views.Main(this)

Methods

removed

  • removed(): void
  • Returns void

render

  • render(): Content
  • Returns Content

rendered

  • rendered(): void
  • Returns void

Object literals

values

values: object

buttons

buttons: object

options

options: Option<V>[] = this.attrs.ww.options

value

value: V = this.attrs.ww.value

click

  • click(value: V): void

getClass

  • getClass(o: Option<V>): string

isActive

  • isActive(v: V): boolean

root

root: object

class

class: string = BUTTON_SELECT

Generated using TypeDoc