ActionDependency interface

Model that represents an action dependency.

Properties

name

Name of the action this depends on.

onActionLifecycle

The lifecycle state of the dependency action that triggers this action to start.

type

The type of dependency.

Property Details

name

Name of the action this depends on.

name: string

Property Value

string

onActionLifecycle

The lifecycle state of the dependency action that triggers this action to start.

onActionLifecycle?: string

Property Value

string

type

The type of dependency.

type: string

Property Value

string