Styles
Styles =
object
Defined in: parser/types.ts:168
Properties​
| Property | Type | Description | Defined in |
|---|---|---|---|
background? | string | Background | parser/types.ts:193 |
backgroundColor? | string | - | parser/types.ts:194 |
backgroundImage? | string | - | parser/types.ts:195 |
backgroundPosition? | string | - | parser/types.ts:196 |
backgroundSize? | string | - | parser/types.ts:197 |
border? | string | Border | parser/types.ts:189 |
borderRadius? | string | - | parser/types.ts:190 |
bottom? | string | - | parser/types.ts:180 |
color? | string | Typography | parser/types.ts:203 |
filter? | string | Filter | parser/types.ts:200 |
font? | string | - | parser/types.ts:204 |
fontFamily? | string | - | parser/types.ts:205 |
fontSize? | string | - | parser/types.ts:206 |
fontStyle? | "normal" | "italic" | "oblique" | - | parser/types.ts:207 |
fontWeight? | string | number | - | parser/types.ts:208 |
height? | string | Sizing | parser/types.ts:170 |
left? | string | - | parser/types.ts:181 |
letterSpacing? | string | - | parser/types.ts:212 |
lineHeight? | string | number | - | parser/types.ts:214 |
margin? | string | Spacing | parser/types.ts:185 |
maxHeight? | string | - | parser/types.ts:174 |
maxWidth? | string | - | parser/types.ts:175 |
minHeight? | string | - | parser/types.ts:172 |
minWidth? | string | - | parser/types.ts:173 |
padding? | string | - | parser/types.ts:186 |
position? | "static" | "relative" | "absolute" | "fixed" | "sticky" | Positioning | parser/types.ts:178 |
right? | string | - | parser/types.ts:182 |
textAlign? | "start" | "center" | "end" | "justify" | "left" | "right" | "match-parent" | - | parser/types.ts:209 |
textDecoration? | "none" | "underline" | "overline" | "line-through" | "underline-overline" | - | parser/types.ts:210 |
textTransform? | "capitalize" | "lowercase" | "none" | "uppercase" | - | parser/types.ts:211 |
top? | string | - | parser/types.ts:179 |
transform? | string | Transform | parser/types.ts:217 |
width? | string | - | parser/types.ts:171 |
wordSpacing? | string | - | parser/types.ts:213 |