Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/node
.
Contextual
Interface Contextual
Components may implement this interface to convey any associated
ActionContext
.
interface
Contextual
{
[context]
?:
ActionContext
;
context
:
typeof
context
;
contextOf
(
subject
:
unknown
)
:
undefined
|
ActionContext
;
setContextOf
(
subject
:
{}
,
context
?:
ActionContext
)
:
void
;
}
Index
Properties
[context]?
Properties
Optional
[context]
[context]
?:
ActionContext
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[context]
matter.js-monorepo
Loading...
Components may implement this interface to convey any associated ActionContext.