Skip to main content

Interface: Accessible<T>

Defined in: src/sdk/sub/Accessible.ts:4

An item which allows others to access its state.

Extended by

Type Parameters

Type Parameter
T

Methods

get()

get(): T

Defined in: src/sdk/sub/Accessible.ts:9

Gets this item's state.

Returns

T

This item's state.