Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
visitor
types
GridLayout
Interface GridLayout<A>
interface
GridLayout
<
A
>
{
i
:
Extract
<
keyof
A
,
string
>
;
x
:
number
;
y
:
number
;
w
:
number
;
h
:
number
;
minH
?:
number
;
minW
?:
number
;
}
Type Parameters
A
=
types
.
BaseActor
Index
Properties
i
x
y
w
h
minH?
minW?
Properties
i
i
:
Extract
<
keyof
A
,
string
>
x
x
:
number
y
y
:
number
w
w
:
number
h
h
:
number
Optional
minH
minH
?:
number
Optional
minW
minW
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
i
x
y
w
h
minH
minW
ic-reactor
Loading...