DNG - Client Extension Examples with Typescript + React
One answer
If you look at the RM Client API link it tells you how to find this:
The JavaScript API for RM comes with a typescript interface definition file that facilitates the development of extensions in typescript. The interface definition file is included in the server installation. You can download the file from a running server by using a URL; for example:
https://example.com:port/rm/web/com/ibm/rdm/web/extensions/api/interface/RM_API.d.ts
Comments
Thanks Davyd.
But I am looking for complete typescript sample example link posted in jazz.net wiki.
I am not sure whether it is deleted. Any simple example would be helpful
There are numerous examples in Javascript - you're not going to find anything in React.
It's also highly unlikely you'll find anything using Typescript either - all the examples in the Jazz.net wiki are plain Javascript and basic HTML/CSS for maximum compatibility