Skip to content

@serenity-is/corelib / reloadLookupAsync

Function: reloadLookupAsync()

reloadLookupAsync<TItem>(key): Promise<Lookup<TItem>>

Forces reload of a lookup from the server. Note that only the client side cache is cleared. This does not force reloading in the server-side.

Type Parameters

TItem = any

Parameters

key

string

Lookup key

Returns

Promise<Lookup<TItem>>

Lookup

Defined in

src/base/scriptdata.ts:248