type GetStateFn<Value extends object = object> = (symbol: string) => Promise<Value>; Copy
type GetStateFn<Value extends object = object> = (symbol: string) => Promise<Value>;
Reads the current state value for the active pending or scheduled signal. Resolved from execution context — no signalId argument required.