blockly > Çalışma alanı > getBlockById

Workspace.getBlockById() yöntemi

Bu çalışma alanında belirtilen kimliğe sahip bloğu bulun.

İmza:

getBlockById(id: string): Block | null;

Parametreler

Parametre Tür Açıklama
id dize Bulunacak blokun kimliği.

Şunu döndürür:

Engelle | boş

İstenen bloktan sonra aranan; bulunamadıysa null.