UIX V2 Get ObjectVersionEx metadata

Hi everyone,

I'm currently developing a new dashboard using UIX v2 with TypeScript, and I'm running into an issue when trying to retrieve metadata values from ObjectVersionEx.

According to the documentation for the @m-filescorporation/uix-vault-messages npm module, ObjectVersionEx should expose GetProperty(), SetProperty(), and RemoveProperty() methods — but I can't seem to find them in practice when working with the object in my code.

Has anyone successfully used these methods in a UIX v2 project? Am I missing something in the way ObjectVersionEx is accessed, or is there a specific import or wrapper needed to expose these methods?

Any help or working example would be greatly appreciated!

Thanks in advance.