interface MetaSectionView {
    icon: string;
    label?: string;
    pathname?: string;
}

Properties

Properties

icon: string

The icon displayed for this view in the navigation.

"box"

[ "box" ]

label?: string

The displayed name (label) in the navigation.

pathname?: string

This is the URL path part for this view. This is used for navigating or deep linking directly to the view https://yoursite.com/section/settings/view/my-view-path

my-view-path

[ "my-view-path" ]

MMNEPVFCICPMFPCPTTAAATR