Interface ContentSourceMapDocumentValueSource

DocumentValueSource is a path to a value within a document

interface ContentSourceMapDocumentValueSource {
    document: number;
    path: number;
    type: "documentValue";
}

Properties

Properties

document: number
path: number
type: "documentValue"