Skip to content

@maxhealth.tech/prefab / actions / StateTarget

Type Alias: StateTarget

ts
type StateTarget = 
  | Signal
  | Collection
  | string;

Defined in: actions/sugar.ts:24

Anything that resolves to a state key: Signal, Collection, or raw string.

Released under the MIT License.