Function dialogAddons

  • Parameters

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

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