API Reference / Modules / configurator-core/src/roomle-configurator / <internal> / ConfiguratorKernelAccessCallbackI

# Interface: ConfiguratorKernelAccessCallbackI

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

# Hierarchy

# Implemented by

# Table of contents

# Methods

# Methods

# isReady

isReady(): void

# Returns

void

# Inherited from

KernelAccessCallbackI.isReady

# Defined in

packages/common-core/src/kernel-access-callback.ts:4 (opens new window)


# loadError

loadError(error?): void

# Parameters

Name Type
error? any

# Returns

void

# Inherited from

KernelAccessCallbackI.loadError

# Defined in

packages/common-core/src/kernel-access-callback.ts:6 (opens new window)


# updateParameters

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

# Parameters

Name Type
parameters KernelParameter[]
parameterGroups KernelParameterGroup[]
elementId number | number[]
parameterUpdateType PARAMETER_UPDATE_TYPE

# Returns

void

# Defined in

packages/configurator-core/src/services/configurator-kernel-access-callback.ts:18 (opens new window)


# updatePossibleChildren

updatePossibleChildren(elementId, children, parameterUpdateType?): void

# Parameters

Name Type
elementId number
children KernelPossibleChild[]
parameterUpdateType? PARAMETER_UPDATE_TYPE

# Returns

void

# Defined in

packages/configurator-core/src/services/configurator-kernel-access-callback.ts:12 (opens new window)