Base class for Svelte components with some minor dev-enhancements. Used when dev=true.

Hierarchy

  • SvelteComponent
    • Account

Indexable

[accessor: string]: any

Constructors

  • Parameters

    • options: ComponentConstructorOptions<Record<string, any>>

    Returns Account

Properties

$$: T$$
$$events_def: any

For type checking capabilities only. Does not exist at runtime.

DO NOT USE!

$$prop_def: Props

For type checking capabilities only. Does not exist at runtime.

DO NOT USE!

$$set?: (($$props) => void)

Type declaration

    • ($$props): void
    • Parameters

      • $$props: any

      Returns void

$$slot_def: any

For type checking capabilities only. Does not exist at runtime.

DO NOT USE!

Methods

  • Returns void

  • Returns void

  • Returns void

  • Parameters

    • event: string
    • callback: undefined | null | ((event) => void)

    Returns (() => void)

      • (): void
      • Returns void

  • Parameters

    • Optional props: Props

    Returns void

Generated using TypeDoc