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

    Interface QuadSerializationConfiguration

    interface QuadSerializationConfiguration {
        context: QuadContextRetriever;
        domain?: string;
        getId?: QuadIdRetriever;
        ignore?: QuadIgnoreIf;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

    Hierarchy-Diagram

    UML class diagram of QuadSerializationConfiguration
    Index

    Properties

    The context of the serialized quads, probably the file-name (constant) or whatever is desired.

    domain?: string

    The basic domain name to use for the quads.

    Retrieve a unique id for a given object.

    defaultQuadIdGenerator

    ignore?: QuadIgnoreIf

    Ignore certain keys or values when serializing to quads.

    defaultQuadIgnoreIf