Function: useStateBinding()
API / @xmachines/play-solid / useStateBinding
function useStateBinding<T>(path): [Accessor<T | undefined>, (value) => void];Defined in: @json-render/solid
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type |
|---|---|
path | string |
Returns
[Accessor<T | undefined>, (value) => void]