* Set the URL of this block's help page. * * @param url URL string for block help, or function that returns a URL. Null * for no help.
(url: string | (() => string))
| 1029 | * for no help. |
| 1030 | */ |
| 1031 | setHelpUrl(url: string | (() => string)) { |
| 1032 | this.helpUrl = url; |
| 1033 | } |
| 1034 | |
| 1035 | /** |
| 1036 | * Sets the tooltip for this block. |
no outgoing calls
no test coverage detected