Converts a String to a bookmark declaration
Expression | Result |
---|---|
'Definition of Artifact1'.asBookmark('Art1') | a bookmark with the ID 'Art1' the label 'Definition of Artifact1' |
Converts a String to a bookmark reference
Expression | Result |
---|---|
'Artifact1'.asBookmark('Art1') | a bookmark reference with the ID 'Art1' the label 'Definition of Artifact1' |
Converts a String to an hyperlink
Expression | Result |
---|---|
'My website'.asLink('https://www.example.org') | a link to https://www.example.org with the label My website |