geostyler-style
Preparing search index...
FunctionCall
Interface FunctionCall<T>
Expression that evaluates to the result of a function call on a list of argument expressions.
interface
FunctionCall
<
T
>
{
args
:
unknown
[]
;
name
:
T
extends
string
?
|
"case"
|
"step"
|
"property"
|
"numberFormat"
|
"strAbbreviate"
|
"strCapitalize"
|
"strConcat"
|
"strDefaultIfBlank"
|
"strReplace"
|
"strStripAccents"
|
"strSubstring"
|
"strSubstringStart"
|
"strToLowerCase"
|
"strToUpperCase"
|
"strTrim"
|
"strToString"
:
T
extends
number
?
|
"sub"
|
"case"
|
"max"
|
"add"
|
"min"
|
"round"
|
"div"
|
"step"
|
"property"
|
"abs"
|
"acos"
|
"asin"
|
"atan"
|
"atan2"
|
"ceil"
|
"cos"
|
"exp"
|
"floor"
|
"interpolate"
|
"log"
|
"modulo"
|
"mul"
|
"pi"
|
"pow"
|
"random"
|
"rint"
|
"sin"
|
"sqrt"
|
"strIndexOf"
|
"strLastIndexOf"
|
"strLength"
|
"tan"
|
"toDegrees"
|
"toNumber"
|
"toRadians"
:
|
"case"
|
"all"
|
"step"
|
"property"
|
"any"
|
"between"
|
"double2bool"
|
"equalTo"
|
"greaterThan"
|
"greaterThanOrEqualTo"
|
"in"
|
"lessThan"
|
"lessThanOrEqualTo"
|
"not"
|
"notEqualTo"
|
"parseBoolean"
|
"strEndsWith"
|
"strEqualsIgnoreCase"
|
"strMatches"
|
"strStartsWith"
;
}
Type Parameters
T
Hierarchy (
View Summary
)
FunctionCall
Fabs
Facos
Fadd
Fall
Fany
Fasin
Fatan
Fatan2
Fbetween
Fcase
Fceil
Fcos
Fdiv
Fdouble2bool
FequalTo
Fexp
Ffloor
FgreaterThan
FgreaterThanOrEqualTo
Fin
FlessThan
FlessThanOrEqualTo
Fnot
FnotEqualTo
Flog
Fmax
Fmin
Fmodulo
Fmul
FnumberFormat
FparseBoolean
Fpow
Fproperty
Frint
Fround
Fsin
Fsqrt
Fstep
FstrAbbreviate
FstrCapitalize
FstrConcat
FstrDefaultIfBlank
FstrEndsWith
FstrEqualsIgnoreCase
FstrIndexOf
FstrLastIndexOf
FstrLength
FstrMatches
FstrReplace
FstrStartsWith
FstrStripAccents
FstrSubstring
FstrSubstringStart
FstrToLowerCase
FstrToUpperCase
FstrTrim
Fsub
Ftan
FtoDegrees
FtoNumber
FtoRadians
FtoString
Finterpolate
Index
Properties
args
name
Properties
args
args
:
unknown
[]
name
name
:
T
extends
string
?
|
"case"
|
"step"
|
"property"
|
"numberFormat"
|
"strAbbreviate"
|
"strCapitalize"
|
"strConcat"
|
"strDefaultIfBlank"
|
"strReplace"
|
"strStripAccents"
|
"strSubstring"
|
"strSubstringStart"
|
"strToLowerCase"
|
"strToUpperCase"
|
"strTrim"
|
"strToString"
:
T
extends
number
?
|
"sub"
|
"case"
|
"max"
|
"add"
|
"min"
|
"round"
|
"div"
|
"step"
|
"property"
|
"abs"
|
"acos"
|
"asin"
|
"atan"
|
"atan2"
|
"ceil"
|
"cos"
|
"exp"
|
"floor"
|
"interpolate"
|
"log"
|
"modulo"
|
"mul"
|
"pi"
|
"pow"
|
"random"
|
"rint"
|
"sin"
|
"sqrt"
|
"strIndexOf"
|
"strLastIndexOf"
|
"strLength"
|
"tan"
|
"toDegrees"
|
"toNumber"
|
"toRadians"
:
|
"case"
|
"all"
|
"step"
|
"property"
|
"any"
|
"between"
|
"double2bool"
|
"equalTo"
|
"greaterThan"
|
"greaterThanOrEqualTo"
|
"in"
|
"lessThan"
|
"lessThanOrEqualTo"
|
"not"
|
"notEqualTo"
|
"parseBoolean"
|
"strEndsWith"
|
"strEqualsIgnoreCase"
|
"strMatches"
|
"strStartsWith"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
name
geostyler-style
Loading...
Expression that evaluates to the result of a function call on a list of argument expressions.