documentationLinks
The documentation links for this style/component.
Signature
documentationLinks: ReadonlyArray<DocumentationLink>
Remarks
This API currently only supports setting a single documentation link. To clear the documentation links, set to the empty list [].
Example:
node.documentationLinks = [{uri: "https://www.figma.com"}]
// clear documentation links
node.documentationLinks = []