interface Resource {
    content: Buffer;
    name: string;
}

Properties

Properties

content: Buffer

the file content as a UTF8-encoded string

name: string

the resource name, e.g. myProcess.bpmn or myDecision.dmn

Generated using TypeDoc