API ReferencesFramework API ReferenceInterfacesAccessibleOn this pageInterface: Accessible<T> Defined in: src/sdk/sub/Accessible.ts:4 An item which allows others to access its state. Extended by MutableAccessible Subscribable Type Parameters Type ParameterT Methods get() get(): T Defined in: src/sdk/sub/Accessible.ts:9 Gets this item's state. Returns T This item's state.