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

    Interface GenerateDocumentAction

    interface GenerateDocumentAction {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "Microflows$GenerateDocumentAction";
        documentType: TargetDocumentType;
        errorHandlingType: ErrorHandlingType;
        fileVariableName: string;
        languageSetting: LanguageSettingType;
        languageVariableName: string;
        marginBottomInInch: null | string;
        marginLeftInInch: null | string;
        marginRightInInch: null | string;
        marginTopInInch: null | string;
        overrideBottomMargin: boolean;
        overrideLeftMargin: boolean;
        overrideRightMargin: boolean;
        overrideTopMargin: boolean;
        parameterMappings: DocumentTemplateParameterMapping[];
        addDocumentTemplateParameterMapping(): Promise<
            DocumentTemplateParameterMapping,
        >;
        delete(): void;
        getContainer(): ActionActivity;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Microflows$GenerateDocumentAction"

    The type of the element.

    documentType: TargetDocumentType
    errorHandlingType: ErrorHandlingType
    fileVariableName: string
    languageSetting: LanguageSettingType
    languageVariableName: string
    marginBottomInInch: null | string
    marginLeftInInch: null | string
    marginRightInInch: null | string
    marginTopInInch: null | string
    overrideBottomMargin: boolean
    overrideLeftMargin: boolean
    overrideRightMargin: boolean
    overrideTopMargin: boolean

    Methods