map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface ParameterTokenTransport

    Token should be transported as HTTP Query Parameter 'url?='

    interface ParameterTokenTransport {
        mode: "PARAMETER";
        parameterName: string;
    }
    Index

    Properties

    Properties

    mode: "PARAMETER"

    Mode identifier.

    parameterName: string

    Name of the parameter to use.