fusion_addin_framework.utils.ui_ids_dict¶
- fusion_addin_framework.utils.ui_ids_dict(out_file_path=None) → Dict¶
Dumps the ids of the fusion user interface element to a hierachical dict.
To dump the dict to a file use
with open(Path(__file__).absolute().parent / "ui_ids.json", "w+") as f: json.dump(ui_ids_dict(), f, indent=4)
- Returns
A dictionairy which represents the full user interface.
- Return type
Dict