Interface PopoverInvokerElement

interface PopoverInvokerElement {
    popoverTargetAction: string;
    popoverTargetElement: null | Element;
}

Hierarchy (view full)

Properties

popoverTargetAction: string
popoverTargetElement: null | Element