Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "api/context/preferenceStore"

Index

Enumerations

Interfaces

Type aliases

Object literals

Type aliases

PreferenceStoreFactory

PreferenceStoreFactory: (ctx: HandlerContext) => PreferenceStore

Creates a PreferenceStore instance provided the HandlerContext of the current execution

Type declaration

Object literals

Const NoPreferenceStore

NoPreferenceStore: object

NoOp PreferenceStore implementation useful for situations in which the SDM does not support preferences or tests.

delete

get

list

put

  • put(key: string, value: V): Promise<V>

Generated using TypeDoc