blockly > isPaster
Funzione isPaster()
Firma:
export declare function isPaster(obj: any): obj is IPaster<ICopyData, ICopyable<ICopyData>>;
Parametri
Parametro |
Tipo |
Descrizione |
obj |
qualsiasi |
|
Resi:
obj è IPaster<ICopyData, ICopyable<ICopyData>>
True se l'oggetto specificato è un paster.
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-09-20 UTC.
[null,null,["Ultimo aggiornamento 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."]]],[]]