Button
- Drag Button prefab under Dashboard > Pages > [Page] > Viewport > Contents in hierarchy.
- Set any event function to
OnClick()in Button inspector. - Change button label Button > Text inspector in hierarchy.
- Set
isEnabledto false to disable the button.


- Detail is in DashboardButton class in the reference.