MCPcopy
hub / github.com/DevCloudFE/ng-devui / IMenuType

Interface IMenuType

devui/splitter/demo/shrink/shrink.component.ts:4–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { SplitterOrientation } from 'ng-devui/splitter';
3
4interface IMenuType {
5 title: string;
6 active: boolean;
7 children?: Array<{
8 title: string;
9 active: boolean;
10 }>;
11 icon?: string;
12}
13
14@Component({
15 selector: 'd-splitter-demo-shrink',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected