Interface Description

An arbitrary blob of text describing some stuff, set by the jack.description() method.

Indentation determined by level of the nearest header.

interface Description {
    left?: "";
    pre?: boolean;
    skipLine?: boolean;
    text: string;
    type: "description";
}

Hierarchy (view full)

Properties

left?: ""
pre?: boolean
skipLine?: boolean
text: string
type: "description"