cheetah-grid
Preparing search index...
TYPES
FontIcon
Interface FontIcon<T>
interface
FontIcon
<
T
>
{
className
?:
string
;
color
?:
string
;
content
?:
T
extends
object
?
keyof
T
<
T
>
&
string
:
string
;
font
?:
string
;
height
?:
number
;
isLiga
?:
boolean
;
offsetLeft
?:
number
;
offsetTop
?:
number
;
tagName
?:
string
;
width
?:
number
;
}
Type Parameters
T
Index
Properties
class
Name?
color?
content?
font?
height?
is
Liga?
offset
Left?
offset
Top?
tag
Name?
width?
Properties
Optional
class
Name
className
?:
string
Optional
color
color
?:
string
Optional
content
content
?:
T
extends
object
?
keyof
T
<
T
>
&
string
:
string
Optional
font
font
?:
string
Optional
height
height
?:
number
Optional
is
Liga
isLiga
?:
boolean
Optional
offset
Left
offsetLeft
?:
number
Optional
offset
Top
offsetTop
?:
number
Optional
tag
Name
tagName
?:
string
Optional
width
width
?:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
class
Name
color
content
font
height
is
Liga
offset
Left
offset
Top
tag
Name
width
cheetah-grid
Loading...