Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/components/One/fields/IconField
IIconFieldPrivate
Interface IIconFieldPrivate<Data>
Represents a private interface for a Icon field.
interface
IIconFieldPrivate
<
Data
=
IAnything
>
{
click
:
(
e
:
MouseEvent
<
any
>
)
=>
void
|
Promise
<
void
>
;
}
Type Parameters
Data
=
IAnything
The type of data associated with the Icon field.
Hierarchy (
View Summary
)
IIconFieldPrivate
IIconSlot
Index
Properties
click
Properties
click
click
:
(
e
:
MouseEvent
<
any
>
)
=>
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
click
react-declarative
Loading...
Represents a private interface for a Icon field.