Typeberry by Fluffy Labs - v0.4.0
Preparing search index...
lib
state
WithStateView
Type Alias WithStateView<V>
Additional marker interface, when state view is supported/required.
type
WithStateView
<
V
=
StateView
>
=
{
view
()
:
V
;
}
Type Parameters
V
=
StateView
Implemented by
InMemoryState
SerializedState
Index
Methods
view
Methods
view
view
()
:
V
Get view of the state.
Returns
V
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
view
Typeberry by Fluffy Labs - v0.4.0
Loading...
Additional marker interface, when state view is supported/required.