blockly > Blockieren > helpUrl

Property „Block.helpUrl“

String für Blockhilfe oder Funktion, die eine URL zurückgibt. Null für keine Hilfe.

Unterschrift:

helpUrl: string | (() => string) | null;