Wagtail client-side components
Preparing search index...
components/Draftail/Tooltip/Tooltip
default
Function default
default
(
__namedParameters
:
{
children
:
any
;
direction
:
any
;
target
:
any
}
,
)
:
Element
A tooltip, with arbitrary content.
Parameters
__namedParameters
:
{
children
:
any
;
direction
:
any
;
target
:
any
}
Returns
Element
Index
Properties
prop
Types
Properties
prop
Types
propTypes
:
{
children
:
Validator
<
NonNullable
<
ReactNodeLike
>
>
;
direction
:
Validator
<
string
>
;
target
:
Validator
<
NonNullable
<
InferProps
<
{
height
:
Validator
<
number
>
;
left
:
Validator
<
number
>
;
top
:
Validator
<
number
>
;
width
:
Validator
<
number
>
;
}
,
>
,
>
,
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
prop
Types
Wagtail client-side components
Loading...
A tooltip, with arbitrary content.