SBAction#

See also

Running actions

SAMSON SDK: SBGAction

class samson.SBAction(*args, **kwargs)#

Bases: pybind11_object

This class is the base class for actions.

Overloaded function.

  1. __init__(self: samson.SBAction, UUID: samson.SBUUID) -> None

  2. __init__(self: samson.SBAction, text: str, UUID: samson.SBUUID) -> None

trigger(self: samson.SBAction) None#

Triggers the action

property UUID#

Returns the action’s UUID

property favoriteFlag#

The favorite flag

property highlightingFlag#

The highlighting flag

property isDiscoverable#

Returns True if can be discovered by the user

property isLocked#

Returns True if the action is locked

property name#

Returns the action’s class name

property text#

Returns the action’s text