File

src/modules/app-menu/components/app-menu-config.intf.ts

Description

StarkMenuConfig interface

Index

Properties

Properties

menuGroups
menuGroups: StarkMenuGroup[]
Type : StarkMenuGroup[]
Optional

Array of menu groups to include in the menu.

menuSections
menuSections: StarkMenuSection[]
Type : StarkMenuSection[]
Optional

Array of menu sections to include in the menu. The menu sections provide a way to group a set of menu groups.

import { StarkMenuGroup } from "./app-menu-group.intf";
import { StarkMenuSection } from "./app-menu-section.intf";

/**
 * StarkMenuConfig interface
 */
export interface StarkMenuConfig {
	/**
	 * Array of menu groups to include in the menu.
	 */
	menuGroups?: StarkMenuGroup[];

	/**
	 * Array of menu sections to include in the menu. The menu sections provide a way to group a set of menu groups.
	 */
	menuSections?: StarkMenuSection[];
}

results matching ""

    No results matching ""