Search
Search
setAttributes
setAttributes
Update the attributes of the Enum Case.
enumCase.setAttributes({ name: "New Name" })
Parameters
attributes: UpdateEnumCase
– An array of the IDs of all Enum Cases, in the desired new order.name
– The name of the Enum Case.
Returns
Promise<EnumCase | null>