RenderLimits

data class RenderLimits(val maxInputLength: Int = 4096, val maxNestingDepth: Int = 16, val maxGradientChars: Int = 512, val maxTagLength: Int = 96)

Constructors

Link copied to clipboard
constructor(maxInputLength: Int = 4096, maxNestingDepth: Int = 16, maxGradientChars: Int = 512, maxTagLength: Int = 96)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard