Interface PopoverInvokerElement

    interface PopoverInvokerElement {
        popoverTargetAction: string;
        popoverTargetElement: Element;
    }
    Hierarchy

    Properties

    popoverTargetAction: string
    popoverTargetElement: Element