Function dialogAddons

  • Parameters

    • key: string
    • Rest ...keys: string[]

    Returns { (target: Function): void; (target: Object, propertyKey: string | symbol): void }

      • (target: Function): void
      • Parameters

        • target: Function

        Returns void

      • (target: Object, propertyKey: string | symbol): void
      • Parameters

        • target: Object
        • propertyKey: string | symbol

        Returns void