ExposedApi.Internal.UiCallbacks

Embedding API Reference / Modules / exposed-api / <internal> / UiCallbacks

Class: UiCallbacks

exposed-api.<internal>.UiCallbacks

Table of contents

Constructors

Methods

Constructors

constructor

new UiCallbacks(): UiCallbacks

Returns

UiCallbacks

Methods

onSelectionCancel

onSelectionCancel(): any

Returns

any


onSelectionChange

onSelectionChange(_selectionMode, _isRoot, _hasChildren, _components): any

Parameters

NameType

_selectionMode

string

_isRoot

boolean

_hasChildren

boolean

_components

KernelComponent[]

Returns

any

Last updated