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
Extends TextFieldSpec with the knobs unique to profileUrl:
source: 'pageUrl'reads the value from the current page URL (globalThis.location.href) instead of from aselector;identifieris the identifier itself (a param name, or a templated URI) andidentifierTypesays where to find it within the resolved URL.