Options
All
  • Public
  • Public/Protected
  • All
Menu

@ariesclark/state

Index

Type aliases

ComputeCallback<T, K>: (context: SubscribeCallbackContext<T>) => T[K]

Type parameters

  • T

  • K: Keys<T>

Type declaration

ComputeMapDeclaration<T>: { [ K in Keys<T>]?: ComputeDeclaration<T, K> }

An object of keys which will be handled by their respective computation declaration.

Type parameters

  • T

SubscribeCallback<T>: (context: SubscribeCallbackContext<T>) => Promise<void> | void

Type parameters

  • T

Type declaration

Variables

SubscribeOptionsDefaults: Readonly<Required<SubscribeOptions>> = ...

Generated using TypeDoc