Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 393 Bytes

Action.icon.md

File metadata and controls

26 lines (17 loc) · 393 Bytes

Action.icon

Customisable icon to go with an Action.




Description

Associate an FontAwesome icon with an action. Choose from the library of available icons on from the main website.




Example

class MyAction(pyblish.api.Action):
    icon = "close"