API usageForm APIEnumerationRoleProperties本页总览RoleProperties The role properties. Type Object Properties NameTypeDescriptioncolorstringThe role color. Example Create properties and add a new role with the specified properties. CodeResultlet rolePr = {"color": "#ffefbf"};formRoles.Add("customer", rolePr);