Databricks SDK for JavaScript
    Preparing search index...

    Interface RevertDashboardResponse

    Response to revert a dashboard draft to its last published state.

    interface RevertDashboardResponse {
        dashboard?: Dashboard;
    }
    Index

    Properties

    Properties

    dashboard?: Dashboard

    The reverted dashboard.