Interface Row

A row used when generating the Jack#usage string

interface Row {
    left?: string;
    skipLine?: boolean;
    text: string;
    type?: string;
}

Hierarchy (view full)

Properties

left?: string
skipLine?: boolean
text: string
type?: string