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)

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