Standard Attributes
List entry properties for the APEX menu widget are described in the official API. The plug-in supports properties as follows:
Property | Is supported |
---|---|
type | |
id | |
label | |
labelKey | |
offLabel | |
offLabelKey | |
onLabel | |
onLabelKey | |
hide | |
disabled | |
iconType | |
icon | |
iconStyle | |
href | |
action | |
set | |
get | |
accelerator | |
menu* | |
choices | |
choices[].label | |
choices[].labelKey | |
choices[].value | |
choices[].disabled | |
choices[].accelerator | |
current |
*
menu property is implemented via property items
to avoid unnecessary nested objects. See Inline Help Text
for attribute Override behavior
for example implementation.