InterfacesIStyleableOn this pageblockly > IStyleable IStyleable interface Interface for an object that a style can be added to. Signature: export interface IStyleable Methods MethodDescriptionaddStyle(style)Adds a style on the toolbox. Usually used to change the cursor.removeStyle(style)Removes a style from the toolbox. Usually used to change the cursor.