@hcl-software/domino-rest-sdk-node
    Preparing search index...

    Type Alias ListViewBody

    ListViewBody: {
        columns: DesignColumnSimple[];
        name: string;
        selectionFormula: string;
    } & DominoBaseListView

    Domino REST API list view properties for getting all views .

    Type declaration

    • columns: DesignColumnSimple[]

      Columns that comprises the view to which the document fields will be based.

    • name: string

      The name of the view.

    • selectionFormula: string

      The formula of getting the view.