Export result.

interface ExportResult {
    content: string;
    type: DocumentType | ImageType;
}

Properties

Properties

content: string

File content.

File type: jpg, png, svg, webp, mrv, cxon, mol:V2, mol:V3, smiles, smarts, inchi, inchikey, cdx, skc

Generated using TypeDoc