Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 545 Bytes

MenuSpec.md

File metadata and controls

16 lines (11 loc) · 545 Bytes

halo_client.model.MenuSpec

Load the model package

import 'package:halo_client/api.dart';

Properties

Name Type Description Notes
displayName String The display name of the menu.
menuItems BuiltSet<String> Names of menu children below this menu. [optional]

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