API
1.6
Search
K

.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"
Last modified 3yr ago