@nosto/nosto-react

    Type Alias ScriptLoadOptions

    type ScriptLoadOptions = {
        attributes?: Record<string, string>;
        position?: "head" | "body";
    }
    Index

    Properties

    attributes?: Record<string, string>

    Indicates the attributes of the script element

    position?: "head" | "body"

    Indicates the position of the script, default is "body"

    MMNEPVFCICPMFPCPTTAAATR