@eagleoutice/flowr - v2.10.2
    Preparing search index...

    Enumeration StepOutputFormatConst

    Defines the output format of a step that you are interested in.

    Index

    Enumeration Members

    Internal: 0

    [Internal] This output format is special as it corresponds to whatever the step would normally produce - unchanged - as a typescript object. There is no special way to influence this output format, and it is not to be serialized.

    Json: 2

    This is usually a one-to-one serialization of the internal format, although it is possible that some recursive references are broken.

    Mermaid: 3

    If possible, this will produce a mermaid graph of the result and contain the mermaid code. This is only really possible for some of the step (e.g., the dataflow analysis).

    MermaidUrl: 4

    This is an extension of the Mermaid format. Instead of returning the mermaid code, it will return an url to mermaid live.

    RdfQuads: 5

    Produce n-quads as the output. See serialize2quads

    Text: 1

    A human-readable textual representation of the result. Depending on the step this may be of lesser use as the results of the dataflow analysis are not easily readable in text form.