What are all the prebuilt formats possible #4135
Answered
by
ozyx
VoreckLukas
asked this question in
Community Q&A
-
I couldnt find anywhere in the documentation what formats there are you can use. I know of float, utc and enum, i guess there is probably a string (will try after this) but for example is there a format for bool values? |
Beta Was this translation helpful? Give feedback.
Answered by
ozyx
Oct 24, 2023
Replies: 1 comment 6 replies
-
HI @Voreck could you provide a little more detail? What are you trying to accomplish? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @VoreckLukas and @inad9300 ,
Thank you for bringing this to our attention. We genuinely appreciate feedback from our community and recognize that our documentation can certainly be improved. To answer your queries:
The core of a formatter in Open MCT is defined by the
Formatter
interface (I've provided TypeScript-style interfaces for simplicity):Open MCT on its own defines three built-in formatters:
Applied to data with
forma…