blockly > IPaster > wklej
Metoda IPaster.paste()
Podpis:
paste(copyData: U, workspace: WorkspaceSvg, coordinate?: Coordinate): T | null;
Parametry
Zwroty:
T | wartość null
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-09-08 UTC.
[null,null,["Ostatnia aktualizacja: 2024-09-08 UTC."],[[["The `IPaster.paste()` method inserts copied data (represented by `copyData`) into a specified workspace (`workspace`)."],["An optional `coordinate` can be provided to specify the position where the data should be pasted within the workspace."],["The method returns the pasted element (type `T`) or `null` if the pasting operation was unsuccessful."]]],[]]