Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HtmlViewStyleInit

Hierarchy

Index

Properties

Optional alignContent

alignContent: AlignContent

Optional alignItems

alignItems: AlignItems

Optional alignSelf

alignSelf: AlignSelf

Optional appearance

appearance: Appearance

Optional backdropFilter

backdropFilter: string

Optional backgroundClip

backgroundClip: BackgroundClip

Optional backgroundColor

backgroundColor: null | AnyColor

Optional backgroundImage

backgroundImage: null | AnyLinearGradient

Optional borderBottomColor

borderBottomColor: null | AnyColor

Optional borderBottomLeftRadius

borderBottomLeftRadius: null | AnyLength

Optional borderBottomRightRadius

borderBottomRightRadius: null | AnyLength

Optional borderBottomStyle

borderBottomStyle: BorderStyle

Optional borderBottomWidth

borderBottomWidth: null | AnyLength

Optional borderCollapse

borderCollapse: BorderCollapse

Optional borderColor

borderColor: null | AnyColor | [null | AnyColor, null | AnyColor, null | AnyColor, null | AnyColor]

Optional borderLeftColor

borderLeftColor: null | AnyColor

Optional borderLeftStyle

borderLeftStyle: BorderStyle

Optional borderLeftWidth

borderLeftWidth: null | AnyLength

Optional borderRadius

borderRadius: null | AnyLength | [null | AnyLength, null | AnyLength, null | AnyLength, null | AnyLength]

Optional borderRightColor

borderRightColor: null | AnyColor

Optional borderRightStyle

borderRightStyle: BorderStyle

Optional borderRightWidth

borderRightWidth: null | AnyLength

Optional borderSpacing

borderSpacing: string

Optional borderStyle

borderStyle: BorderStyle | [undefined | BorderStyle, undefined | BorderStyle, undefined | BorderStyle, undefined | BorderStyle]

Optional borderTopColor

borderTopColor: null | AnyColor

Optional borderTopLeftRadius

borderTopLeftRadius: null | AnyLength

Optional borderTopRightRadius

borderTopRightRadius: null | AnyLength

Optional borderTopStyle

borderTopStyle: BorderStyle

Optional borderTopWidth

borderTopWidth: null | AnyLength

Optional borderWidth

borderWidth: null | AnyLength | [null | AnyLength, null | AnyLength, null | AnyLength, null | AnyLength]

Optional bottom

bottom: null | string | number | Length

Optional boxShadow

boxShadow: null | AnyBoxShadow

Optional boxSizing

boxSizing: BoxSizing

Optional color

color: null | AnyColor

Optional cursor

cursor: CssCursor

Optional display

display: CssDisplay

Optional filter

filter: string

Optional flexBasis

flexBasis: null | string | number | Length

Optional flexDirection

flexDirection: string

Optional flexGrow

flexGrow: number

Optional flexShrink

flexShrink: number

Optional flexWrap

flexWrap: FlexWrap

Optional font

font: AnyFont

Optional fontFamily

fontFamily: string | string[] | readonly string[]

Optional fontSize

fontSize: null | AnyLength

Optional fontStretch

fontStretch: FontStretch

Optional fontStyle

fontStyle: FontStyle

Optional fontVariant

fontVariant: FontVariant

Optional fontWeight

fontWeight: FontWeight

Optional height

height: null | string | number | Length

Optional justifyContent

justifyContent: JustifyContent

Optional left

left: null | string | number | Length

Optional lineHeight

lineHeight: null | AnyLength

Optional margin

margin: AnyLength | [null | AnyLength, null | AnyLength, null | AnyLength, null | AnyLength]

Optional marginBottom

marginBottom: null | string | number | Length

Optional marginLeft

marginLeft: null | string | number | Length

Optional marginRight

marginRight: null | string | number | Length

Optional marginTop

marginTop: null | string | number | Length

Optional maxHeight

maxHeight: null | AnyLength

Optional maxWidth

maxWidth: null | AnyLength

Optional minHeight

minHeight: null | AnyLength

Optional minWidth

minWidth: null | AnyLength

Optional opacity

opacity: number

Optional order

order: number

Optional outlineColor

outlineColor: null | AnyColor

Optional outlineStyle

outlineStyle: BorderStyle

Optional outlineWidth

outlineWidth: null | AnyLength

Optional overflow

overflow: Overflow | [undefined | Overflow, undefined | Overflow]

Optional overflowScrolling

overflowScrolling: "touch" | "auto"

Optional overflowX

overflowX: Overflow

Optional overflowY

overflowY: Overflow

Optional overscrollBehavior

overscrollBehavior: OverscrollBehavior | [undefined | OverscrollBehavior, undefined | OverscrollBehavior]

Optional overscrollBehaviorX

overscrollBehaviorX: OverscrollBehavior

Optional overscrollBehaviorY

overscrollBehaviorY: OverscrollBehavior

Optional padding

padding: null | AnyLength | [null | AnyLength, null | AnyLength, null | AnyLength, null | AnyLength]

Optional paddingBottom

paddingBottom: null | string | number | Length

Optional paddingLeft

paddingLeft: null | string | number | Length

Optional paddingRight

paddingRight: null | string | number | Length

Optional paddingTop

paddingTop: null | string | number | Length

Optional pointerEvents

pointerEvents: PointerEvents

Optional position

position: Position

Optional right

right: null | string | number | Length

Optional textAlign

textAlign: TextAlign

Optional textDecorationColor

textDecorationColor: null | AnyColor

Optional textDecorationLine

textDecorationLine: string

Optional textDecorationStyle

textDecorationStyle: TextDecorationStyle

Optional textOverflow

textOverflow: string

Optional textTransform

textTransform: TextTransform

Optional top

top: null | string | number | Length

Optional touchAction

touchAction: TouchAction

Optional transform

transform: null | AnyTransform

Optional userSelect

userSelect: UserSelect

Optional verticalAlign

verticalAlign: string | number | Length

Optional visibility

visibility: Visibility

Optional whiteSpace

whiteSpace: WhiteSpace

Optional width

width: null | string | number | Length

Optional zIndex

zIndex: number

Generated using TypeDoc