Configurator.Internal.default-6

configurator-core/src/configurator.internal.default

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new default(_context_)

Parameters

NameType

_context_

string

Properties

_context_

_context_: string


_creator_

_creator_: string

Implementation of

Context.creator

Methods

getItem

getItem(key): any

Parameters

NameType

key

string

Returns

any


setItem

setItem<T>(key, value): void

Type parameters

Name

T

Parameters

NameType

key

string

value

T

Returns

void

Last updated