Documents / @faasjs/react / WindowStateRef
Type Alias: WindowStateRef<T>
WindowStateRef<
T> =Readonly<{current:T; }>
Ref object exposed by createWindowStates for reading the latest shared state value.
Type Parameters
T
T
Shared state value type.