For the complete documentation index, see llms.txt. This page is also available as Markdown.

RoomleConfigurator.Internal.ConfiguratorKernelAccessCallbackI

configurator-core/src/roomle-configurator.internal.ConfiguratorKernelAccessCallbackI

Hierarchy

Implemented by

Table of contents

Methods

Methods

isReady

isReady(): void

Returns

void

Inherited from


loadError

loadError(error?): void

Parameters

Name
Type

error?

any

Returns

void

Inherited from


updateParameters

updateParameters(parameters, parameterGroups, elementId, parameterUpdateType): void

Parameters

Name
Type

parameters

KernelParameter[]

parameterGroups

KernelParameterGroup[]

elementId

number | number[]

parameterUpdateType

PARAMETER_UPDATE_TYPE

Returns

void


updatePossibleChildren

updatePossibleChildren(elementId, children, parameterUpdateType?): void

Parameters

Name
Type

elementId

number

children

KernelPossibleChild[]

parameterUpdateType?

PARAMETER_UPDATE_TYPE

Returns

void

Last updated