eligius
    Preparing search index...

    Interface IGetFormDataOperationData

    interface IGetFormDataOperationData {
        formData?: Record<string, any>;
        selectedElement: JQuery;
    }
    Index

    Properties

    formData?: Record<string, any>

    @type=ParameterType:object

    selectedElement: JQuery