configurator-core/src/configurator.
# Implements
# Table of contents
# Constructors
# Properties
# Methods
# Constructors
# constructor
• new default(_context_
)
# Parameters
Name | Type |
---|---|
_context_ | string |
# Properties
# _context_
• _context_: string
# _creator_
• _creator_: string
# Implementation of
# Methods
# getItem
▸ getItem(key
): any
# Parameters
Name | Type |
---|---|
key | string |
# Returns
any
# setItem
▸ setItem<T
>(key
, value
): void
# Type parameters
Name |
---|
T |
# Parameters
Name | Type |
---|---|
key | string |
value | T |
# Returns
void