Script
data class Script(val script: Script, val type: String, val order: Sort.Order? = null, val mode: Sort.Mode? = null, val nested: Sort.Nested? = null) : ArrayExpression, Sort
Constructors
Link copied to clipboard
fun Script(script: Script, type: String, order: Sort.Order? = null, mode: Sort.Mode? = null, nested: Sort.Nested? = null)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard