blockly > isPaster
isPaster() işlevi
İmza:
export declare function isPaster(obj: any): obj is IPaster<ICopyData, ICopyable<ICopyData>>;
Parametreler
Parametre |
Tür |
Açıklama |
obj |
herhangi |
|
Şunu döndürür:
Obj: IPaster<ICopyData, ICopyable<ICopyData>>
Belirtilen nesne bir yapıştırıcıysa doğru değerini döndürür.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-20 UTC.
[null,null,["Son güncelleme tarihi: 2024-09-20 UTC."],[[["The `isPaster()` function determines if a given object is a paster, returning true if it is and false otherwise."],["This function accepts any object as input and uses type guards to check if it conforms to the `IPaster` interface."],["A paster, according to this context, is an object that manages the pasting of copied data, potentially adhering to interfaces like `ICopyData` and `ICopyable` for data handling."]]],[]]