Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ComponentReferencePin<T>

Type parameters

Hierarchy

Index

Constructors

constructor

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

Properties

id

id: string

name

name: string

type

type: PinType

value

Static runtimeValueAccessor

runtimeValueAccessor: string = "_value"

Accessors

componentType

  • get componentType(): string
  • set componentType(type: string): void

version

  • get version(): number

Methods

copy

deserialize

destroy

  • destroy(): void

getData

  • getData(): T

isA

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

serialize

setData

setProperty

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

setState

upgrade