Version: 4.x
vime-settings-control
A control for toggling the visiblity of the settings menu. This control is not displayed if no
settings (vime-settings
) has been provided for the current player.
#
Visual#
Usage- HTML
- React
- Vue
- Svelte
- Stencil
- Angular
example.vue
example.svelte
example.html
#
PropertiesProperty | Attribute | Description | Type | Default |
---|---|---|---|---|
expanded | expanded | Whether the settings menu this control manages is open. | boolean | false |
icon | icon | The URL to an SVG element or fragment to load. | string | '#vime-settings' |
menu | menu | The DOM id of the settings menu this control is responsible for opening/closing. | string ∣ undefined | undefined |
tooltipDirection | tooltip-direction | The direction in which the tooltip should grow. | "left" ∣ "right" ∣ undefined | undefined |
tooltipPosition | tooltip-position | Whether the tooltip is positioned above/below the control. | "bottom" ∣ "top" | 'top' |
#
Dependencies#
Used by#
Depends on#
GraphBuilt with StencilJS