@mendix/extensions-api - v0.6.0
    Preparing search index...

    Interface JumpToActivity

    interface JumpToActivity {
        $CreationOptions?: JumpToActivityCreationOptions;
        $ID: string;
        $Type: "Workflows$JumpToActivity";
        annotation: null | Workflows.Annotation;
        caption: string;
        name: string;
        persistentId: string;
        relativeMiddlePoint: Location;
        size: Size;
        targetActivity: null | string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Workflows$JumpToActivity"

    The type of the element.

    annotation: null | Workflows.Annotation
    caption: string
    name: string
    persistentId: string
    relativeMiddlePoint: Location
    size: Size
    targetActivity: null | string