@svta/common-media-library
    Preparing search index...

    Type Alias UriReplacementBeta

    A URI replacement for content steering.

    type UriReplacement = {
        HOST?: string;
        PARAMS?: Record<string, string>;
    }
    Index

    Properties

    Properties

    HOST?: string

    A string that specifies the hostname for cloned URIs.

    PARAMS?: Record<string, string>

    An object that specifies query parameters for cloned URIs. The keys represent query parameter names, and the values correspond to the associated parameter values.