@twinfinity/core
    Preparing search index...

    Interface FilePatchSet

    interface FilePatchSet {
        patches: FilePatch[];
        viewVersion: number;
    }
    Index

    Properties

    Properties

    patches: FilePatch[]

    Ordered list of patch operations to apply

    viewVersion: number

    Format version of the patch view. Currently only version 1 is supported.