Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/main
index
ActionTracer
Action
Interface Action
interface
Action
{
input
?:
unknown
;
mutations
?:
Mutation
[]
;
output
?:
unknown
;
path
?:
DataModelPath
;
status
?:
Status
;
type
:
ActionType
;
}
Index
Properties
input?
mutations?
output?
path?
status?
type
Properties
Optional
input
input
?:
unknown
Optional
mutations
mutations
?:
Mutation
[]
Optional
output
output
?:
unknown
Optional
path
path
?:
DataModelPath
Optional
status
status
?:
Status
type
type
:
ActionType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
input
mutations
output
path
status
type
matter.js-monorepo
Loading...