hacifootprint
hcifootprintInterfaces

ActionHandle

Interface: ActionHandle

Defined in: src/atom/types.ts:1201

The handle returned by registerAction — a single-action ActionGroup.

Properties

actionId

readonly actionId: string

Defined in: src/atom/types.ts:1204


id

readonly id: string

Defined in: src/atom/types.ts:1202


node?

readonly optional node?: string

Defined in: src/atom/types.ts:1203

Methods

setBusy()

setBusy(busy): void

Defined in: src/atom/types.ts:1208

Say this action is working right now, in your own words — undefined stops saying it.

Parameters

busy

string | undefined

Returns

void


setEnabled()

setEnabled(enabled): void

Defined in: src/atom/types.ts:1206

Grey out / re-enable this action.

Parameters

enabled

boolean

Returns

void


unregister()

unregister(): void

Defined in: src/atom/types.ts:1209

Returns

void

On this page