useWaldiez
useWaldiez\<
T
>(selector
):T
Defined in: src/waldiez/store/context.ts:22
A custom hook to access the Waldiez store. This hook uses the context to retrieve the store and allows for state selection.
Type ParametersΒΆ
TΒΆ
T
ParametersΒΆ
selectorΒΆ
(state
) => T
ReturnsΒΆ
T
The selected state from the Waldiez store.