Signal
Type Alias
A reactive value which notifies consumers of any changes.
API
Description
type Signal = (() => T) & { [SIGNAL]: unknown;}Jump to details
A reactive value which notifies consumers of any changes.
type Signal = (() => T) & { [SIGNAL]: unknown;}