Icon
This view allows you to display an icon.
The available icon names are:
Without custom color support:
ic_armoric_backpackic_battleic_d20ic_deathic_skillsic_staric_weapon
With custom color support:
ic_badgeic_conditionsic_daytimeic_editic_more_horizic_more_vertic_notesic_petsic_progressionic_sortic_starsic_whatshot
If you have a request for an icon that is not available yet, please contact the app developer by reaching out to feedback@blastervla.com by email.
JSON Format
{
"type": "icon",
"id": ...,
"type": ...,
"margin_left": ...,
"margin_right": ...,
"margin_top": ...,
"margin_bottom": ...,
"is_visible": ...,
"validation_message": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
validation_message | StatFormulaComponent | Optional. If this view is an input, you can define this formula to return a message when the input value is invalid. If the input is valid, you should return null. Otherwise, make the formula return the string that should be shown to the user. |