Function runAfterInteractions

  • Runs the specified functions after interactions have been allowed.

    Parameters

    • id: string
    • func: (() => void | Promise<void>)
        • (): void | Promise<void>
        • Returns void | Promise<void>

    Returns (() => void)

      • (): void
      • Returns void

    See

    setRunAfterInteractions, which is used to determine how to actually do that.

Generated using TypeDoc