API Reference / Modules / configurator-core/src/configurator / <internal> / UiCallback

# Class: UiCallback

configurator-core/src/configurator..UiCallback

# Hierarchy

# Implements

# Table of contents

# Constructors

# Properties

# Methods

# Constructors

# constructor

new UiCallback(creator)

# Parameters

Name Type
creator string

# Defined in

packages/common-core/src/utils/ui-callback.ts:25 (opens new window)

# Properties

# _creator_

_creator_: string

# Implementation of

Context.creator

# Defined in

packages/common-core/src/utils/ui-callback.ts:8 (opens new window)

# Methods

# cameraStartsMoving

cameraStartsMoving(): void

# Returns

void

# Defined in

packages/common-core/src/utils/ui-callback.ts:57 (opens new window)


# get

get(target, prop): string | (target: UiCallback, prop: keyof UiCallback) => string | (target: UiCallback, prop: keyof UiCallback) => string | ... | (() => void) | (() => void) | (() => void) | () => void | () => void | () => void | () => void | () => void | () => void

# Parameters

Name Type
target UiCallback
prop keyof UiCallback

# Returns

string | (target: UiCallback, prop: keyof UiCallback) => string | (target: UiCallback, prop: keyof UiCallback) => string | ... | (() => void) | (() => void) | (() => void) | () => void | () => void | () => void | () => void | () => void | () => void

# Defined in

packages/common-core/src/utils/ui-callback.ts:43 (opens new window)


# mute

mute(): void

# Returns

void

# Defined in

packages/common-core/src/utils/ui-callback.ts:17 (opens new window)


# unmute

unmute(): void

# Returns

void

# Defined in

packages/common-core/src/utils/ui-callback.ts:21 (opens new window)