format Entry
open fun formatEntry(@NonNull text: Expression, @Nullable formatOptions: Array<Expression.FormatOption>): Expression.FormatEntry
open fun formatEntry(@NonNull text: String, @Nullable formatOptions: Array<Expression.FormatOption>): Expression.FormatEntry
Returns a format entry that can be used in format to create formatted text fields.
Text is required to be of a resulting type string.
Text is required to be passed; FormatOptions are optional and will default to the base values defined for the symbol.
Return
format entry
Parameters
text
displayed text
format Options
format options
Returns a format entry that can be used in format to create formatted text fields.
Text is required to be of a resulting type string.
Text is required to be passed; FormatOptions are optional and will default to the base values defined for the symbol.
Return
format entry
Parameters
text
displayed text