Frodo Library - v4.5.0
    Preparing search index...

    Type Alias ScriptReference

    A single journey/node reference to a script, found by findScriptReferences.

    type ScriptReference = {
        innerNodeId?: string;
        journeyId: string;
        nodeDisplayName?: string;
        nodeId: string;
        nodeType: string;
    }
    Index

    Properties

    innerNodeId?: string

    Present when the script-referencing node is nested inside a container node (e.g. a Page Node) rather than being the top-level node itself — this is the inner node's id, distinct from nodeId (the container).

    journeyId: string
    nodeDisplayName?: string
    nodeId: string

    The top-level node id a journey's own node map actually references.

    nodeType: string