Annotation Type AMPage
- 
 @Target(TYPE) @Retention(RUNTIME) @Documented public @interface AMPage 
- 
- 
Element Detail- 
labelString label - Returns:
- the i18n key for the label shown under the "Extensions" menu item, on the left pane
 
 
- 
 - 
- 
listEntitlementString listEntitlement - Returns:
- the entitlement required to access this extension page
 
 
- 
 - 
- 
iconString icon - Returns:
- the icon shown next to the label, under the "Extensions" menu item, on the left pane; check https://fortawesome.github.io/Font-Awesome/icons/ for more
 - Default:
- "fa-circle-o"
 
 
- 
 
-