Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 817 Bytes

MenuItemSpec.md

File metadata and controls

20 lines (15 loc) · 817 Bytes

halo_client.model.MenuItemSpec

Load the model package

import 'package:halo_client/api.dart';

Properties

Name Type Description Notes
children BuiltSet<String> Children of this menu item [optional]
displayName String The display name of menu item. [optional]
href String The href of this menu item. [optional]
priority int The priority is for ordering. [optional]
target String The target attribute of this menu item. [optional]
targetRef Ref [optional]

[Back to Model list] [Back to API list] [Back to README]