jackspeak
    Preparing search index...

    Interface Row

    A row used when generating the Jack#usage string

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

    Hierarchy (View Summary)

    Index

    Properties

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