Styles
Styles =
object
Defined in: parser/types.ts:176
Properties​
| Property | Type | Description | Defined in |
|---|---|---|---|
background? | string | Background | parser/types.ts:201 |
backgroundColor? | string | - | parser/types.ts:202 |
backgroundImage? | string | - | parser/types.ts:203 |
backgroundPosition? | string | - | parser/types.ts:204 |
backgroundSize? | string | - | parser/types.ts:205 |
border? | string | Border | parser/types.ts:197 |
borderRadius? | string | - | parser/types.ts:198 |
bottom? | string | - | parser/types.ts:188 |
color? | string | Typography | parser/types.ts:211 |
filter? | string | Filter | parser/types.ts:208 |
font? | string | - | parser/types.ts:212 |
fontFamily? | string | - | parser/types.ts:213 |
fontSize? | string | - | parser/types.ts:214 |
fontStyle? | "normal" | "italic" | "oblique" | - | parser/types.ts:215 |
fontWeight? | string | number | - | parser/types.ts:216 |
height? | string | Sizing | parser/types.ts:178 |
left? | string | - | parser/types.ts:189 |
letterSpacing? | string | - | parser/types.ts:220 |
lineHeight? | string | number | - | parser/types.ts:222 |
margin? | string | Spacing | parser/types.ts:193 |
maxHeight? | string | - | parser/types.ts:182 |
maxWidth? | string | - | parser/types.ts:183 |
minHeight? | string | - | parser/types.ts:180 |
minWidth? | string | - | parser/types.ts:181 |
padding? | string | - | parser/types.ts:194 |
position? | "static" | "relative" | "absolute" | "fixed" | "sticky" | Positioning | parser/types.ts:186 |
right? | string | - | parser/types.ts:190 |
textAlign? | "start" | "center" | "end" | "justify" | "left" | "right" | "match-parent" | - | parser/types.ts:217 |
textDecoration? | "none" | "underline" | "overline" | "line-through" | "underline-overline" | - | parser/types.ts:218 |
textTransform? | "capitalize" | "lowercase" | "none" | "uppercase" | - | parser/types.ts:219 |
top? | string | - | parser/types.ts:187 |
transform? | string | Transform | parser/types.ts:225 |
width? | string | - | parser/types.ts:179 |
wordSpacing? | string | - | parser/types.ts:221 |