API usage表单 APIEnumerationRoleProperties本页总览RolePropertiesAsk a question 角色属性。 类型 对象 属性 名称类型描述colorstring角色颜色。 示例 Create properties and add a new role with the specified properties. CodeResultPlaygroundlet rolePr = {"color": "#ffefbf"};formRoles.Add("customer", rolePr);