blockly > kayıt otoritesi > getObject
registry.getObject() işlevi
Verilen ad ve tür için nesneyi alır.
İmza:
export declare function getObject<T>(type: string | Type<T>, name: string, opt_throwIfMissing?: boolean): T | null;
Parametreler
Parametre | Tür | Açıklama |
---|---|---|
tür | dize | Tür<T> | Eklentinin türü. (ör. Kategori) |
ad | dize | Eklentinin adı. (Ör. mantık_kategorisi) |
opt_throwIfMissing | boolean | (İsteğe bağlı) Nesneyi bulamamamız durumunda hata bildirilip bildirilmeyeceğini belirler. |
Şunu döndürür:
Tr | boş
Belirtilen ada ve türe sahip nesne veya yoksa null.