Version:

salvus.project.components.action.action_component

salvus.project.components.action.action_component salvus project components action action_component
The root action component.

Classes

ActionComponent

All kinds of more complicated actions to help do more involved things with the project.
SIGNATURE
class ActionComponent(builtins.object):
    def __init__(self, project: Project) -> None: ...
ARGUMENTS
Required
project
Type:Project
Description:
The project for the component.
PAGE CONTENTS