Documentation
    Preparing search index...
    "export=": {
        all_views: (
            table: export=,
        ) => Promise<{ edit: export=; list: export=; show: export= }>;
        fill_table_row: (table: export=) => Promise<void>;
        initial_view: (table: export=, viewtemplate: string) => Promise<export=>;
        random_table: (opts?: GenObj) => Promise<export=>;
    }

    Type Declaration

    • all_views: (table: export=) => Promise<{ edit: export=; list: export=; show: export= }>

      Create all views

    • fill_table_row: (table: export=) => Promise<void>

      Fill table row by random data

    • initial_view: (table: export=, viewtemplate: string) => Promise<export=>

      Create View

    • random_table: (opts?: GenObj) => Promise<export=>