Interface IStaticProps

Static properties for a component. These properties remain constant throughout the lifecycle of the component. This interface extends IStaticProps, inheriting the static properties defined for modules.

Hierarchy

Properties

__fixHelperStaticProps?: any
container?: string | false | HTMLElement

The container for the preloader. You can pass a CSS selector string, an HTML element, or set it to false if you only need the preloader callbacks.

Default

'#v-preloader'