asyncObjectSignal
asyncObjectSignal<
Input>(initialValue,options?):AsyncObjectSignal<Input>
Defined in: projects/view-core/util/create-async-object-signal.ts:22
Type Parameters
Section titled “Type Parameters”Input extends Record<string, any> | undefined
Parameters
Section titled “Parameters”initialValue
Section titled “initialValue”Input
options?
Section titled “options?”CreateSignalOptions<Input>
Returns
Section titled “Returns”AsyncObjectSignal<Input>