Options
All
  • Public
  • Public/Protected
  • All
Menu

Is also a namespace for scoping Condition based interfaces and types.

Index

Type aliases

ActionScope: "single" | "batch" | "transact"

Used in TableContext to determine the scope the action is executed in.

param single

Action will be preformed via the single item API.

param batch

Action will be preformed via the batch read/write API.

param transact

TAction will be preformed via the transaction read/write API.

AttributesSchema: {}

Defines the set of table attributes that are used by a field.

Type declaration

CompositeSlotMap<T, V>: V & { [ P in keyof T]: FieldCompositeSlot }

Defines the map for the named slots for a composite named field.

Type parameters

  • T: {}

  • V: {} = {}

Generated using TypeDoc