Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PartEditorField<T>

Type parameters

  • T

Hierarchy

Index

Constructors

constructor

Properties

Protected _component

_component: IFieldComponent

Protected Optional _el

Protected _key

_key: string

Accessors

Static propertyType

propertyType:

Methods

dispose

  • dispose(): void
  • Returns void

getDOM

  • getDOM(): undefined | HTMLElement
  • Returns undefined | HTMLElement

getFullKeyName

  • getFullKeyName(): string
  • Returns string

getValue

  • getValue(): T
  • Returns T

setValue

  • setValue(v: any): void
  • Parameters

    • v: any

    Returns void

Generated using TypeDoc