I State Manager

Methods

get()

get<TValue>(key, stateScope?): null | TValue

Type parameters

TValue

Parameters

key: string

stateScope?: "instance" | "org" | "global"

Returns

null | TValue


removeByPrefix()

removeByPrefix(keyPrefix, stateScope?): void

Parameters

keyPrefix: string

stateScope?: "instance" | "org" | "global"

Returns

void


set()

set(key, value, stateScope?): void

Parameters

key: string

value: unknown

stateScope?: "instance" | "org" | "global"

Returns

void