Caspeco WebComponents - v3.7.0
    Preparing search index...

    Interface NavigationScriptData

    Data describing the navigation script to inject.

    interface NavigationScriptData {
        id: string;
        src: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID to assign to the script element.

    src: string

    The URL of the script to load.