Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ColorPin

Hierarchy

Index

Constructors

constructor

  • new ColorPin(id?: undefined | string, type?: PinType): ColorPin

Properties

id

id: string

name

name: string

type

type: PinType

value

value: Color

Static runtimeValueAccessor

runtimeValueAccessor: string = "_value"

Accessors

version

  • get version(): number

Methods

copy

deserialize

destroy

  • destroy(): void

getData

  • getData(): T

isA

  • isA<T>(type: object): boolean

serialize

setData

  • setData(data: Color): void

setProperty

  • setProperty(name: string, value: any): void

setState

upgrade