@twinfinity/core
    Preparing search index...

    Interface FilePatch

    interface FilePatch {
        op: Op;
        path: string;
        value?: string;
    }
    Index

    Properties

    Properties

    op: Op

    The patch operation type

    path: string

    JSON Pointer-style path: /entities/{ifcGid} or /entities/{ifcGid}/(name|description)

    value?: string

    New value for replace operations. Must be omitted for remove operations.