toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-popper
/
react.popper
/
PopperChildrenProps
Popper
Children
Props
external
interface
PopperChildrenProps
:
PropsWithRef
<
Any
>
,
PropsWithStyle
(
source
)
Members
Properties
arrow
Props
Link copied to clipboard
abstract
var
arrowProps
:
PopperArrowProps
force
Update
Link copied to clipboard
abstract
var
forceUpdate
:
(
)
->
State
?
has
Popper
Escaped
Link copied to clipboard
abstract
var
hasPopperEscaped
:
Boolean
is
Reference
Hidden
Link copied to clipboard
abstract
var
isReferenceHidden
:
Boolean
key
Link copied to clipboard
abstract
var
key
:
Key
?
placement
Link copied to clipboard
abstract
var
placement
:
Placement
ref
Link copied to clipboard
abstract
var
ref
:
Ref
<
Any
>
?
style
Link copied to clipboard
abstract
var
style
:
CSSProperties
?
update
Link copied to clipboard
abstract
var
update
:
(
)
->
Promise
<
State
?
>
Functions
unary
Plus
Link copied to clipboard
open
inline operator
fun
Props
?
.
unaryPlus
(
)