You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Project class contains a number of interesting and/or useful property, which are listed here.
data property
The data property is a dictionary containing internal information about the project. Its contents are not guaranteed to be consistent across versions or project files, so it should not be used in production code.
name property
The name property is the name of the project.
app property
The app property contains version information from the IDE that created the project.
version property
An internal version number used by Snap!. Usually set to 2.
notes property
A string containing the project's notes.
scenes property
A list of Scene objects for each scene in the project.