Function clean

  • Register a function that is to be executed right before the current reactive scope disappears or redraws.

    Parameters

    • clean: ((scope: Scope) => void)

      The function to be executed.

        • (scope: Scope): void
        • Parameters

          • scope: Scope

          Returns void

    Returns void

Generated using TypeDoc