tuil
ReferencePackages@mwillbanks/tuil-editorAPI

RichTransaction

interface exported by @mwillbanks/tuil-editor.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-editor.

export interface RichTransaction {
  readonly path: readonly number[];
  readonly node?: RichNode;
  readonly remove?: boolean;
}

Members

MemberTypeRequiredDescriptionRelated types
pathreadonly number[]YesThe path member uses the readonly number[] contract.
nodeRichNode | undefinedNoThe node member uses the RichNode | undefined contract.RichNode
removeboolean | undefinedNoThe 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.

Source

View the secondary source reference

Package

@mwillbanks/tuil-editor

On this page