Databricks SDK for JavaScript
    Preparing search index...
    interface ViewItem {
        content?: string;
        name?: string;
        type?: ViewType;
    }
    Index

    Properties

    Properties

    content?: string

    Content of the view.

    name?: string

    Name of the view item. In the case of code view, it would be the notebook’s name. In the case of dashboard view, it would be the dashboard’s name.

    type?: ViewType

    Type of the view item.