DominoBaseListView: {
    alias?: string[];
    isFolder?: boolean;
    noteid?: string;
    title?: string;
    type?: ListType;
    unid?: string;
}

Domino REST API List View base properties.

Type declaration

  • Optionalalias?: string[]

    Alias of the view.

  • OptionalisFolder?: boolean

    Identify if the view is Folder or not.

  • Optionalnoteid?: string

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

  • Optionaltitle?: string

    Title of the View.

  • Optionaltype?: ListType

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

  • Optionalunid?: string

    The unique ID of the view