Skip to content

galavi / BaseControl

Class: abstract BaseControl

Defined in: control/base.ts:27

Constructors

new BaseControl()

new BaseControl(id): BaseControl

Defined in: control/base.ts:33

Parameters

id

string

Returns

BaseControl

Properties

id

readonly id: string

Defined in: control/base.ts:28


readonly optional navMode: "orbit" | "fly"

Defined in: control/base.ts:31

If set, this control is a nav control for the given navigation mode.

Methods

handle()

abstract handle(action, state): State

Defined in: control/base.ts:37

Parameters

action

Action

state

State

Returns

State

Released under the GPL-3.0 License.