How would I retrieve all properties of an instance?

There is no built-in method to get all properties of an instance. You can either use an proxy to retrieve all properties or use an property module. refer to this:

1 Like