@finos/perspective
    Preparing search index...
    type ViewWindow = {
        compression: string | null;
        end_col: number | null;
        end_row: number | null;
        formatted: boolean | null;
        id: boolean | null;
        index: boolean | null;
        leaves_only: boolean | null;
        start_col: number | null;
        start_row: number | null;
    }
    Index

    Properties

    compression: string | null
    end_col: number | null
    end_row: number | null
    formatted: boolean | null
    id: boolean | null
    index: boolean | null
    leaves_only: boolean | null
    start_col: number | null
    start_row: number | null