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

    Type Alias DominoBaseListView

    Domino REST API List View base properties.

    type DominoBaseListView = {
        alias?: string[];
        isFolder?: boolean;
        noteid?: string;
        title?: string;
        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.

    type?: ListType

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

    unid?: string

    The unique ID of the view