@duckduckgo/content-scope-scripts
    Preparing search index...
    ProfileUrlSpec: TextFieldSpec & {
        identifier?: string;
        identifierType?: IdentifierType;
        source?: "pageUrl";
    }

    Extends TextFieldSpec with the knobs unique to profileUrl: source: 'pageUrl' reads the value from the current page URL (globalThis.location.href) instead of from a selector; identifier is the identifier itself (a param name, or a templated URI) and identifierType says where to find it within the resolved URL.

    Type Declaration

    • Optionalidentifier?: string

      the identifier itself: a param name, or a templated URI

    • OptionalidentifierType?: IdentifierType
    • Optionalsource?: "pageUrl"

      read the value from the current page URL instead of a selector