interface INodeExtended {
    data: IDataManager;
    operations: IOperationStack;
    self: INode<NodeType>;
}

Properties

Properties

operations: IOperationStack