Loading
Type | String, Symbol |
Available options | "async" or "preload" |
Default | "async" |
Determines how hovercard is loaded. By default, with "async"
option, hovercard is fetched on server when required.
When option is set to "preload"
the hovercard will be generated during page load and inserted in a <template>
element, with the class .hovercard-content
, within the <coup-doeil>
element.