Documentation
    Preparing search index...
    type TableProvider = {
        configuration_workflow: (req?: Req) => AbstractWorkflow;
        fields: (cfg: GenObj) => Promise<FieldLike[]>;
        get_table: (cfg: GenObj) => Partial<AbstractTable>;
    }
    Index

    Properties

    configuration_workflow: (req?: Req) => AbstractWorkflow
    fields: (cfg: GenObj) => Promise<FieldLike[]>
    get_table: (cfg: GenObj) => Partial<AbstractTable>