Kotlin Wrappers API Reference
    Platform filter
kotlin-cssom-core/web.cssom/LengthType

LengthType

sealed interface LengthType : AutoLength, Bleed, GeometryPosition, GridLength, LengthProperty, LineWidth, ShapeRadius(source)

Inheritors

Length

Types

Auto
Link copied to clipboard
sealed interface Auto : AutoLength, BlockSize, BorderImageWidth, Columns, GridAutoTracks, GridTemplateTracks, Height, InlineSize, MaskBorderWidth, MinBlockSize, MinHeight, MinInlineSize, MinWidth, Width
FitContent
Link copied to clipboard
sealed interface FitContent : BlockSize, Height, InlineSize, MaxBlockSize, MaxHeight, MaxInlineSize, MaxWidth, MinBlockSize, MinHeight, MinInlineSize, MinWidth, Width
Intrinsic
Link copied to clipboard
sealed interface Intrinsic : MaxHeight, MaxWidth, MinHeight, MinWidth, Width
MaxContent
Link copied to clipboard
sealed interface MaxContent : BlockSize, GridAutoTracks, GridTemplateTracks, Height, InlineSize, MaxBlockSize, MaxHeight, MaxInlineSize, MaxWidth, MinBlockSize, MinHeight, MinInlineSize, MinWidth, Width
MinContent
Link copied to clipboard
sealed interface MinContent : BlockSize, GridAutoTracks, GridTemplateTracks, Height, InlineSize, MaxBlockSize, MaxHeight, MaxInlineSize, MaxWidth, MinBlockSize, MinHeight, MinInlineSize, MinWidth, Width
MinIntrinsic
Link copied to clipboard
sealed interface MinIntrinsic : MinWidth, Width
None
Link copied to clipboard
sealed interface None : ContainIntrinsicBlockSize, ContainIntrinsicHeight, ContainIntrinsicInlineSize, ContainIntrinsicSize, ContainIntrinsicWidth, GridTemplateTracks, MaxBlockSize, MaxHeight, MaxInlineSize, MaxWidth
Normal
Link copied to clipboard
sealed interface Normal : LineHeight
© 2025 Copyright Generated by dokka