Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

  • Parameters

    • Optional label: string
    • Optional value: any

    Returns ColorSelectItemModel

Properties

Private _value

_value: string

Protected bypass

bypass: boolean

Protected i18nKey

i18nKey: string

Protected i18nValue

i18nValue: any

label

label: string

Protected options

options: any

Accessors

value

  • get value(): string
  • set value(value: string): void
  • Returns string

  • Parameters

    • value: string

    Returns void

Methods

applyI18N

  • applyI18N(value: any): void

getI18NKey

  • getI18NKey(): string

getI18NValue

  • getI18NValue(): any

getOptions

  • getOptions(): any

getValue

  • getValue(): any

getValueAsRGB

  • getValueAsRGB(): string
  • Returns string

isBypassKey

  • isBypassKey(): boolean

setBypassKey

  • setBypassKey(bypass: boolean): void

setI18NKey

  • setI18NKey(i18nKey: string): void

setOptions

  • setOptions(options: any): void

Generated using TypeDoc