Sprotty
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Class. Button Handler Registry

missing()

protected missing(key): IButtonHandler

Defined in: packages/sprotty/src/utils/registry.ts:145

Parameters

key

string

Returns

IButtonHandler

Inherited from

InstanceRegistry.missing


override()

override(key, instance): void

Defined in: packages/sprotty/src/utils/registry.ts:116

Parameters

key

string

instance

IButtonHandler

Returns

void

Inherited from

InstanceRegistry.override


register()

register(key, instance): void

Defined in: packages/sprotty/src/utils/registry.ts:106

Parameters

key

string

instance

IButtonHandler

Returns

void

Inherited from

InstanceRegistry.register