Docs: improve docs of SpecialVisualizations.ts

This commit is contained in:
Pieter Vander Vennet 2024-05-07 00:42:52 +02:00
parent e653b64e69
commit 5130a2b73a
6 changed files with 294 additions and 281 deletions

View file

@ -216,7 +216,7 @@ class ApplyButton extends UIElement {
}
export default class AutoApplyButton implements SpecialVisualization {
public readonly docs: BaseUIElement
public readonly docs: string
public readonly funcName: string = "auto_apply"
public readonly needsUrls = []
@ -273,7 +273,7 @@ export default class AutoApplyButton implements SpecialVisualization {
"Then, use a calculated tag on the host feature to determine the overlapping object ids",
"At last, add this component",
]),
])
]).AsMarkdown()
}
constr(