4d / docs

Products Documentation
Creative Commons Attribution 4.0 International
6 stars 19 forks source link

Comment on: DataClass: .exposed is not a property of a dataclass #240

Closed macMikey closed 2 years ago

macMikey commented 2 years ago

.exposed is not a standalone property of a dataclass It is a sub-property of getInfo

myDataClass.exposed

returns an error

mydataClass.GetInfo().exposed

returns a boolean

Both the summary and the description should be updated.

arnaud4d commented 2 years ago

Thank you, it has been fixed