Skip to main content
Version: v1

StashedLocalOpMetadata Interface

Contains information resulting from processing stashed shared tree ops

Signature

export interface StashedLocalOpMetadata

Properties

Property Modifiers Type Description
transformedEdit optional Edit<ChangeInternal> A modified version of the edit in an edit op that should be resubmitted rather than the original edit

Property Details

transformedEdit

A modified version of the edit in an edit op that should be resubmitted rather than the original edit

Signature

transformedEdit?: Edit<ChangeInternal>;

Type: Edit<ChangeInternal>