Newer Version Available
aura:interface
The aura:interface tag has the following optional attributes.
| Attribute | Type | Description |
|---|---|---|
| access | String | Indicates whether the interface can be extended or used outside of its own namespace. Possible values are public (default), and global. |
| description | String | A description of the interface. |
| extends | Component | The comma-seperated list of interfaces to be extended. For example, extends="namespace:intfB". |