Interface ITransformContext

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

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

Generated using TypeDoc