Skip to main content

Interface: Accessible<T>

An item which allows others to access its state.

Type parameters

Name
T

Hierarchy

Implemented by

Methods

get

get(): T

Gets this item's state.

Returns

T

This item's state.

Defined in

src/sdk/sub/Accessible.ts:9