@finos/perspective
    Preparing search index...

    Options for serializing a window of data from a [View].

    Some fields of [ViewWindow] are only applicable to specific methods of [View].

    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

    Only impacts [View::to_arrow]

    end_col: number | null
    end_row: number | null
    formatted: boolean | null

    Only impacts [View::to_csv]

    id: boolean | null
    index: boolean | null
    leaves_only: boolean | null
    start_col: number | null
    start_row: number | null