Configurator.Internal.UiCallback

configurator-core/src/configurator.internal.UiCallback

Hierarchy

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new UiCallback(creator)

Parameters

NameType

creator

string

Properties

_creator_

_creator_: string

Implementation of

Context.creator

Methods

cameraStartsMoving

cameraStartsMoving(): void

Returns

void


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

NameType

target

prop

Returns

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


mute

mute(): void

Returns

void


unmute

unmute(): void

Returns

void

Last updated