@kkdev92/vscode-ext-kit - v4.1.1
GitHub
npm
Preparing search index...
index
StorageCollection
Interface StorageCollection
Records typed storage definitions, making their accessors injectable.
interface
StorageCollection
{
add
<
T
>
(
definition
:
StorageDefinition
<
T
>
)
:
void
;
}
Index
Methods
add
Methods
add
add
<
T
>
(
definition
:
StorageDefinition
<
T
>
)
:
void
Type Parameters
T
Parameters
definition
:
StorageDefinition
<
T
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
add
GitHub
npm
@kkdev92/vscode-ext-kit - v4.1.1
Loading...
Records typed storage definitions, making their accessors injectable.