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
# Methods
# onSelectionCancel
▸ onSelectionCancel(): any
# Returns
any
# Defined in
src/configurator/business-logic/ui-callback.ts:12 (opens new window)
# onSelectionChange
▸ onSelectionChange(_selectionMode
, _isRoot
, _hasChildren
, _components
): any
# Parameters
Name | Type |
---|---|
_selectionMode | string |
_isRoot | boolean |
_hasChildren | boolean |
_components | KernelComponent [] |
# Returns
any
# Defined in
src/configurator/business-logic/ui-callback.ts:6 (opens new window)