blockly > Block > setHelpUrl

Block.setHelpUrl() method

Set the URL of this block's help page.

Signature:

setHelpUrl(url: string | Function): void;

Parameters

Parameter Type Description
url string | Function URL string for block help, or function that returns a URL. Null for no help.

Returns:

void