eligius
    Preparing search index...

    Interface IReparentElementOperationData

    interface IReparentElementOperationData {
        newParentSelector: string;
        selectedElement: JQuery;
    }
    Index

    Properties

    newParentSelector: string

    @type=ParameterType:selector

    selectedElement: JQuery