Platform

external interface Platform

Functions

Link copied to clipboard
abstract fun getClientRects(element: Any): Promise<Array<ClientRectObject>>
Link copied to clipboard
abstract fun getClippingRect(element: Any, boundary: Boundary, rootBoundary: RootBoundary, strategy: Strategy): Promise<Rect>
Link copied to clipboard
abstract fun getDimensions(element: Any): Promise<Dimensions>
Link copied to clipboard
abstract fun getDocumentElement(element: Any): Promise<Any>
Link copied to clipboard
abstract fun getElementRects(reference: ReferenceElement, floating: FloatingElement, strategy: Strategy): Promise<ElementRects>
Link copied to clipboard
abstract fun getOffsetParent(element: Any): Promise<Any>
Link copied to clipboard
abstract fun getScale(element: Any): Promise<Coords>
Link copied to clipboard
abstract fun isElement(value: Any): Promise<Boolean>
Link copied to clipboard
abstract fun isRTL(element: Any): Promise<Boolean>