Loom Engine - v3.1.1
    Preparing search index...

    Interface SerializedMutation

    interface SerializedMutation {
        op: string;
        target: string;
        property?: string;
        tag?: string;
        previous?: number;
        next?: number;
    }
    Index

    Properties

    op: string
    target: string
    property?: string
    tag?: string
    previous?: number
    next?: number