Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * The application.
- * @constructor
- */
- function Application() {
- }
- /**
- * The active book.
- * @type Book
- */
- Application.activeBook;
- /**
- * The front-most document.
- * @type Document
- */
- Application.activeDocument;
- /**
- * The current script running from the Scripts panel.
- * @type File
- */
- Application.activeScript;
- /**
- * The undo mode for the current script execution.
- * @type UndoModes
- */
- Application.activeScriptUndoMode;
Advertisement
Add Comment
Please, Sign In to add comment