Preparing search index...
The search index is not available
@just-web Documentation
Documentation
@just-web/commands
ContributionRegistry
Interface ContributionRegistry
Hierarchy
Registry
<
string
,
CommandContribution
>
WithAdder
<
CommandContribution
>
ContributionRegistry
Index
Properties
add
on
Change
reset
set
Methods
get
has
keys
list
size
update
Properties
add
add
:
Adder
<
CommandContribution
>
on
Change
on
Change
:
OnStateChange
<
Record
<
string
,
CommandContribution
>
>
reset
reset
:
ResetState
set
set
:
SetState
<
Record
<
string
,
CommandContribution
>
>
Methods
get
get
(
)
:
Record
<
string
,
CommandContribution
>
Returns
Record
<
string
,
CommandContribution
>
has
has
(
key
:
string
)
:
boolean
Parameters
key:
string
Returns
boolean
keys
keys
(
)
:
string
[]
Returns
string
[]
list
list
(
)
:
CommandContribution
[]
Returns
CommandContribution
[]
size
size
(
)
:
number
Returns
number
update
update
(
handler
:
(
(
draft
:
WritableDraft
<
Record
<
string
,
CommandContribution
>
>
)
=>
void
|
Record
<
string
,
CommandContribution
>
)
)
:
void
Deprecated
set()
provides the same functionality
Parameters
handler:
(
(
draft
:
WritableDraft
<
Record
<
string
,
CommandContribution
>
>
)
=>
void
|
Record
<
string
,
CommandContribution
>
)
(
draft
:
WritableDraft
<
Record
<
string
,
CommandContribution
>
>
)
:
void
|
Record
<
string
,
CommandContribution
>
Parameters
draft:
WritableDraft
<
Record
<
string
,
CommandContribution
>
>
Returns
void
|
Record
<
string
,
CommandContribution
>
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
Documentation
@just-
web/app
create
App
create
Test
App
@just-
web/browser
@just-
web/browser-
keyboard
@just-
web/browser-
preferences
@just-
web/commands
@just-
web/events
@just-
web/keyboard
key
Binding
Registry
@just-
web/log
just
Log
@just-
web/os
@just-
web/preferences
@just-
web/routes
@just-
web/states
@just-
web/testing
@just-
web/types
Plugin
Module
Contribution
Registry
add
on
Change
reset
set
get
has
keys
list
size
update
Generated using
TypeDoc
Deprecated
set()
provides the same functionality