Pkthunder
2018-01-31 15:32:52 -05:00
committed by Sheetal Nandi
parent 97e14b8a81
commit 1d7a6e1f41

View File

@@ -3237,6 +3237,16 @@ declare module paper {
* Deselects all selected items in the project.
*/
deselectAll(): void;
/**
* Adds the specified layer at the end of the this projects layers list.
*/
addLayer(layer: Layer): Layer;
/**
* Inserts the specified layer at the specified index in this projects layers list.
*/
insertLayer(index: number, layer: Layer): Layer;
/**
* Perform a hit-test on the items contained within the project at the location of the specified point.