fix(core): update
This commit is contained in:
11
ts/navigationentry.ts
Normal file
11
ts/navigationentry.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as plugins from './navigation.plugins';
|
||||
|
||||
export class NavigationEntry {
|
||||
level: number;
|
||||
group: string;
|
||||
groupRanking: number;
|
||||
iconUrl: string;
|
||||
id: string;
|
||||
name: string;
|
||||
callBack: (idArg?: string) => void;
|
||||
}
|
||||
Reference in New Issue
Block a user