datatables.net-editor-server
    Preparing search index...

    Interface IHostOpts

    interface IHostOpts {
        action: string;
        db: Knex;
        editor: Editor;
        field: Field;
        id: string;
    }
    Index

    Properties

    Properties

    action: string
    db: Knex
    editor: Editor
    field: Field
    id: string