Skip to main content

Type Alias: UserAttributeValue

UserAttributeValue = object

Defined in: types.ts:860

A single user attribute defined by the organization, together with the authenticated member's current value (null when the member has not set it).

Properties

PropertyTypeDescriptionDefined in
descriptionstring | null-types.ts:863
namestring-types.ts:862
optionsstring[] | null-types.ts:865
slugstring-types.ts:861
typestring-types.ts:864
user_editablebooleanWhether the member may update this attribute through the session API.types.ts:868
validation_rulesUserAttributeValidationRule[] | null-types.ts:869
valueunknown-types.ts:866