gov-backdrop
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
accessibleLabel | accessible-label | Adds accessible label for the backdrop that is only shown for screen readers. | string | undefined |
accessibleLabelledBy | accessible-labelledby | String of id's that indicate alternative labels elements | string | undefined |
disabled | disabled | Makes the backdrop component disabled. | boolean | false |
inverse | inverse | Determine if component should have inverse colors to be used on dark background. | boolean | false |
Events
Event | Description | Type |
---|---|---|
gov-click | Emitted when button clicks. | CustomEvent<MouseEvent> |
Methods
validateAccessibility() => Promise<void>
Validate the accessibility attributes of the component
Returns
Type: Promise<void>
Dependencies
Used by
Graph
Built with StencilJS