KC's Workspace
    Preparing search index...
    interface TextOptions {
        file: string;
        maxCols: number;
        skipEmpty: boolean;
        skipFull: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    file: string
    maxCols: number
    skipEmpty: boolean
    skipFull: boolean