attributes
attributes: {
[key: string]: {
[key: string]: string | boolean;
};
}
elements
elements: {
arrow?: HTMLElement;
popper: HTMLElement;
reference: Element | {
contextElement?: Element;
getBoundingClientRect: (() => ClientRect | DOMRect);
};
}
modifiersData
options
orderedModifiers
placement
rects
reset
reset: boolean
scrollParents
strategy
strategy: "fixed" | "absolute"
styles
styles: {
[key: string]: Partial<CSSStyleDeclaration>;
}
Public