blockly > BlockSvg > setWarningText
Metoda BlockSvg.setWarningText()
Ustaw tekst ostrzeżenia dla tego bloku.
Podpis:
setWarningText(text: string | null, id?: string): void;
Parametry
Parametr | Typ | Opis |
---|---|---|
tekst | ciąg znaków | wartość null | Tekst lub wartość null do usunięcia. |
id | ciąg znaków | (Opcjonalnie) Opcjonalny identyfikator tekstu ostrzeżenia, który pozwala wyświetlać wiele ostrzeżeń. |
Zwroty:
nieważne