RichTransaction
interface exported by @mwillbanks/tuil-editor.
interface
Public interface exported by @mwillbanks/tuil-editor.
export interface RichTransaction {
readonly path: readonly number[];
readonly node?: RichNode;
readonly remove?: boolean;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
path | readonly number[] | Yes | The path member uses the readonly number[] contract. | — |
node | RichNode | undefined | No | The node member uses the RichNode | undefined contract. | RichNode |
remove | boolean | undefined | No | The remove member uses the boolean | undefined contract. | — |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference