interface MetaDashboardCollection {
    label?: string;
    pathname: string;
    repositoryAlias: string;
}

Properties

label?: string

Optional string to display as the label for the dashboard collection

pathname: string

The URL path for the dashboard which is used for navigating or deep linking directly to the dashboard

[ "media-management-dashboard", "my-awesome-dashboard" ]

repositoryAlias: string

The alias of the repository that the dashboard collection is for

[ "Umb.Repository.Media" ]

""