Skip to main content

blockly > Block > setHelpUrl

Block.setHelpUrl() method

Set the URL of this block's help page.

Signature:

setHelpUrl(url: string | (() => string)): void;

Parameters

Parameter

Type

Description

url

string | (() => string)

URL string for block help, or function that returns a URL. Null for no help.

Returns:

void