Static property descriptors
Static property descriptors are standard JavaScript property descriptors. They are applied last thing when a stamp is being composed.
The code above adds some more metadata to the MyStamp
stamp. It overwrites function name. (Property descriptors is the only way to change a function name.)
Other ways to add static property descriptors
Exactly the same stamp can be created in few ways. Here they all are.
Last updated