sesaparcours
    Preparing search index...
    interface TableauCreateOptions {
        headingCols?: string[];
        headingLines?: string[];
        options?: Record<string, string>;
        raws: string[][];
    }
    Index

    Properties

    headingCols?: string[]
    headingLines?: string[]
    options?: Record<string, string>
    raws: string[][]