eligius
    Preparing search index...

    Interface IGetAttributesFromElementOperationData

    interface IGetAttributesFromElementOperationData {
        attributeNames: string[];
        attributeValues?: Record<string, unknown>;
        selectedElement: JQuery;
    }
    Index

    Properties

    attributeNames: string[]

    The specified attribute names that will be retrieved

    attributeValues?: Record<string, unknown>

    The retrieved attributes

    selectedElement: JQuery

    The HTML element whose attributes will be retrieved