• Function that will change the property of a given Dropdown Id.

    Export

    Returns

    {string} Return Message Success or message of error info if it's the case.

    Parameters

    • dropdownId: string

      ID of the Dropdown where the property will be changed.

    • propertyName: string

      Property name that will be updated

    • propertyValue: unknown

      Value that will be set to the property

    Returns string