Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Static Console Documentation

If you have access to a running C3.ai instance, several additional documentation sources are available to you. In the upper left a menu labeled
'Help' exposes links to 'Console' command documentation as well as http documentation similar to that hosted on their main documentation
website. We've found the DTI official documentation hosted on their website to be better than this documentation.

Finally, documentation for any type can be access through the browser console by running the command 'c3ShowType(<TypeOfInterest>)'.
This will display a page giving a description of the type, links to the types it inherits, a list of annotations which are declared on it, and a list of
functions and properties either unique to that type or inherited through other types. Each property and function is described with a type or call
signature along with a description of that property and function.

Base C3 Types

The C3.ai platform comes with a number of built-in types which are used throughout, and