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

    Interface DominoRestListView

    Domino REST API List View base properties.

    interface DominoRestListView {
        alias?: string[];
        isFolder?: boolean;
        noteid?: string;
        title?: string;
        toListViewJson: () => ListViewBody;
        type?: ListType;
        unid?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    alias?: string[]

    Alias of the view.

    isFolder?: boolean

    Identify if the view is Folder or not.

    noteid?: string

    The note ID, which is uniquely identifies this view within a particular database.

    title?: string

    Title of the View.

    toListViewJson: () => ListViewBody
    type?: ListType

    Type of view: Can be a folder or a view.

    unid?: string

    The unique ID of the view