Interface ITransformResult

interface ITransformResult {
    content: string;
    contentLineOffset: number;
    features: IFeatures;
    frontmatter?: {
        markmap?: IMarkmapJSONOptions;
        title?: string;
    };
    root: IPureNode;
}

Hierarchy (view full)

Properties

content: string
contentLineOffset: number

The index of line where content without frontmatter starts

features: IFeatures
frontmatter?: {
    markmap?: IMarkmapJSONOptions;
    title?: string;
}

Type declaration

root: IPureNode

Generated using TypeDoc