The className
filter return a string with the current class name.
twig
{{ "12.3" | number | className }}
{# will output: java.lang.Float #}
🚀 New! Kestra raises $3 million to grow Learn more
The className
filter return a string with the current class name.
{{ "12.3" | number | className }}
{# will output: java.lang.Float #}