flexlayout-react
Preparing search index...
Action
Class Action
Hierarchy (
View Summary
)
Action
GroupAction
Index
Constructors
constructor
Properties
adjusting
data
type
Methods
is
Adjusting
set
Adjusting
to
JSON
Constructors
constructor
new
Action
(
type
:
string
,
data
:
Record
<
string
,
any
>
)
:
Action
Parameters
type
:
string
data
:
Record
<
string
,
any
>
Returns
Action
Properties
adjusting
adjusting
:
boolean
data
data
:
Record
<
string
,
any
>
type
type
:
string
Methods
is
Adjusting
isAdjusting
()
:
boolean
Returns
boolean
set
Adjusting
setAdjusting
(
adjusting
:
boolean
)
:
Action
Parameters
adjusting
:
boolean
Returns
Action
to
JSON
toJSON
()
:
{
data
:
Record
<
string
,
any
>
;
type
:
string
}
serializes the action for display/logging as a plain {type, data} object
Returns
{
data
:
Record
<
string
,
any
>
;
type
:
string
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
adjusting
data
type
Methods
is
Adjusting
set
Adjusting
to
JSON
flexlayout-react
Loading...
serializes the action for display/logging as a plain {type, data} object