Interface IProcessResult

interface IProcessResult {
    html: string;
    redlining: string[];
}

Properties

Properties

html: string

generated html

redlining: string[]

primary list of items from selection + first level interators

Generated using TypeDoc