Skip to content

PropertyRenderContext

Properties

app

app: App

Reference to the app


key

key: string

Key of the property field


metadataEditor

metadataEditor: MetadataEditor

Reference to the metadata editor


sourcePath

sourcePath: string

Determine the source path of current context

Methods

blur()

blur(): void

Callback called on property field unfocus

Returns

void


onChange()

onChange(value): void

Callback called on property value change

Parameters

value: unknown

Returns

void