Skip to content

Avatar

An avatar is an iconic image component. It can also be clicked to open a menu.

Tips

Properties

UI Dialog

ItemInput valueOptionDefault value
IDstringautomatic
Widthstring40
Heightstring40
Xstring
Ystring
Sizestring・Small
・Medium
・Large
Medium
Variantselect- Circular
- Rounded
- Square
OUTLINED
Colorstring
color picker
Badgeboolean- on
- off
off
Visibilityboolean- on
- off
on
Valuestring
select dialog
Letterstring
Click Eventselect- None
- Menu
None
Menu Itemstable details 1

Action

ItemPropertiesData TypeOptionsDefault value
idstringautomatic
widthstring40
heightstring40
xstring
ystring
sizestring・small
・medium
・large
medium
variantstring- circular
- rounded
- square
circular
colorstring
badgeboolean- true
- false
false
visibilityboolean- true
- false
true
valuestring
letterstring
menuItemsarray of object

Tips

[Details 1] Menu Item

The default status is registered as follows. Register from the "ADD" button
To delete, select the check box and click the "DELETE" button

SelectIDICONLABELCLICK EVENTNEXT UIURLDIVIDER
CheckboxProfileAccountCircleProfileNoneNo
CheckboxMFA_SettingSettingsMFA SettingNextUiMFA Setting Step1No
CheckboxChange_PasswordLockResetChange passwordNextUiChange PasswordNo
CheckboxSign_OutLogoutSign outNextUiSign OutNo

“menuItems” is in the form of an array of objects.

[
{"id":"Profile","icon":"AccountCircle","label":"Profile","clickEvent":"None","nextUi":"","url":"","divider":false},
{"id":"MFA_Setting","icon":"Settings","label":"MFA Setting","clickEvent":"NextUi","nextUi":"MFA_Setting_Step1_code","url":"","divider":false},
{"id":"Change_Password","icon":"LockReset","label":"Change Password","clickEvent":"NextUi","nextUi":"Change_Password_code","url":"","divider":false},
{"id":"Sign_Out","icon":"Logout","label":"Sign Out","clickEvent":"NextUi","nextUi":"Sign_Out_code","url":"","divider":false}
]

Tips

Event

Event nameDescription
onclickPerforms an action when clicked.