Object with string keys and string values.
Standard type for configuration objects, HTTP headers, query parameters, and any key-value mapping that should be serializable.
function buildQueryString(params: StringProps): stringfunction setAttributes(element: Element, attrs: StringProps): void Copy
function buildQueryString(params: StringProps): stringfunction setAttributes(element: Element, attrs: StringProps): void
Object with string keys and string values.
Standard type for configuration objects, HTTP headers, query parameters, and any key-value mapping that should be serializable.
Example