-
-
Notifications
You must be signed in to change notification settings - Fork 568
Open
Description
Hello, it's unable to create hyperlink via ordinary text. Only if I make URL syntax in TextRun, it becomes clickable, but this part is ignored: link:${this.PROJECT_URL}${contractData.projectId}``
projectUrl: {
type: PatchType.PARAGRAPH,
children: [
new ExternalHyperlink({
link: `${this.PROJECT_URL}${contractData.projectId}`,
children: [
new TextRun({
text: `Detail projektu`,
font: this.DEFAULT_FONT,
size: 24,
color: this.DEFAULT_COLOR,
underline: {},
bold: false,
}),
],
}),
],
},
Metadata
Metadata
Assignees
Labels
No labels