Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.06 KB

IDdBaseModel.md

File metadata and controls

16 lines (11 loc) · 1.06 KB

HoneybeeSchema.Model.IDdBaseModel

Properties

Name Type Description Notes
Identifier string Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, rad). This identifier is also used to reference the object across a Model. It must be < 100 characters and not contain any spaces or special characters.
DisplayName string Display name of the object with no character restrictions. [optional]
UserData Object Optional dictionary of user data associated with the object.All keys and values of this dictionary should be of a standard data type to ensure correct serialization of the object (eg. str, float, int, list). [optional]
Type string [optional] [readonly] [default to "IDdBaseModel"]

[Back to Model list] [Back to API list] [Back to README]