Boomi Flow Runtime Reference Documentation
    Preparing search index...
    interface PageElementProps {
        authenticationToken: string | null;
        currentMapElementId: string;
        element: PageElement;
        execute: Execute;
        featureFlags: Record<string, boolean>;
        hasSubmitted: boolean;
        outcomes: Outcome[] | null;
        selectItems: SelectItems;
        setErrorMessage: (errorMessage: string | null) => void;
        stateId: string;
        tenantId: string;
        updateElement: UpdateElement;
        updateObjectData: UpdateObjectData;
    }

    Hierarchy (View Summary)

    Index

    Properties

    authenticationToken: string | null
    currentMapElementId: string
    element: PageElement
    execute: Execute
    featureFlags: Record<string, boolean>
    hasSubmitted: boolean
    outcomes: Outcome[] | null
    selectItems: SelectItems
    setErrorMessage: (errorMessage: string | null) => void
    stateId: string
    tenantId: string
    updateElement: UpdateElement
    updateObjectData: UpdateObjectData