FormIt C++ API  v23.0.0 (2023.0.0)
FormIt::Collaboration::UserInfo Struct Reference

Description

#include <FormItCoreTypes.h>

Public Attributes

::string userId
 
::string userFirstName
 
::string userLastName
 
::string avatar
 either an image URI or image data More...
 
::array< double, 3 > color = { { 0.0, 0.0, 0.0 } }
 
bool isOwner = false
 

Member Data Documentation

::string FormIt::Collaboration::UserInfo::avatar

either an image URI or image data

::array<double, 3> FormIt::Collaboration::UserInfo::color = { { 0.0, 0.0, 0.0 } }
bool FormIt::Collaboration::UserInfo::isOwner = false
::string FormIt::Collaboration::UserInfo::userFirstName
::string FormIt::Collaboration::UserInfo::userId
::string FormIt::Collaboration::UserInfo::userLastName

The documentation for this struct was generated from the following file: