werkbank
Home
Blog
npm
GitHub
Preparing search index...
component/grid/resizeable-grid
GridAreaProps
Type Alias GridAreaProps
GridAreaProps
:
JSX.IntrinsicElements
[
"section"
]
&
{
column
:
{
end
:
number
;
start
:
number
}
;
row
:
{
end
:
number
;
start
:
number
}
;
}
Props for the GridArea component.
Type Declaration
column
:
{
end
:
number
;
start
:
number
}
Column range (1-based).
row
:
{
end
:
number
;
start
:
number
}
Row range (1-based).
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Home
Blog
npm
GitHub
werkbank
Loading...
Props for the GridArea component.