Options
All
  • Public
  • Public/Protected
  • All
Menu

PreferenceStore implementation that stores preferences in the backend GraphQL store.

Hierarchy

Implements

Index

Constructors

constructor

Properties

Private Readonly context

context: HandlerContext

Methods

delete

Protected doDelete

  • doDelete(name: string, namespace: string): Promise<void>

Protected doGet

Protected doList

Protected doPut

get

  • get<V>(key: string, options?: { defaultValue?: V; scope?: PreferenceScope | string }): Promise<V | undefined>

list

put

Protected scope

Protected scopeKey

  • scopeKey(key: string, scope?: string): string

Generated using TypeDoc