Optional
$$bindingsOptional
target?: string | HTMLElementDOM Element or CSS Selector
Static
Optional
elementThe custom element version of the component. Only present if compiled with the customElement
compiler option
This method only exists when using one of the legacy compatibility helpers, which is a stop-gap solution. See https://svelte.dev/docs/svelte/v5-migration-guide#Components-are-no-longer-classes for more info.
This method only exists when using one of the legacy compatibility helpers, which is a stop-gap solution. See https://svelte.dev/docs/svelte/v5-migration-guide#Components-are-no-longer-classes for more info.
This method only exists when using one of the legacy compatibility helpers, which is a stop-gap solution. See https://svelte.dev/docs/svelte/v5-migration-guide#Components-are-no-longer-classes for more info.
Deprecated
This constructor only exists when using the
asClassComponent
compatibility helper, which is a stop-gap solution. Migrate towards usingmount
instead. See https://svelte.dev/docs/svelte/v5-migration-guide#Components-are-no-longer-classes for more info.