What colors and textures are applied to the art
Unique identifier of the art
How the art looks inside without the colors and textures This will be different for each art Class
Transform of the art relative to origin of the board It means position, rotation and scale of the art
Renders the art
Note: This can be called many times a second when user is scrolling or not at all when art is out of screen so do not do a heavy stuff here
indicates, whether given art is currently within user selection
contains all systems, which can be used
JSX.Element which can be in Promise
This render should contain:
- Root element must be
Art is a an object on the shared board This interface defines basic requirements of the art
Note: Arts that implements this are compliant with new art and attribute system