ComparableStyleScope

class ComparableStyleScope : StyleScope(source)

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun StyleScope.accentColor(accentColor: AccentColor)
Link copied to clipboard
fun StyleScope.alignContent(alignContent: AlignContent)
Link copied to clipboard
fun StyleScope.alignItems(alignItems: AlignItems)
Link copied to clipboard
fun StyleScope.alignSelf(alignSelf: AlignSelf)
Link copied to clipboard
fun StyleScope.all(all: All)
Link copied to clipboard
fun StyleScope.animation(animation: Animation)
Link copied to clipboard
fun StyleScope.appearance(appearance: Appearance)
Link copied to clipboard
fun StyleScope.aspectRatio(aspectRatio: AspectRatio)
Link copied to clipboard
fun StyleScope.backdropFilter(backdropFilter: BackdropFilter)
Link copied to clipboard
fun StyleScope.backfaceVisibility(backFaceVisibility: BackfaceVisibility)
Link copied to clipboard
fun StyleScope.background(background: Background)
Link copied to clipboard
fun StyleScope.backgroundAttachment(backgroundAttachment: BackgroundAttachment)
Link copied to clipboard
fun StyleScope.backgroundBlendMode(blendMode: BackgroundBlendMode)
Link copied to clipboard
fun StyleScope.backgroundClip(backgroundClip: BackgroundClip)
Link copied to clipboard
fun StyleScope.backgroundColor(backgroundColor: BackgroundColor)
Link copied to clipboard
fun StyleScope.backgroundImage(backgroundImage: BackgroundImage)
fun StyleScope.backgroundImage(url: CSSUrl)
fun StyleScope.backgroundImage(gradient: Gradient)
Link copied to clipboard
fun StyleScope.backgroundOrigin(backgroundOrigin: BackgroundOrigin)
Link copied to clipboard
fun StyleScope.backgroundPosition(backgroundPosition: BackgroundPosition)
Link copied to clipboard
fun StyleScope.backgroundRepeat(backgroundRepeat: BackgroundRepeat)
fun StyleScope.backgroundRepeat(horizontal: BackgroundRepeat.Mode, vertical: BackgroundRepeat.Mode)
Link copied to clipboard
fun StyleScope.backgroundSize(backgroundSize: BackgroundSize)
Link copied to clipboard
fun StyleScope.borderBottom(borderBuild: CSSBorder.() -> Unit)
fun StyleScope.borderBottom(width: CSSLengthNumericValue? = null, style: LineStyle? = null, color: CSSColorValue? = null)
Link copied to clipboard
fun StyleScope.borderCollapse(borderCollapse: BorderCollapse)
Link copied to clipboard
fun StyleScope.borderColor(color: CSSColorValue)
fun StyleScope.borderColor(topBottom: CSSColorValue = Color.currentColor, leftRight: CSSColorValue = Color.currentColor)
fun StyleScope.borderColor(top: CSSColorValue = Color.currentColor, leftRight: CSSColorValue = Color.currentColor, bottom: CSSColorValue = Color.currentColor)
fun StyleScope.borderColor(top: CSSColorValue = Color.currentColor, right: CSSColorValue = Color.currentColor, bottom: CSSColorValue = Color.currentColor, left: CSSColorValue = Color.currentColor)
Link copied to clipboard
fun StyleScope.borderImage(borderImage: BorderImage)
Link copied to clipboard
fun StyleScope.borderImageOutset(outset: BorderImageOutset)
Link copied to clipboard
fun StyleScope.borderImageRepeat(repeat: BorderImageRepeat)
Link copied to clipboard
fun StyleScope.borderImageSlice(slice: BorderImageSlice)
Link copied to clipboard
fun StyleScope.borderImageSource(source: BorderImageSource)
Link copied to clipboard
fun StyleScope.borderImageWidth(width: BorderImageWidth)
Link copied to clipboard
fun StyleScope.borderLeft(borderBuild: CSSBorder.() -> Unit)
fun StyleScope.borderLeft(width: CSSLengthNumericValue? = null, style: LineStyle? = null, color: CSSColorValue? = null)
Link copied to clipboard
fun StyleScope.borderRight(borderBuild: CSSBorder.() -> Unit)
fun StyleScope.borderRight(width: CSSLengthNumericValue? = null, style: LineStyle? = null, color: CSSColorValue? = null)
Link copied to clipboard
fun StyleScope.borderStyle(lineStyle: LineStyle)
fun StyleScope.borderStyle(topBottom: LineStyle = LineStyle.None, leftRight: LineStyle = LineStyle.None)
fun StyleScope.borderStyle(top: LineStyle = LineStyle.None, leftRight: LineStyle = LineStyle.None, bottom: LineStyle = LineStyle.None)
fun StyleScope.borderStyle(top: LineStyle = LineStyle.None, right: LineStyle = LineStyle.None, bottom: LineStyle = LineStyle.None, left: LineStyle = LineStyle.None)
Link copied to clipboard
fun StyleScope.borderTop(borderBuild: CSSBorder.() -> Unit)
fun StyleScope.borderTop(width: CSSLengthNumericValue? = null, style: LineStyle? = null, color: CSSColorValue? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun StyleScope.borderWidth(width: CSSLengthNumericValue)
Link copied to clipboard
fun StyleScope.bottom(bottom: Bottom)
Link copied to clipboard
fun StyleScope.boxDecorationBreak(boxDecorationBreak: BoxDecorationBreak)
Link copied to clipboard
fun StyleScope.boxShadow(boxShadow: BoxShadow)

Creates a box-shadow property with a single shadow. The property accepts either the BoxShadow.None value, the default global keywords, which indicates no shadows, or a list of shadows, created by using BoxShadow.of, ordered front to back.

fun StyleScope.boxShadow(value: String)
fun StyleScope.boxShadow(offsetX: CSSLengthNumericValue = 0.px, offsetY: CSSLengthNumericValue = 0.px, blurRadius: CSSLengthNumericValue? = null, spreadRadius: CSSLengthNumericValue? = null, color: CSSColorValue? = null, inset: Boolean = false)
Link copied to clipboard
fun StyleScope.boxSizing(boxSizing: BoxSizing)
Link copied to clipboard
fun StyleScope.breakAfter(breakAfter: BreakAfter)
Link copied to clipboard
fun StyleScope.breakBefore(breakBefore: BreakBefore)
Link copied to clipboard
fun StyleScope.breakInside(breakInside: BreakInside)
Link copied to clipboard
fun StyleScope.captionSide(captionSide: CaptionSide)
Link copied to clipboard
fun StyleScope.caretColor(caretColor: CaretColor)
Link copied to clipboard
fun StyleScope.clear(clear: Clear)
Link copied to clipboard
fun StyleScope.color(color: CSSColor)
Link copied to clipboard
fun StyleScope.colorScheme(colorScheme: ColorScheme)
Link copied to clipboard
fun StyleScope.columnCount(columnCount: ColumnCount)
Link copied to clipboard
fun StyleScope.columnFill(columnFill: ColumnFill)
Link copied to clipboard
fun StyleScope.columnRule(width: CSSLengthNumericValue? = null, style: LineStyle? = null, color: CSSColorValue? = null)
Link copied to clipboard
fun StyleScope.columnRuleColor(color: CSSColorValue)
Link copied to clipboard
fun StyleScope.columnRuleStyle(style: LineStyle)
Link copied to clipboard
fun StyleScope.columnRuleWidth(width: CSSLengthNumericValue)
Link copied to clipboard
fun StyleScope.columnSpan(columnSpan: ColumnSpan)
Link copied to clipboard
fun StyleScope.contain(contain: Contain)
Link copied to clipboard
fun StyleScope.containIntrinsicBlockSize(containIntrinsicBlockSize: ContainIntrinsicBlockSize)
Link copied to clipboard
fun StyleScope.containIntrinsicInlineSize(containIntrinsicInlineSize: ContainIntrinsicInlineSize)
Link copied to clipboard
fun StyleScope.content(content: Content)

fun StyleScope.content(value: String)

Convenience function for an extremely common case, setting content to text.

Link copied to clipboard
fun StyleScope.cursor(cursor: Cursor)
Link copied to clipboard
fun StyleScope.emptyCells(emptyCells: EmptyCells)
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
fun StyleScope.filter(filter: Filter)
Link copied to clipboard
fun StyleScope.flexBasis(flexBasis: FlexBasis)
Link copied to clipboard
fun StyleScope.float(float: CSSFloat)
Link copied to clipboard
fun StyleScope.fontOpticalSizing(sizing: FontOpticalSizing)
Link copied to clipboard
fun StyleScope.fontSize(size: FontSize)
Link copied to clipboard
fun StyleScope.fontStyle(style: FontStyle)
Link copied to clipboard
fun StyleScope.fontVariant(fontVariant: FontVariant)
Link copied to clipboard
fun StyleScope.fontVariantAlternates(fontVariantAlternates: FontVariantAlternates)
Link copied to clipboard
fun StyleScope.fontVariantCaps(caps: FontVariantCaps)
Link copied to clipboard
fun StyleScope.fontVariantEastAsian(eastAsian: FontVariantEastAsian)
Link copied to clipboard
fun StyleScope.fontVariantEmoji(emoji: FontVariantEmoji)
Link copied to clipboard
fun StyleScope.fontVariantLigatures(ligatures: FontVariantLigatures)
Link copied to clipboard
fun StyleScope.fontVariantNumeric(numeric: FontVariantNumeric)
Link copied to clipboard
fun StyleScope.fontVariantPosition(position: FontVariantPosition)
Link copied to clipboard
Link copied to clipboard
fun StyleScope.fontWeight(weight: FontWeight)
Link copied to clipboard
fun StyleScope.grid(block: GridBuilder.() -> Unit)
Link copied to clipboard
fun StyleScope.gridAutoColumns(gridAutoColumns: GridAuto)
fun StyleScope.gridAutoColumns(vararg gridAutoColumns: GridEntry)
fun StyleScope.gridAutoColumns(block: GridTrackBuilder.() -> Unit)
Link copied to clipboard
fun StyleScope.gridAutoRows(gridAutoRows: GridAuto)
fun StyleScope.gridAutoRows(vararg gridAutoRows: GridEntry)
fun StyleScope.gridAutoRows(block: GridTrackBuilder.() -> Unit)
Link copied to clipboard
fun StyleScope.gridTemplateColumns(vararg gridTemplateColumns: GridEntry)
fun StyleScope.gridTemplateColumns(gridTemplateColumns: GridTemplate)
fun StyleScope.gridTemplateColumns(block: GridTrackBuilder.() -> Unit)
Link copied to clipboard
fun StyleScope.gridTemplateRows(vararg gridTemplateRows: GridEntry)
fun StyleScope.gridTemplateRows(gridTemplateRows: GridTemplate)
fun StyleScope.gridTemplateRows(block: GridTrackBuilder.() -> Unit)
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun StyleScope.height(height: Height)
Link copied to clipboard
fun StyleScope.hyphenateCharacter(hyphenateCharacter: HyphenateCharacter)
Link copied to clipboard
open operator fun <TValue : StylePropertyValue> CSSStyleVariable<TValue>.invoke(value: TValue)
open operator fun CSSStyleVariable<StylePropertyNumber>.invoke(value: Number)
open operator fun CSSStyleVariable<StylePropertyString>.invoke(value: String)
Link copied to clipboard
Link copied to clipboard
fun StyleScope.isolation(isolation: Isolation)
Link copied to clipboard
fun StyleScope.justifyContent(justifyContent: JustifyContent)
Link copied to clipboard
fun StyleScope.justifyItems(justifyItems: JustifyItems)
Link copied to clipboard
fun StyleScope.justifySelf(justifySelf: JustifySelf)
Link copied to clipboard
fun StyleScope.left(left: Left)
Link copied to clipboard
fun StyleScope.lineBreak(lineBreak: LineBreak)
Link copied to clipboard
fun StyleScope.lineHeight(lineHeight: LineHeight)
Link copied to clipboard
fun StyleScope.listStyle(listStyle: ListStyle)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun StyleScope.maxHeight(maxHeight: MaxHeight)
Link copied to clipboard
fun StyleScope.maxWidth(maxWidth: MaxWidth)
Link copied to clipboard
fun StyleScope.minHeight(minHeight: MinHeight)
Link copied to clipboard
fun StyleScope.minWidth(minWidth: MinWidth)
Link copied to clipboard
fun StyleScope.mixBlendMode(blendMode: MixBlendMode)
Link copied to clipboard
fun StyleScope.objectFit(objectFit: ObjectFit)
Link copied to clipboard
fun StyleScope.opacity(value: Opacity)
Link copied to clipboard
fun StyleScope.orphans(orphans: Orphans)
Link copied to clipboard
fun StyleScope.outline(outline: Outline)
Link copied to clipboard
fun StyleScope.outlineOffset(value: CSSLengthNumericValue)
Link copied to clipboard
fun StyleScope.outlineStyle(value: LineStyle)
Link copied to clipboard
fun StyleScope.outlineWidth(outlineWidth: OutlineWidth)
fun StyleScope.outlineWidth(value: CSSLengthNumericValue)
Link copied to clipboard
fun StyleScope.overflow(overflow: Overflow)
fun StyleScope.overflow(overflowX: Overflow, overflowY: Overflow)
Link copied to clipboard
fun StyleScope.overflowBlock(overflowBlock: OverflowBlock)
Link copied to clipboard
fun StyleScope.overflowInline(overflowInline: OverflowInline)
Link copied to clipboard
fun StyleScope.overflowWrap(overflowWrap: OverflowWrap)
Link copied to clipboard
fun StyleScope.overflowX(overflowX: Overflow)
Link copied to clipboard
fun StyleScope.overflowY(overflowY: Overflow)
Link copied to clipboard
fun StyleScope.overscrollBehavior(overscrollBehavior: OverscrollBehavior)
Link copied to clipboard
fun StyleScope.overscrollBehaviorBlock(overscrollBehaviorBlock: OverscrollBehaviorBlock)
Link copied to clipboard
fun StyleScope.overscrollBehaviorInline(overscrollBehaviorInline: OverscrollBehaviorInline)
Link copied to clipboard
fun StyleScope.overscrollBehaviorX(overscrollBehavior: OverscrollBehavior.SingleValue)
Link copied to clipboard
fun StyleScope.overscrollBehaviorY(overscrollBehavior: OverscrollBehavior.SingleValue)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun StyleScope.placeContent(alignContent: AlignContent, justifyContent: JustifyContent)
Link copied to clipboard
fun StyleScope.placeItems(alignItems: AlignItems, justifyItems: JustifyItems)
Link copied to clipboard
fun StyleScope.placeSelf(alignSelf: AlignSelf, justifySelf: JustifySelf)
Link copied to clipboard
fun StyleScope.pointerEvents(pointerEvents: PointerEvents)
Link copied to clipboard
open override fun property(propertyName: String, value: StylePropertyValue)
open fun property(propertyName: String, value: Number)
open fun property(propertyName: String, value: String)
open fun property(propertyName: String, value: Number, important: Boolean)
open fun property(propertyName: String, value: String, important: Boolean)
open fun property(propertyName: String, value: StylePropertyValue, important: Boolean)
Link copied to clipboard
fun StyleScope.resize(resize: Resize)
Link copied to clipboard
fun StyleScope.right(right: Right)
Link copied to clipboard
fun StyleScope.rotate(a: CSSAngleNumericValue)
fun StyleScope.rotate(x: Number, y: Number, z: Number, a: CSSAngleNumericValue)
Link copied to clipboard
fun StyleScope.rotateX(a: CSSAngleNumericValue)
Link copied to clipboard
fun StyleScope.rotateY(a: CSSAngleNumericValue)
Link copied to clipboard
fun StyleScope.rotateZ(a: CSSAngleNumericValue)
Link copied to clipboard
fun StyleScope.rubyPosition(rubyPosition: RubyPosition)
Link copied to clipboard
fun StyleScope.scale(s: Number)
fun StyleScope.scale(s: CSSPercentageNumericValue)
fun StyleScope.scale(sx: Number, sy: Number)
fun StyleScope.scale(sx: Number, sy: Number, sz: Number)
Link copied to clipboard
fun StyleScope.scaleX(s: Number)
Link copied to clipboard
fun StyleScope.scaleY(s: Number)
Link copied to clipboard
fun StyleScope.scaleZ(s: Number)
Link copied to clipboard
fun StyleScope.scrollbarWidth(scrollbarWidth: ScrollbarWidth)
Link copied to clipboard
fun StyleScope.scrollBehavior(scrollBehavior: ScrollBehavior)
Link copied to clipboard
fun StyleScope.scrollMargin(all: CSSLengthNumericValue)
fun StyleScope.scrollMargin(topBottom: CSSLengthNumericValue = 0.px, leftRight: CSSLengthNumericValue = 0.px)
fun StyleScope.scrollMargin(top: CSSLengthNumericValue = 0.px, leftRight: CSSLengthNumericValue = 0.px, bottom: CSSLengthNumericValue = 0.px)
fun StyleScope.scrollMargin(top: CSSLengthNumericValue = 0.px, right: CSSLengthNumericValue = 0.px, bottom: CSSLengthNumericValue = 0.px, left: CSSLengthNumericValue = 0.px)
Link copied to clipboard
fun StyleScope.scrollMarginBlock(start: CSSLengthNumericValue = 0.px, end: CSSLengthNumericValue = 0.px)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun StyleScope.scrollMarginInline(start: CSSLengthNumericValue = 0.px, end: CSSLengthNumericValue = 0.px)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun StyleScope.scrollMarginTop(value: CSSLengthNumericValue)
Link copied to clipboard
fun StyleScope.scrollPadding(topBottom: CSSLengthOrPercentageNumericValue = autoLength, leftRight: CSSLengthOrPercentageNumericValue = autoLength)
fun StyleScope.scrollPadding(top: CSSLengthOrPercentageNumericValue = autoLength, leftRight: CSSLengthOrPercentageNumericValue = autoLength, bottom: CSSLengthOrPercentageNumericValue = autoLength)
fun StyleScope.scrollPadding(top: CSSLengthOrPercentageNumericValue = autoLength, right: CSSLengthOrPercentageNumericValue = autoLength, bottom: CSSLengthOrPercentageNumericValue = autoLength, left: CSSLengthOrPercentageNumericValue = autoLength)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun StyleScope.scrollSnapAlign(scrollSnapAlign: ScrollSnapAlign)
Link copied to clipboard
fun StyleScope.scrollSnapStop(scrollSnapStop: ScrollSnapStop)
Link copied to clipboard
fun StyleScope.scrollSnapType(scrollSnapType: ScrollSnapType)
Link copied to clipboard
fun <T : Number> StyleScope.setVariable(variable: StyleVariable.NumberValue<T>, value: T)
fun <T : StylePropertyValue> StyleScope.setVariable(variable: StyleVariable.PropertyValue<T>, value: T)
fun StyleScope.setVariable(variable: StyleVariable.StringValue, value: String)
Link copied to clipboard
fun StyleScope.shapeMargin(shapeMargin: ShapeMargin)
Link copied to clipboard
fun StyleScope.shapeRendering(shapeRendering: ShapeRendering)
Link copied to clipboard
fun StyleScope.tableLayout(tableLayout: TableLayout)
Link copied to clipboard
fun StyleScope.textAlign(textAlign: TextAlign)
Link copied to clipboard
fun StyleScope.textAlignLast(textAlignLast: TextAlignLast)
Link copied to clipboard
fun StyleScope.textCombineUpright(textCombineUpright: TextCombineUpright)
Link copied to clipboard
fun StyleScope.textDecorationLine(vararg textDecorationLines: TextDecorationLine)
Link copied to clipboard
fun StyleScope.textDecorationSkipInk(textDecorationSkipInk: TextDecorationSkipInk)
Link copied to clipboard
fun StyleScope.textEmphasisPosition(textEmphasisPosition: TextEmphasisPosition)
Link copied to clipboard
fun StyleScope.textIndent(textIndent: TextIndent)
Link copied to clipboard
fun StyleScope.textOrientation(textOrientation: TextOrientation)
Link copied to clipboard
fun StyleScope.textOverflow(textOverflow: TextOverflow)
Link copied to clipboard
fun StyleScope.textShadow(textShadow: TextShadow)
Link copied to clipboard
fun StyleScope.textTransform(textTransform: TextTransform)
Link copied to clipboard
fun StyleScope.textUnderlineOffset(textUnderlineOffset: TextUnderlineOffset)
Link copied to clipboard
fun StyleScope.textUnderlinePosition(textUnderlinePosition: TextUnderlinePosition)
Link copied to clipboard
fun StyleScope.top(top: Top)
Link copied to clipboard
fun StyleScope.touchAction(touchAction: TouchAction)
Link copied to clipboard
fun StyleScope.transformBox(transformBox: TransformBox)
Link copied to clipboard
fun StyleScope.transformOrigin(transformOrigin: TransformOrigin)
Link copied to clipboard
fun StyleScope.transformStyle(transformStyle: TransformStyle)
Link copied to clipboard
fun StyleScope.transition(transition: Transition)
Link copied to clipboard
fun StyleScope.transitionBehavior(behavior: TransitionBehavior)
Link copied to clipboard
fun StyleScope.transitionDelay(vararg delays: CSSTimeNumericValue)
Link copied to clipboard
fun StyleScope.transitionDuration(vararg durations: CSSTimeNumericValue)
Link copied to clipboard
fun StyleScope.transitionProperty(property: TransitionProperty)
fun StyleScope.transitionProperty(vararg properties: TransitionProperty.Name)
fun StyleScope.transitionProperty(vararg properties: String)
Link copied to clipboard
fun StyleScope.transitionTimingFunction(timingFunction: TransitionTimingFunction)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun StyleScope.userSelect(userSelect: UserSelect)
Link copied to clipboard
open override fun variable(variableName: String, value: StylePropertyValue)
open fun variable(variableName: String, value: Number)
open fun variable(variableName: String, value: String)
Link copied to clipboard
fun StyleScope.verticalAlign(verticalAlign: VerticalAlign)
Link copied to clipboard
fun StyleScope.visibility(visibility: Visibility)
Link copied to clipboard
fun StyleScope.whiteSpace(whiteSpace: WhiteSpace)
Link copied to clipboard
fun StyleScope.widows(widows: Widows)
Link copied to clipboard
fun StyleScope.width(width: Width)
Link copied to clipboard
fun StyleScope.willChange(willChange: WillChange)
Link copied to clipboard
fun StyleScope.wordBreak(wordBreak: WordBreak)
Link copied to clipboard
fun StyleScope.wordSpacing(wordSpacing: WordSpacing)
Link copied to clipboard
fun StyleScope.writingMode(writingMode: WritingMode)
Link copied to clipboard
fun StyleScope.zIndex(value: Number)