Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

/* Any copyright is dedicated to the Public Domain.
// Tests that you can control body limit preference via options panel
const TEST_URI = "data:text/html,test body limit";
add_task(async function () {
const tab = await addTab(TEST_URI);
const toolbox = await gDevTools.showToolboxForTab(tab, { toolId: "options" });
const panel = toolbox.getCurrentPanel();
const editButton = panel.panelDoc.querySelector(
".netmonitor-body-limit-button"
);
const input = panel.panelDoc.querySelector("#netmonitor-body-limit");
const editSection = panel.panelDoc.querySelector(
"#netmonitor-body-limit-edit"
);
const resetButton = panel.panelDoc.querySelector(
".netmonitor-body-limit-restore-default"
);
async function testBodyLimit(value, expectedValue, commit = "Return") {
info(
`Test setting body limit to ${value} and expecting it to be set to ${expectedValue}`
);
const previousValue = Services.prefs.getIntPref(
"devtools.netmonitor.bodyLimit"
);
info("Click on edit button to show the input");
await promiseButtonShown(editButton);
editButton.click();
info("Wait for the edit section to be visible");
await waitFor(() => editSection.classList.contains("active"));
ok(
editButton.classList.contains("hidden"),
"The edit button should be hidden"
);
info("Reset the input value");
input.value = "";
input.focus();
const onConfigurationApplied = toolbox.once("new-configuration-applied");
EventUtils.sendString(String(value), panel.panelWin);
if (commit == "Return" || commit == "Escape") {
EventUtils.sendKey(commit, panel.panelWin);
} else if (commit == "set-button") {
panel.panelDoc.querySelector(".netmonitor-body-limit-set").click();
}
info("Wait for the edit section to be hidden");
await waitFor(() => !editSection.classList.contains("active"));
if (expectedValue != previousValue) {
info("Wait for the toolbox to apply the new configuration");
await onConfigurationApplied;
}
is(
Services.prefs.getIntPref("devtools.netmonitor.bodyLimit"),
expectedValue,
"The body limit pref changed"
);
ok(!editButton.classList.contains("hidden"), "Edit button should be shown");
ok(
!resetButton.classList.contains("hidden"),
"Revert button should be shown"
);
await wait(0);
}
const defaultValue = Services.prefs.getIntPref(
"devtools.netmonitor.bodyLimit"
);
await testBodyLimit("1024", 1024);
await testBodyLimit("1025", 1024, "Escape");
await testBodyLimit("-1", 1024);
await testBodyLimit("foo", 1024);
await testBodyLimit("0", 0);
await testBodyLimit("10000000000", 2147483647);
info(
"Reset to the default body limit value before switching to another test"
);
const onConfigurationApplied = toolbox.once("new-configuration-applied");
resetButton.click();
await onConfigurationApplied;
is(
Services.prefs.getIntPref("devtools.netmonitor.bodyLimit"),
defaultValue,
"The body limit pref changed"
);
});
function promiseButtonShown(button) {
const dwu = window.windowUtils;
return TestUtils.waitForCondition(() => {
const bounds = dwu.getBoundsWithoutFlushing(button);
return bounds.width > 0 && bounds.height > 0;
}, `Waiting for button to have non-0 size`);
}
\"","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/resource/tests/browser_resources_target_switching.js#8"}},"S_js_typescript_devtools/shared/commands/resource/tests/browser_resources_unwatch_early.js/TEST_URI.":{"sym":"S_js_typescript_devtools/shared/commands/resource/tests/browser_resources_unwatch_early.js/TEST_URI.","pretty":"TEST_URI","meta":{"structured":1,"pretty":"TEST_URI","sym":"S_js_typescript_devtools/shared/commands/resource/tests/browser_resources_unwatch_early.js/TEST_URI.","js_sym":"#TEST_URI","type_pretty":"\"data:text/html;charset=utf-8,\"","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/resource/tests/browser_resources_unwatch_early.js#11"}},"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_animations_playback_rate_multiplier.js/TEST_URI.":{"sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_animations_playback_rate_multiplier.js/TEST_URI.","pretty":"TEST_URI","meta":{"structured":1,"pretty":"TEST_URI","sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_animations_playback_rate_multiplier.js/TEST_URI.","js_sym":"#TEST_URI","type_pretty":"string","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_animations_playback_rate_multiplier.js#8"}},"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_color_scheme.js/TEST_URI.":{"sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_color_scheme.js/TEST_URI.","pretty":"TEST_URI","meta":{"structured":1,"pretty":"TEST_URI","sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_color_scheme.js/TEST_URI.","js_sym":"#TEST_URI","type_pretty":"string","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_color_scheme.js#8"}},"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_custom_user_agent.js/TEST_URI.":{"sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_custom_user_agent.js/TEST_URI.","pretty":"TEST_URI","meta":{"structured":1,"pretty":"TEST_URI","sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_custom_user_agent.js/TEST_URI.","js_sym":"#TEST_URI","type_pretty":"string","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_custom_user_agent.js#8"}},"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_dppx.js/TEST_URI.":{"sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_dppx.js/TEST_URI.","pretty":"TEST_URI","meta":{"structured":1,"pretty":"TEST_URI","sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_dppx.js/TEST_URI.","js_sym":"#TEST_URI","type_pretty":"string","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_dppx.js#8"}},"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_touch_events.js/TEST_URI.":{"sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_touch_events.js/TEST_URI.","pretty":"TEST_URI","meta":{"structured":1,"pretty":"TEST_URI","sym":"S_js_typescript_devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_touch_events.js/TEST_URI.","js_sym":"#TEST_URI","type_pretty":"string","kind":"field","subsystem":"DevTools/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/commands/target-configuration/tests/browser_target_configuration_command_touch_events.js#8"}},"S_js_typescript_devtools/shared/event-emitter.js/EventEmitter#once().":{"sym":"S_js_typescript_devtools/shared/event-emitter.js/EventEmitter#once().","pretty":"EventEmitter::once","meta":{"structured":1,"pretty":"EventEmitter::once","sym":"S_js_typescript_devtools/shared/event-emitter.js/EventEmitter#once().","js_sym":"#once","type_pretty":"Promise","kind":"method","subsystem":"DevTools/General","parentsym":"S_js_typescript_devtools/shared/event-emitter.js/EventEmitter#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/event-emitter.js#142"}},"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/dominator-tree-worker.js/ok().":{"sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/dominator-tree-worker.js/ok().","pretty":"ok","meta":{"structured":1,"pretty":"ok","sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/dominator-tree-worker.js/ok().","js_sym":"#ok","type_pretty":"void","kind":"method","subsystem":"DevTools/Memory","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/heapsnapshot/tests/xpcshell/dominator-tree-worker.js#36"}},"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/heap-snapshot-worker.js/ok().":{"sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/heap-snapshot-worker.js/ok().","pretty":"ok","meta":{"structured":1,"pretty":"ok","sym":"S_js_typescript_devtools/shared/heapsnapshot/tests/xpcshell/heap-snapshot-worker.js/ok().","js_sym":"#ok","type_pretty":"void","kind":"method","subsystem":"DevTools/Memory","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/shared/heapsnapshot/tests/xpcshell/heap-snapshot-worker.js#34"}},"S_js_typescript_editor.js/Editor#focus().":{"sym":"S_js_typescript_editor.js/Editor#focus().","pretty":"Editor::focus","meta":{"structured":1,"pretty":"Editor::focus","sym":"S_js_typescript_editor.js/Editor#focus().","js_sym":"#focus","type_pretty":"void","kind":"method","subsystem":"DevTools/Source Editor","parentsym":"S_js_typescript_editor.js/Editor#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"devtools/client/shared/sourceeditor/editor.js#4432"}},"S_js_typescript_generated/lib.gecko.darwin.d.ts/InOutParam#typeLiteral3:value.":{"sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/InOutParam#typeLiteral3:value.","pretty":"InOutParam::typeLiteral3::value","meta":{"structured":1,"pretty":"InOutParam::typeLiteral3::value","sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/InOutParam#typeLiteral3:value.","js_sym":"#value","type_pretty":"T","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.darwin.d.ts#330"}},"S_js_typescript_generated/lib.gecko.darwin.d.ts/OutParam#typeLiteral4:value.":{"sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/OutParam#typeLiteral4:value.","pretty":"OutParam::typeLiteral4::value","meta":{"structured":1,"pretty":"OutParam::typeLiteral4::value","sym":"S_js_typescript_generated/lib.gecko.darwin.d.ts/OutParam#typeLiteral4:value.","js_sym":"#value","type_pretty":"T | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.darwin.d.ts#333"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/AccessibleNode#is().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AccessibleNode#is().","pretty":"AccessibleNode::is","meta":{"structured":1,"pretty":"AccessibleNode::is","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AccessibleNode#is().","js_sym":"#is","type_pretty":"string[]) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AccessibleNode#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_AccessibleNode_is"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#8142"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/AddEventListenerOptions#once.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AddEventListenerOptions#once.","pretty":"AddEventListenerOptions::once","meta":{"structured":1,"pretty":"AddEventListenerOptions::once","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AddEventListenerOptions#once.","js_sym":"#once","type_pretty":"boolean | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AddEventListenerOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_AddEventListenerOptions_once"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#33"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/AnimationPropertyValueDetails#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AnimationPropertyValueDetails#value.","pretty":"AnimationPropertyValueDetails::value","meta":{"structured":1,"pretty":"AnimationPropertyValueDetails::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AnimationPropertyValueDetails#value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AnimationPropertyValueDetails#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_AnimationPropertyValueDetails_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#120"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Attr#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Attr#value.","pretty":"Attr::value","meta":{"structured":1,"pretty":"Attr::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Attr#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Attr#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Attr_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#8448"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/AttributeNameValue#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AttributeNameValue#value.","pretty":"AttributeNameValue::value","meta":{"structured":1,"pretty":"AttributeNameValue::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AttributeNameValue#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AttributeNameValue#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_AttributeNameValue_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#137"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioParam#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioParam#value.","pretty":"AudioParam::value","meta":{"structured":1,"pretty":"AudioParam::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioParam#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/AudioParam#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_AudioParam_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#8743"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/BrowsingContext#window.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BrowsingContext#window.","pretty":"BrowsingContext::window","meta":{"structured":1,"pretty":"BrowsingContext::window","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BrowsingContext#window.","js_sym":"#window","type_pretty":"WindowProxy | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/BrowsingContext#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_BrowsingContext_window"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#9363"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSKeywordValue#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSKeywordValue#value.","pretty":"CSSKeywordValue::value","meta":{"structured":1,"pretty":"CSSKeywordValue::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSKeywordValue#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSKeywordValue#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSKeywordValue_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#9843"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathClamp#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathClamp#value.","pretty":"CSSMathClamp::value","meta":{"structured":1,"pretty":"CSSMathClamp::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathClamp#value.","js_sym":"#value","type_pretty":"CSSNumericValue","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathClamp#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSMathClamp_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#9939"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathInvert#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathInvert#value.","pretty":"CSSMathInvert::value","meta":{"structured":1,"pretty":"CSSMathInvert::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathInvert#value.","js_sym":"#value","type_pretty":"CSSNumericValue","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathInvert#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSMathInvert_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#9952"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathNegate#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathNegate#value.","pretty":"CSSMathNegate::value","meta":{"structured":1,"pretty":"CSSMathNegate::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathNegate#value.","js_sym":"#value","type_pretty":"CSSNumericValue","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSMathNegate#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSMathNegate_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#9991"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSPositionTryDescriptors#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSPositionTryDescriptors#height.","pretty":"CSSPositionTryDescriptors::height","meta":{"structured":1,"pretty":"CSSPositionTryDescriptors::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSPositionTryDescriptors#height.","js_sym":"#height","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSPositionTryDescriptors#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSPositionTryDescriptors_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#10258"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSPositionTryDescriptors#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSPositionTryDescriptors#width.","pretty":"CSSPositionTryDescriptors::width","meta":{"structured":1,"pretty":"CSSPositionTryDescriptors::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSPositionTryDescriptors#width.","js_sym":"#width","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSPositionTryDescriptors#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSPositionTryDescriptors_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#10334"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleProperties#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleProperties#height.","pretty":"CSSStyleProperties::height","meta":{"structured":1,"pretty":"CSSStyleProperties::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleProperties#height.","js_sym":"#height","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleProperties#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSStyleProperties_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#11229"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleProperties#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleProperties#width.","pretty":"CSSStyleProperties::width","meta":{"structured":1,"pretty":"CSSStyleProperties::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleProperties#width.","js_sym":"#width","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSStyleProperties#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSStyleProperties_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#11865"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSUnitValue#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSUnitValue#value.","pretty":"CSSUnitValue::value","meta":{"structured":1,"pretty":"CSSUnitValue::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSUnitValue#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CSSUnitValue#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CSSUnitValue_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#12055"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Console#info().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Console#info().","pretty":"Console::info","meta":{"structured":1,"pretty":"Console::info","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Console#info().","js_sym":"#info","type_pretty":"any[]) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Console#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_console_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#43322"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ConsoleInstance#info().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ConsoleInstance#info().","pretty":"ConsoleInstance::info","meta":{"structured":1,"pretty":"ConsoleInstance::info","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ConsoleInstance#info().","js_sym":"#info","type_pretty":"any[]) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ConsoleInstance#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ConsoleInstance_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#13126"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieInit#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieInit#value.","pretty":"CookieInit::value","meta":{"structured":1,"pretty":"CookieInit::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieInit#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CookieInit_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#960"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieListItem#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieListItem#value.","pretty":"CookieListItem::value","meta":{"structured":1,"pretty":"CookieListItem::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieListItem#value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/CookieListItem#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_CookieListItem_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#967"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRect#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRect#height.","pretty":"DOMRect::height","meta":{"structured":1,"pretty":"DOMRect::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRect#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRect#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DOMRect_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#13942"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRect#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRect#width.","pretty":"DOMRect::width","meta":{"structured":1,"pretty":"DOMRect::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRect#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRect#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DOMRect_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#13944"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRectInit#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRectInit#height.","pretty":"DOMRectInit::height","meta":{"structured":1,"pretty":"DOMRectInit::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRectInit#height.","js_sym":"#height","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRectInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DOMRectInit_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#1105"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRectInit#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRectInit#width.","pretty":"DOMRectInit::width","meta":{"structured":1,"pretty":"DOMRectInit::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRectInit#width.","js_sym":"#width","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRectInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DOMRectInit_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#1107"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRectReadOnly#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRectReadOnly#height.","pretty":"DOMRectReadOnly::height","meta":{"structured":1,"pretty":"DOMRectReadOnly::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRectReadOnly#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRectReadOnly#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DOMRectReadOnly_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#13981"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRectReadOnly#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRectReadOnly#width.","pretty":"DOMRectReadOnly::width","meta":{"structured":1,"pretty":"DOMRectReadOnly::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRectReadOnly#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMRectReadOnly#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DOMRectReadOnly_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#13989"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMStringList#contains().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMStringList#contains().","pretty":"DOMStringList::contains","meta":{"structured":1,"pretty":"DOMStringList::contains","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMStringList#contains().","js_sym":"#contains","type_pretty":"string) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMStringList#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DOMStringList_contains"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#14012"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#contains().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#contains().","pretty":"DOMTokenList::contains","meta":{"structured":1,"pretty":"DOMTokenList::contains","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#contains().","js_sym":"#contains","type_pretty":"string) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DOMTokenList_contains"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#14046"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#value.","pretty":"DOMTokenList::value","meta":{"structured":1,"pretty":"DOMTokenList::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DOMTokenList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DOMTokenList_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#14041"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DeviceLightEvent#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DeviceLightEvent#value.","pretty":"DeviceLightEvent::value","meta":{"structured":1,"pretty":"DeviceLightEvent::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DeviceLightEvent#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DeviceLightEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DeviceLightEvent_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#14258"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DeviceLightEventInit#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DeviceLightEventInit#value.","pretty":"DeviceLightEventInit::value","meta":{"structured":1,"pretty":"DeviceLightEventInit::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DeviceLightEventInit#value.","js_sym":"#value","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DeviceLightEventInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DeviceLightEventInit_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#1189"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentPictureInPicture#window.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentPictureInPicture#window.","pretty":"DocumentPictureInPicture::window","meta":{"structured":1,"pretty":"DocumentPictureInPicture::window","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentPictureInPicture#window.","js_sym":"#window","type_pretty":"Window | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentPictureInPicture#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DocumentPictureInPicture_window"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#14914"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentPictureInPictureEvent#window.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentPictureInPictureEvent#window.","pretty":"DocumentPictureInPictureEvent::window","meta":{"structured":1,"pretty":"DocumentPictureInPictureEvent::window","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentPictureInPictureEvent#window.","js_sym":"#window","type_pretty":"Window","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentPictureInPictureEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DocumentPictureInPictureEvent_window"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#14936"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentPictureInPictureEventInit#window.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentPictureInPictureEventInit#window.","pretty":"DocumentPictureInPictureEventInit::window","meta":{"structured":1,"pretty":"DocumentPictureInPictureEventInit::window","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentPictureInPictureEventInit#window.","js_sym":"#window","type_pretty":"Window","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentPictureInPictureEventInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DocumentPictureInPictureEventInit_window"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#1305"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentPictureInPictureOptions#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentPictureInPictureOptions#height.","pretty":"DocumentPictureInPictureOptions::height","meta":{"structured":1,"pretty":"DocumentPictureInPictureOptions::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentPictureInPictureOptions#height.","js_sym":"#height","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentPictureInPictureOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DocumentPictureInPictureOptions_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#1312"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentPictureInPictureOptions#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentPictureInPictureOptions#width.","pretty":"DocumentPictureInPictureOptions::width","meta":{"structured":1,"pretty":"DocumentPictureInPictureOptions::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentPictureInPictureOptions#width.","js_sym":"#width","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/DocumentPictureInPictureOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_DocumentPictureInPictureOptions_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#1316"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Element#classList.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Element#classList.","pretty":"Element::classList","meta":{"structured":1,"pretty":"Element::classList","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Element#classList.","js_sym":"#classList","type_pretty":"DOMTokenList","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Element#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Element_classList"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#15238"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ElementCreationOptions#is.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ElementCreationOptions#is.","pretty":"ElementCreationOptions::is","meta":{"structured":1,"pretty":"ElementCreationOptions::is","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ElementCreationOptions#is.","js_sym":"#is","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ElementCreationOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ElementCreationOptions_is"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#1395"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/FluentBundleIteratorResult#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FluentBundleIteratorResult#value.","pretty":"FluentBundleIteratorResult::value","meta":{"structured":1,"pretty":"FluentBundleIteratorResult::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FluentBundleIteratorResult#value.","js_sym":"#value","type_pretty":"FluentBundle | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FluentBundleIteratorResult#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_FluentBundleIteratorResult_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#1629"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/FluentMessage#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FluentMessage#value.","pretty":"FluentMessage::value","meta":{"structured":1,"pretty":"FluentMessage::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FluentMessage#value.","js_sym":"#value","type_pretty":"FluentPattern | null | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FluentMessage#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_FluentMessage_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#1643"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/FontFace#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FontFace#width.","pretty":"FontFace::width","meta":{"structured":1,"pretty":"FontFace::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FontFace#width.","js_sym":"#width","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FontFace#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_FontFace_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#16348"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/FontFaceDescriptors#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FontFaceDescriptors#width.","pretty":"FontFaceDescriptors::width","meta":{"structured":1,"pretty":"FontFaceDescriptors::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FontFaceDescriptors#width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FontFaceDescriptors#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_FontFaceDescriptors_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#1693"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/FontFaceSetIteratorResult#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FontFaceSetIteratorResult#value.","pretty":"FontFaceSetIteratorResult::value","meta":{"structured":1,"pretty":"FontFaceSetIteratorResult::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FontFaceSetIteratorResult#value.","js_sym":"#value","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/FontFaceSetIteratorResult#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_FontFaceSetIteratorResult_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#1700"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUAdapter#info.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUAdapter#info.","pretty":"GPUAdapter::info","meta":{"structured":1,"pretty":"GPUAdapter::info","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUAdapter#info.","js_sym":"#info","type_pretty":"GPUAdapterInfo","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUAdapter#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPUAdapter_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#16594"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUExtent3DDict#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUExtent3DDict#height.","pretty":"GPUExtent3DDict::height","meta":{"structured":1,"pretty":"GPUExtent3DDict::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUExtent3DDict#height.","js_sym":"#height","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUExtent3DDict#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPUExtent3DDict_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#1921"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUExtent3DDict#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUExtent3DDict#width.","pretty":"GPUExtent3DDict::width","meta":{"structured":1,"pretty":"GPUExtent3DDict::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUExtent3DDict#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUExtent3DDict#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPUExtent3DDict_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#1923"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUTexture#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUTexture#height.","pretty":"GPUTexture::height","meta":{"structured":1,"pretty":"GPUTexture::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUTexture#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUTexture#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPUTexture_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#17339"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUTexture#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUTexture#width.","pretty":"GPUTexture::width","meta":{"structured":1,"pretty":"GPUTexture::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUTexture#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GPUTexture#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GPUTexture_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#17347"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadAxisMoveEvent#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadAxisMoveEvent#value.","pretty":"GamepadAxisMoveEvent::value","meta":{"structured":1,"pretty":"GamepadAxisMoveEvent::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadAxisMoveEvent#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadAxisMoveEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GamepadAxisMoveEvent_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#17458"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadAxisMoveEventInit#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadAxisMoveEventInit#value.","pretty":"GamepadAxisMoveEventInit::value","meta":{"structured":1,"pretty":"GamepadAxisMoveEventInit::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadAxisMoveEventInit#value.","js_sym":"#value","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadAxisMoveEventInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GamepadAxisMoveEventInit_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#2286"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadButton#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadButton#value.","pretty":"GamepadButton::value","meta":{"structured":1,"pretty":"GamepadButton::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadButton#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/GamepadButton#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_GamepadButton_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#17475"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLButtonElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLButtonElement#value.","pretty":"HTMLButtonElement::value","meta":{"structured":1,"pretty":"HTMLButtonElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLButtonElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLButtonElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLButtonElement_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#18795"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLCanvasElement#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLCanvasElement#height.","pretty":"HTMLCanvasElement::height","meta":{"structured":1,"pretty":"HTMLCanvasElement::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLCanvasElement#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLCanvasElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLCanvasElement_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#18820"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLCanvasElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLCanvasElement#width.","pretty":"HTMLCanvasElement::width","meta":{"structured":1,"pretty":"HTMLCanvasElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLCanvasElement#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLCanvasElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLCanvasElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#18826"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLDataElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLDataElement#value.","pretty":"HTMLDataElement::value","meta":{"structured":1,"pretty":"HTMLDataElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLDataElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLDataElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLDataElement_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#18891"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click().","pretty":"HTMLElement::click","meta":{"structured":1,"pretty":"HTMLElement::click","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click().","js_sym":"#click","type_pretty":"(method) click() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLElement_click"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#click().","S_js_typescript_toolkit/content/widgets/moz-box-button/moz-box-button.mjs/MozBoxButton#click().","S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#click().","S_js_typescript_toolkit/content/widgets/moz-button/moz-button.mjs/MozButton#click()."],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#19082"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLEmbedElement#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLEmbedElement#height.","pretty":"HTMLEmbedElement::height","meta":{"structured":1,"pretty":"HTMLEmbedElement::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLEmbedElement#height.","js_sym":"#height","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLEmbedElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLEmbedElement_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#19107"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLEmbedElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLEmbedElement#width.","pretty":"HTMLEmbedElement::width","meta":{"structured":1,"pretty":"HTMLEmbedElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLEmbedElement#width.","js_sym":"#width","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLEmbedElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLEmbedElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#19115"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLHRElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLHRElement#width.","pretty":"HTMLHRElement::width","meta":{"structured":1,"pretty":"HTMLHRElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLHRElement#width.","js_sym":"#width","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLHRElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLHRElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#19328"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLIFrameElement#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLIFrameElement#height.","pretty":"HTMLIFrameElement::height","meta":{"structured":1,"pretty":"HTMLIFrameElement::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLIFrameElement#height.","js_sym":"#height","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLIFrameElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLIFrameElement_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#19417"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLIFrameElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLIFrameElement#width.","pretty":"HTMLIFrameElement::width","meta":{"structured":1,"pretty":"HTMLIFrameElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLIFrameElement#width.","js_sym":"#width","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLIFrameElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLIFrameElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#19439"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLImageElement#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLImageElement#height.","pretty":"HTMLImageElement::height","meta":{"structured":1,"pretty":"HTMLImageElement::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLImageElement#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLImageElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLImageElement_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#19474"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLImageElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLImageElement#width.","pretty":"HTMLImageElement::width","meta":{"structured":1,"pretty":"HTMLImageElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLImageElement#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLImageElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLImageElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#19504"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#height.","pretty":"HTMLInputElement::height","meta":{"structured":1,"pretty":"HTMLInputElement::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLInputElement_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#19581"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#value.","pretty":"HTMLInputElement::value","meta":{"structured":1,"pretty":"HTMLInputElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLInputElement_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#19637"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#width.","pretty":"HTMLInputElement::width","meta":{"structured":1,"pretty":"HTMLInputElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLInputElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLInputElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#19647"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLIElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLIElement#value.","pretty":"HTMLLIElement::value","meta":{"structured":1,"pretty":"HTMLLIElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLIElement#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLLIElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLLIElement_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#19733"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMarqueeElement#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMarqueeElement#height.","pretty":"HTMLMarqueeElement::height","meta":{"structured":1,"pretty":"HTMLMarqueeElement::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMarqueeElement#height.","js_sym":"#height","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMarqueeElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLMarqueeElement_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#19868"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMarqueeElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMarqueeElement#width.","pretty":"HTMLMarqueeElement::width","meta":{"structured":1,"pretty":"HTMLMarqueeElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMarqueeElement#width.","js_sym":"#width","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMarqueeElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLMarqueeElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#19882"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMeterElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMeterElement#value.","pretty":"HTMLMeterElement::value","meta":{"structured":1,"pretty":"HTMLMeterElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMeterElement#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLMeterElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLMeterElement_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#20165"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLObjectElement#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLObjectElement#height.","pretty":"HTMLObjectElement::height","meta":{"structured":1,"pretty":"HTMLObjectElement::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLObjectElement#height.","js_sym":"#height","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLObjectElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLObjectElement_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#20246"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLObjectElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLObjectElement#width.","pretty":"HTMLObjectElement::width","meta":{"structured":1,"pretty":"HTMLObjectElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLObjectElement#width.","js_sym":"#width","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLObjectElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLObjectElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#20264"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOptionElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOptionElement#value.","pretty":"HTMLOptionElement::value","meta":{"structured":1,"pretty":"HTMLOptionElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOptionElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOptionElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLOptionElement_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#20330"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOrSVGOrMathMLElement#focus().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOrSVGOrMathMLElement#focus().","pretty":"HTMLOrSVGOrMathMLElement::focus","meta":{"structured":1,"pretty":"HTMLOrSVGOrMathMLElement::focus","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOrSVGOrMathMLElement#focus().","js_sym":"#focus","type_pretty":"FocusOptions | undefined) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOrSVGOrMathMLElement#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLOrSVGOrMathMLElement_focus"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_toolkit/content/widgets/lit-select-control.mjs/SelectControlBaseElement#focus().","S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#focus().","S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#focus().","S_js_typescript_toolkit/content/widgets/moz-box-item/moz-box-item.mjs/MozBoxItem#focus().","S_js_typescript_browser/components/preferences/widgets/setting-control/setting-control.mjs/SettingControl#focus()."],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#20374"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOutputElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOutputElement#value.","pretty":"HTMLOutputElement::value","meta":{"structured":1,"pretty":"HTMLOutputElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOutputElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOutputElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLOutputElement_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#20396"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLParamElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLParamElement#value.","pretty":"HTMLParamElement::value","meta":{"structured":1,"pretty":"HTMLParamElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLParamElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLParamElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLParamElement_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#20442"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLPreElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLPreElement#width.","pretty":"HTMLPreElement::width","meta":{"structured":1,"pretty":"HTMLPreElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLPreElement#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLPreElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLPreElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#20476"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLProgressElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLProgressElement#value.","pretty":"HTMLProgressElement::value","meta":{"structured":1,"pretty":"HTMLProgressElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLProgressElement#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLProgressElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLProgressElement_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#20499"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSelectElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSelectElement#value.","pretty":"HTMLSelectElement::value","meta":{"structured":1,"pretty":"HTMLSelectElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSelectElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSelectElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLSelectElement_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#20621"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSourceElement#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSourceElement#height.","pretty":"HTMLSourceElement::height","meta":{"structured":1,"pretty":"HTMLSourceElement::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSourceElement#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSourceElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLSourceElement_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#20700"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSourceElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSourceElement#width.","pretty":"HTMLSourceElement::width","meta":{"structured":1,"pretty":"HTMLSourceElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSourceElement#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLSourceElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLSourceElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#20712"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTableCellElement#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTableCellElement#height.","pretty":"HTMLTableCellElement::height","meta":{"structured":1,"pretty":"HTMLTableCellElement::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTableCellElement#height.","js_sym":"#height","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTableCellElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLTableCellElement_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#20804"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTableCellElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTableCellElement#width.","pretty":"HTMLTableCellElement::width","meta":{"structured":1,"pretty":"HTMLTableCellElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTableCellElement#width.","js_sym":"#width","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTableCellElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLTableCellElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#20814"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTableColElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTableColElement#width.","pretty":"HTMLTableColElement::width","meta":{"structured":1,"pretty":"HTMLTableColElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTableColElement#width.","js_sym":"#width","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTableColElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLTableColElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#20841"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTableElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTableElement#width.","pretty":"HTMLTableElement::width","meta":{"structured":1,"pretty":"HTMLTableElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTableElement#width.","js_sym":"#width","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTableElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLTableElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#20884"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTextAreaElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTextAreaElement#value.","pretty":"HTMLTextAreaElement::value","meta":{"structured":1,"pretty":"HTMLTextAreaElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTextAreaElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLTextAreaElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLTextAreaElement_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#21062"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLVideoElement#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLVideoElement#height.","pretty":"HTMLVideoElement::height","meta":{"structured":1,"pretty":"HTMLVideoElement::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLVideoElement#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLVideoElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLVideoElement_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#21218"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLVideoElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLVideoElement#width.","pretty":"HTMLVideoElement::width","meta":{"structured":1,"pretty":"HTMLVideoElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLVideoElement#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLVideoElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLVideoElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#21244"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/IDBCursorWithValue#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/IDBCursorWithValue#value.","pretty":"IDBCursorWithValue::value","meta":{"structured":1,"pretty":"IDBCursorWithValue::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/IDBCursorWithValue#value.","js_sym":"#value","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/IDBCursorWithValue#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_IDBCursorWithValue_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#21451"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/IDBRecord#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/IDBRecord#value.","pretty":"IDBRecord::value","meta":{"structured":1,"pretty":"IDBRecord::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/IDBRecord#value.","js_sym":"#value","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/IDBRecord#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_IDBRecord_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#21687"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageBitmap#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageBitmap#height.","pretty":"ImageBitmap::height","meta":{"structured":1,"pretty":"ImageBitmap::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageBitmap#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageBitmap#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ImageBitmap_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#21860"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageBitmap#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageBitmap#width.","pretty":"ImageBitmap::width","meta":{"structured":1,"pretty":"ImageBitmap::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageBitmap#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageBitmap#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ImageBitmap_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#21862"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageData#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageData#height.","pretty":"ImageData::height","meta":{"structured":1,"pretty":"ImageData::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageData#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageData#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ImageData_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#21953"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageData#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageData#width.","pretty":"ImageData::width","meta":{"structured":1,"pretty":"ImageData::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageData#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageData#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ImageData_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#21955"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageSize#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageSize#height.","pretty":"ImageSize::height","meta":{"structured":1,"pretty":"ImageSize::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageSize#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageSize#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ImageSize_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#2579"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageSize#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageSize#width.","pretty":"ImageSize::width","meta":{"structured":1,"pretty":"ImageSize::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageSize#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ImageSize#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ImageSize_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#2581"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorCSSToken#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorCSSToken#value.","pretty":"InspectorCSSToken::value","meta":{"structured":1,"pretty":"InspectorCSSToken::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorCSSToken#value.","js_sym":"#value","type_pretty":"string | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorCSSToken#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_InspectorCSSToken_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#2707"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorVariationValue#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorVariationValue#value.","pretty":"InspectorVariationValue::value","meta":{"structured":1,"pretty":"InspectorVariationValue::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorVariationValue#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/InspectorVariationValue#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_InspectorVariationValue_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#2784"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/L10nMessage#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/L10nMessage#value.","pretty":"L10nMessage::value","meta":{"structured":1,"pretty":"L10nMessage::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/L10nMessage#value.","js_sym":"#value","type_pretty":"string | null | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/L10nMessage#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_L10nMessage_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#2888"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaController#focus().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaController#focus().","pretty":"MediaController::focus","meta":{"structured":1,"pretty":"MediaController::focus","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaController#focus().","js_sym":"#focus","type_pretty":"(method) focus() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaController#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaController_focus"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#24318"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackCapabilities#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackCapabilities#height.","pretty":"MediaTrackCapabilities::height","meta":{"structured":1,"pretty":"MediaTrackCapabilities::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackCapabilities#height.","js_sym":"#height","type_pretty":"ULongRange | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackCapabilities#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaTrackCapabilities_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#3675"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackCapabilities#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackCapabilities#width.","pretty":"MediaTrackCapabilities::width","meta":{"structured":1,"pretty":"MediaTrackCapabilities::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackCapabilities#width.","js_sym":"#width","type_pretty":"ULongRange | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackCapabilities#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaTrackCapabilities_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#3681"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackConstraintSet#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackConstraintSet#height.","pretty":"MediaTrackConstraintSet::height","meta":{"structured":1,"pretty":"MediaTrackConstraintSet::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackConstraintSet#height.","js_sym":"#height","type_pretty":"ConstrainLong | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackConstraintSet#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaTrackConstraintSet_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#3702"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackConstraintSet#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackConstraintSet#width.","pretty":"MediaTrackConstraintSet::width","meta":{"structured":1,"pretty":"MediaTrackConstraintSet::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackConstraintSet#width.","js_sym":"#width","type_pretty":"ConstrainLong | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackConstraintSet#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaTrackConstraintSet_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#3720"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackSettings#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackSettings#height.","pretty":"MediaTrackSettings::height","meta":{"structured":1,"pretty":"MediaTrackSettings::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackSettings#height.","js_sym":"#height","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackSettings#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaTrackSettings_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#3746"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackSettings#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackSettings#width.","pretty":"MediaTrackSettings::width","meta":{"structured":1,"pretty":"MediaTrackSettings::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackSettings#width.","js_sym":"#width","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackSettings#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaTrackSettings_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#3764"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackSupportedConstraints#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackSupportedConstraints#height.","pretty":"MediaTrackSupportedConstraints::height","meta":{"structured":1,"pretty":"MediaTrackSupportedConstraints::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackSupportedConstraints#height.","js_sym":"#height","type_pretty":"boolean | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackSupportedConstraints#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaTrackSupportedConstraints_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#3787"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackSupportedConstraints#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackSupportedConstraints#width.","pretty":"MediaTrackSupportedConstraints::width","meta":{"structured":1,"pretty":"MediaTrackSupportedConstraints::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackSupportedConstraints#width.","js_sym":"#width","type_pretty":"boolean | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MediaTrackSupportedConstraints#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MediaTrackSupportedConstraints_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#3813"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/MozHTTPHeader#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozHTTPHeader#value.","pretty":"MozHTTPHeader::value","meta":{"structured":1,"pretty":"MozHTTPHeader::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozHTTPHeader#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/MozHTTPHeader#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_MozHTTPHeader_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#3913"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEvent#info.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEvent#info.","pretty":"NavigateEvent::info","meta":{"structured":1,"pretty":"NavigateEvent::info","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEvent#info.","js_sym":"#info","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_NavigateEvent_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#25686"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEventInit#info.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEventInit#info.","pretty":"NavigateEventInit::info","meta":{"structured":1,"pretty":"NavigateEventInit::info","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEventInit#info.","js_sym":"#info","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigateEventInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_NavigateEventInit_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#4008"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigationOptions#info.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigationOptions#info.","pretty":"NavigationOptions::info","meta":{"structured":1,"pretty":"NavigationOptions::info","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigationOptions#info.","js_sym":"#info","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/NavigationOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_NavigationOptions_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#4046"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#contains().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#contains().","pretty":"Node::contains","meta":{"structured":1,"pretty":"Node::contains","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#contains().","js_sym":"#contains","type_pretty":"Node | null) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Node#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Node_contains"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#26222"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/OffscreenCanvas#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/OffscreenCanvas#height.","pretty":"OffscreenCanvas::height","meta":{"structured":1,"pretty":"OffscreenCanvas::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/OffscreenCanvas#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/OffscreenCanvas#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_OffscreenCanvas_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#26594"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/OffscreenCanvas#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/OffscreenCanvas#width.","pretty":"OffscreenCanvas::width","meta":{"structured":1,"pretty":"OffscreenCanvas::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/OffscreenCanvas#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/OffscreenCanvas#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_OffscreenCanvas_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#26600"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#querySelector().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#querySelector().","pretty":"ParentNode::querySelector","meta":{"structured":1,"pretty":"ParentNode::querySelector","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#querySelector().","js_sym":"#querySelector","type_pretty":"MathMLElementTagNameMap[K] | null; ...","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ParentNode#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ParentNode_querySelector"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PaymentCurrencyAmount#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PaymentCurrencyAmount#value.","pretty":"PaymentCurrencyAmount::value","meta":{"structured":1,"pretty":"PaymentCurrencyAmount::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PaymentCurrencyAmount#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PaymentCurrencyAmount#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PaymentCurrencyAmount_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#4345"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PictureInPictureWindow#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PictureInPictureWindow#height.","pretty":"PictureInPictureWindow::height","meta":{"structured":1,"pretty":"PictureInPictureWindow::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PictureInPictureWindow#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PictureInPictureWindow#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PictureInPictureWindow_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#27686"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PictureInPictureWindow#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PictureInPictureWindow#width.","pretty":"PictureInPictureWindow::width","meta":{"structured":1,"pretty":"PictureInPictureWindow::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PictureInPictureWindow#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PictureInPictureWindow#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PictureInPictureWindow_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#27690"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PointerEvent#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PointerEvent#height.","pretty":"PointerEvent::height","meta":{"structured":1,"pretty":"PointerEvent::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PointerEvent#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PointerEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PointerEvent_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#28142"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PointerEvent#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PointerEvent#width.","pretty":"PointerEvent::width","meta":{"structured":1,"pretty":"PointerEvent::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PointerEvent#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PointerEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PointerEvent_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#28162"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PointerEventInit#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PointerEventInit#height.","pretty":"PointerEventInit::height","meta":{"structured":1,"pretty":"PointerEventInit::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PointerEventInit#height.","js_sym":"#height","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PointerEventInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PointerEventInit_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#4816"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PointerEventInit#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PointerEventInit#width.","pretty":"PointerEventInit::width","meta":{"structured":1,"pretty":"PointerEventInit::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PointerEventInit#width.","js_sym":"#width","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PointerEventInit#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PointerEventInit_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#4838"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PredictRemoteTypeOptions#window.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PredictRemoteTypeOptions#window.","pretty":"PredictRemoteTypeOptions::window","meta":{"structured":1,"pretty":"PredictRemoteTypeOptions::window","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PredictRemoteTypeOptions#window.","js_sym":"#window","type_pretty":"Window | null | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PredictRemoteTypeOptions#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PredictRemoteTypeOptions_window"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#4907"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/PromiseDebuggingStateHolder#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PromiseDebuggingStateHolder#value.","pretty":"PromiseDebuggingStateHolder::value","meta":{"structured":1,"pretty":"PromiseDebuggingStateHolder::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PromiseDebuggingStateHolder#value.","js_sym":"#value","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/PromiseDebuggingStateHolder#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_PromiseDebuggingStateHolder_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#4961"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCDtlsFingerprint#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCDtlsFingerprint#value.","pretty":"RTCDtlsFingerprint::value","meta":{"structured":1,"pretty":"RTCDtlsFingerprint::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCDtlsFingerprint#value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCDtlsFingerprint#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_RTCDtlsFingerprint_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#5307"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCEncodedVideoFrameMetadata#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCEncodedVideoFrameMetadata#height.","pretty":"RTCEncodedVideoFrameMetadata::height","meta":{"structured":1,"pretty":"RTCEncodedVideoFrameMetadata::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCEncodedVideoFrameMetadata#height.","js_sym":"#height","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCEncodedVideoFrameMetadata#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_RTCEncodedVideoFrameMetadata_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#5343"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCEncodedVideoFrameMetadata#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCEncodedVideoFrameMetadata#width.","pretty":"RTCEncodedVideoFrameMetadata::width","meta":{"structured":1,"pretty":"RTCEncodedVideoFrameMetadata::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCEncodedVideoFrameMetadata#width.","js_sym":"#width","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCEncodedVideoFrameMetadata#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_RTCEncodedVideoFrameMetadata_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#5351"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCVideoFrameHistoryEntryInternal#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCVideoFrameHistoryEntryInternal#height.","pretty":"RTCVideoFrameHistoryEntryInternal::height","meta":{"structured":1,"pretty":"RTCVideoFrameHistoryEntryInternal::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCVideoFrameHistoryEntryInternal#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCVideoFrameHistoryEntryInternal#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_RTCVideoFrameHistoryEntryInternal_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#6035"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCVideoFrameHistoryEntryInternal#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCVideoFrameHistoryEntryInternal#width.","pretty":"RTCVideoFrameHistoryEntryInternal::width","meta":{"structured":1,"pretty":"RTCVideoFrameHistoryEntryInternal::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCVideoFrameHistoryEntryInternal#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCVideoFrameHistoryEntryInternal#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_RTCVideoFrameHistoryEntryInternal_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#6045"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCVideoSourceStats#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCVideoSourceStats#height.","pretty":"RTCVideoSourceStats::height","meta":{"structured":1,"pretty":"RTCVideoSourceStats::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCVideoSourceStats#height.","js_sym":"#height","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCVideoSourceStats#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_RTCVideoSourceStats_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#6061"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCVideoSourceStats#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCVideoSourceStats#width.","pretty":"RTCVideoSourceStats::width","meta":{"structured":1,"pretty":"RTCVideoSourceStats::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCVideoSourceStats#width.","js_sym":"#width","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RTCVideoSourceStats#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_RTCVideoSourceStats_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#6063"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/RadioNodeList#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RadioNodeList#value.","pretty":"RadioNodeList::value","meta":{"structured":1,"pretty":"RadioNodeList::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RadioNodeList#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/RadioNodeList#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_RadioNodeList_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#29166"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ReadableStreamReadResult#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ReadableStreamReadResult#value.","pretty":"ReadableStreamReadResult::value","meta":{"structured":1,"pretty":"ReadableStreamReadResult::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ReadableStreamReadResult#value.","js_sym":"#value","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ReadableStreamReadResult#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ReadableStreamReadResult_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#6097"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Response#ok.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Response#ok.","pretty":"Response::ok","meta":{"structured":1,"pretty":"Response::ok","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Response#ok.","js_sym":"#ok","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Response#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Response_ok"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#29550"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGAngle#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGAngle#value.","pretty":"SVGAngle::value","meta":{"structured":1,"pretty":"SVGAngle::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGAngle#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGAngle#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGAngle_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#29612"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFilterElement#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFilterElement#height.","pretty":"SVGFilterElement::height","meta":{"structured":1,"pretty":"SVGFilterElement::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFilterElement#height.","js_sym":"#height","type_pretty":"SVGAnimatedLength","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFilterElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGFilterElement_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#30839"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFilterElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFilterElement#width.","pretty":"SVGFilterElement::width","meta":{"structured":1,"pretty":"SVGFilterElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFilterElement#width.","js_sym":"#width","type_pretty":"SVGAnimatedLength","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFilterElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGFilterElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#30843"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFilterPrimitiveStandardAttributes#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFilterPrimitiveStandardAttributes#height.","pretty":"SVGFilterPrimitiveStandardAttributes::height","meta":{"structured":1,"pretty":"SVGFilterPrimitiveStandardAttributes::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFilterPrimitiveStandardAttributes#height.","js_sym":"#height","type_pretty":"SVGAnimatedLength","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFilterPrimitiveStandardAttributes#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGFilterPrimitiveStandardAttributes_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#30864"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFilterPrimitiveStandardAttributes#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFilterPrimitiveStandardAttributes#width.","pretty":"SVGFilterPrimitiveStandardAttributes::width","meta":{"structured":1,"pretty":"SVGFilterPrimitiveStandardAttributes::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFilterPrimitiveStandardAttributes#width.","js_sym":"#width","type_pretty":"SVGAnimatedLength","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGFilterPrimitiveStandardAttributes#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGFilterPrimitiveStandardAttributes_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#30868"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGForeignObjectElement#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGForeignObjectElement#height.","pretty":"SVGForeignObjectElement::height","meta":{"structured":1,"pretty":"SVGForeignObjectElement::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGForeignObjectElement#height.","js_sym":"#height","type_pretty":"SVGAnimatedLength","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGForeignObjectElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGForeignObjectElement_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#30886"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGForeignObjectElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGForeignObjectElement#width.","pretty":"SVGForeignObjectElement::width","meta":{"structured":1,"pretty":"SVGForeignObjectElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGForeignObjectElement#width.","js_sym":"#width","type_pretty":"SVGAnimatedLength","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGForeignObjectElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGForeignObjectElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#30888"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGImageElement#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGImageElement#height.","pretty":"SVGImageElement::height","meta":{"structured":1,"pretty":"SVGImageElement::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGImageElement#height.","js_sym":"#height","type_pretty":"SVGAnimatedLength","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGImageElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGImageElement_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#31015"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGImageElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGImageElement#width.","pretty":"SVGImageElement::width","meta":{"structured":1,"pretty":"SVGImageElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGImageElement#width.","js_sym":"#width","type_pretty":"SVGAnimatedLength","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGImageElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGImageElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#31019"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGLength#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGLength#value.","pretty":"SVGLength::value","meta":{"structured":1,"pretty":"SVGLength::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGLength#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGLength#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGLength_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#31050"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGMaskElement#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGMaskElement#height.","pretty":"SVGMaskElement::height","meta":{"structured":1,"pretty":"SVGMaskElement::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGMaskElement#height.","js_sym":"#height","type_pretty":"SVGAnimatedLength","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGMaskElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGMaskElement_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#31267"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGMaskElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGMaskElement#width.","pretty":"SVGMaskElement::width","meta":{"structured":1,"pretty":"SVGMaskElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGMaskElement#width.","js_sym":"#width","type_pretty":"SVGAnimatedLength","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGMaskElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGMaskElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#31273"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGNumber#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGNumber#value.","pretty":"SVGNumber::value","meta":{"structured":1,"pretty":"SVGNumber::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGNumber#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGNumber#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGNumber_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#31362"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGPatternElement#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGPatternElement#height.","pretty":"SVGPatternElement::height","meta":{"structured":1,"pretty":"SVGPatternElement::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGPatternElement#height.","js_sym":"#height","type_pretty":"SVGAnimatedLength","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGPatternElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGPatternElement_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#31438"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGPatternElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGPatternElement#width.","pretty":"SVGPatternElement::width","meta":{"structured":1,"pretty":"SVGPatternElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGPatternElement#width.","js_sym":"#width","type_pretty":"SVGAnimatedLength","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGPatternElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGPatternElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#31446"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGRect#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGRect#height.","pretty":"SVGRect::height","meta":{"structured":1,"pretty":"SVGRect::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGRect#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGRect#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGRect_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#31642"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGRect#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGRect#width.","pretty":"SVGRect::width","meta":{"structured":1,"pretty":"SVGRect::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGRect#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGRect#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGRect_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#31644"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGRectElement#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGRectElement#height.","pretty":"SVGRectElement::height","meta":{"structured":1,"pretty":"SVGRectElement::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGRectElement#height.","js_sym":"#height","type_pretty":"SVGAnimatedLength","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGRectElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGRectElement_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#31661"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGRectElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGRectElement#width.","pretty":"SVGRectElement::width","meta":{"structured":1,"pretty":"SVGRectElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGRectElement#width.","js_sym":"#width","type_pretty":"SVGAnimatedLength","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGRectElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGRectElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#31667"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGSVGElement#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGSVGElement#height.","pretty":"SVGSVGElement::height","meta":{"structured":1,"pretty":"SVGSVGElement::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGSVGElement#height.","js_sym":"#height","type_pretty":"SVGAnimatedLength","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGSVGElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGSVGElement_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#31692"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGSVGElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGSVGElement#width.","pretty":"SVGSVGElement::width","meta":{"structured":1,"pretty":"SVGSVGElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGSVGElement#width.","js_sym":"#width","type_pretty":"SVGAnimatedLength","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGSVGElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGSVGElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#31694"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGUseElement#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGUseElement#height.","pretty":"SVGUseElement::height","meta":{"structured":1,"pretty":"SVGUseElement::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGUseElement#height.","js_sym":"#height","type_pretty":"SVGAnimatedLength","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGUseElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGUseElement_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#32205"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGUseElement#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGUseElement#width.","pretty":"SVGUseElement::width","meta":{"structured":1,"pretty":"SVGUseElement::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGUseElement#width.","js_sym":"#width","type_pretty":"SVGAnimatedLength","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/SVGUseElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_SVGUseElement_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#32207"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Screen#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Screen#height.","pretty":"Screen::height","meta":{"structured":1,"pretty":"Screen::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Screen#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Screen#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Screen_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#32326"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Screen#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Screen#width.","pretty":"Screen::width","meta":{"structured":1,"pretty":"Screen::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Screen#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Screen#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Screen_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#32344"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ScrollAreaEvent#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ScrollAreaEvent#height.","pretty":"ScrollAreaEvent::height","meta":{"structured":1,"pretty":"ScrollAreaEvent::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ScrollAreaEvent#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ScrollAreaEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ScrollAreaEvent_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#32435"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/ScrollAreaEvent#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ScrollAreaEvent#width.","pretty":"ScrollAreaEvent::width","meta":{"structured":1,"pretty":"ScrollAreaEvent::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ScrollAreaEvent#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/ScrollAreaEvent#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_ScrollAreaEvent_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#32437"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/TextMetrics#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TextMetrics#width.","pretty":"TextMetrics::width","meta":{"structured":1,"pretty":"TextMetrics::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TextMetrics#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TextMetrics#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_TextMetrics_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#34676"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/TreeColumn#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TreeColumn#width.","pretty":"TreeColumn::width","meta":{"structured":1,"pretty":"TreeColumn::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TreeColumn#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/TreeColumn#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_TreeColumn_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#35073"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/VRServiceTest#wait().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VRServiceTest#wait().","pretty":"VRServiceTest::wait","meta":{"structured":1,"pretty":"VRServiceTest::wait","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VRServiceTest#wait().","js_sym":"#wait","type_pretty":"number) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VRServiceTest#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_VRServiceTest_wait"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#35906"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/VTTRegion#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VTTRegion#width.","pretty":"VTTRegion::width","meta":{"structured":1,"pretty":"VTTRegion::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VTTRegion#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VTTRegion#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_VTTRegion_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#36010"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoConfiguration#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoConfiguration#height.","pretty":"VideoConfiguration::height","meta":{"structured":1,"pretty":"VideoConfiguration::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoConfiguration#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoConfiguration#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_VideoConfiguration_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#7142"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoConfiguration#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoConfiguration#width.","pretty":"VideoConfiguration::width","meta":{"structured":1,"pretty":"VideoConfiguration::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoConfiguration#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoConfiguration#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_VideoConfiguration_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#7148"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoEncoderConfig#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoEncoderConfig#height.","pretty":"VideoEncoderConfig::height","meta":{"structured":1,"pretty":"VideoEncoderConfig::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoEncoderConfig#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoEncoderConfig#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_VideoEncoderConfig_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#7208"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoEncoderConfig#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoEncoderConfig#width.","pretty":"VideoEncoderConfig::width","meta":{"structured":1,"pretty":"VideoEncoderConfig::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoEncoderConfig#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoEncoderConfig#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_VideoEncoderConfig_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#7214"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoFrameCallbackMetadata#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoFrameCallbackMetadata#height.","pretty":"VideoFrameCallbackMetadata::height","meta":{"structured":1,"pretty":"VideoFrameCallbackMetadata::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoFrameCallbackMetadata#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoFrameCallbackMetadata#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_VideoFrameCallbackMetadata_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#7272"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoFrameCallbackMetadata#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoFrameCallbackMetadata#width.","pretty":"VideoFrameCallbackMetadata::width","meta":{"structured":1,"pretty":"VideoFrameCallbackMetadata::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoFrameCallbackMetadata#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VideoFrameCallbackMetadata#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_VideoFrameCallbackMetadata_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#7286"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/VisualViewport#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VisualViewport#height.","pretty":"VisualViewport::height","meta":{"structured":1,"pretty":"VisualViewport::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VisualViewport#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VisualViewport#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_VisualViewport_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#36334"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/VisualViewport#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VisualViewport#width.","pretty":"VisualViewport::width","meta":{"structured":1,"pretty":"VisualViewport::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VisualViewport#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/VisualViewport#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_VisualViewport_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#36352"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/WebTransportHash#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebTransportHash#value.","pretty":"WebTransportHash::value","meta":{"structured":1,"pretty":"WebTransportHash::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebTransportHash#value.","js_sym":"#value","type_pretty":"BufferSource","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WebTransportHash#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_WebTransportHash_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#7480"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#focus().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#focus().","pretty":"Window::focus","meta":{"structured":1,"pretty":"Window::focus","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#focus().","js_sym":"#focus","type_pretty":"(method) focus() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_focus"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#40939"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#window.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#window.","pretty":"Window::window","meta":{"structured":1,"pretty":"Window::window","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#window.","js_sym":"#window","type_pretty":"WindowProxy","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_window"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#40912"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#windowUtils.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#windowUtils.","pretty":"Window::windowUtils","meta":{"structured":1,"pretty":"Window::windowUtils","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#windowUtils.","js_sym":"#windowUtils","type_pretty":"nsIDOMWindowUtils","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/Window#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_windowUtils"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#40920"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/WindowRoot#window.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WindowRoot#window.","pretty":"WindowRoot::window","meta":{"structured":1,"pretty":"WindowRoot::window","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WindowRoot#window.","js_sym":"#window","type_pretty":"Window | null","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WindowRoot#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_WindowRoot_window"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#41345"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/WireframeTaggedRect#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WireframeTaggedRect#height.","pretty":"WireframeTaggedRect::height","meta":{"structured":1,"pretty":"WireframeTaggedRect::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WireframeTaggedRect#height.","js_sym":"#height","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WireframeTaggedRect#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_WireframeTaggedRect_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#7645"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/WireframeTaggedRect#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WireframeTaggedRect#width.","pretty":"WireframeTaggedRect::width","meta":{"structured":1,"pretty":"WireframeTaggedRect::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WireframeTaggedRect#width.","js_sym":"#width","type_pretty":"number | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/WireframeTaggedRect#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_WireframeTaggedRect_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#7651"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/XRViewport#height.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XRViewport#height.","pretty":"XRViewport::height","meta":{"structured":1,"pretty":"XRViewport::height","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XRViewport#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XRViewport#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_XRViewport_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#42158"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/XRViewport#width.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XRViewport#width.","pretty":"XRViewport::width","meta":{"structured":1,"pretty":"XRViewport::width","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XRViewport#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XRViewport#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_XRViewport_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#42160"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/XULElement#click().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULElement#click().","pretty":"XULElement::click","meta":{"structured":1,"pretty":"XULElement::click","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULElement#click().","js_sym":"#click","type_pretty":"(method) click() => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULElement#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_XULElement_click"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#42286"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/XULTextElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULTextElement#value.","pretty":"XULTextElement::value","meta":{"structured":1,"pretty":"XULTextElement::value","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULTextElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.dom.d.ts/XULTextElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_XULTextElement_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#42427"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/focus().":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/focus().","pretty":"focus","meta":{"structured":1,"pretty":"focus","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/focus().","js_sym":"#focus","type_pretty":"void","kind":"method","subsystem":"Core/General","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_focus"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#44055"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/window.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/window.","pretty":"window","meta":{"structured":1,"pretty":"window","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/window.","js_sym":"#window","type_pretty":"WindowProxy","kind":"field","subsystem":"Core/General","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_window"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#44028"}},"S_js_typescript_generated/lib.gecko.dom.d.ts/windowUtils.":{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/windowUtils.","pretty":"windowUtils","meta":{"structured":1,"pretty":"windowUtils","sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/windowUtils.","js_sym":"#windowUtils","type_pretty":"nsIDOMWindowUtils","kind":"field","subsystem":"Core/General","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_Window_windowUtils"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.dom.d.ts#44036"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#aboutpreferences.typeLiteral342:showClick.GleanEventWithExtras:typeLiteral345:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#aboutpreferences.typeLiteral342:showClick.GleanEventWithExtras:typeLiteral345:value.","pretty":"GleanImpl::aboutpreferences::typeLiteral342::showClick::GleanEventWithExtras::typeLiteral345::value","meta":{"structured":1,"pretty":"GleanImpl::aboutpreferences::typeLiteral342::showClick::GleanEventWithExtras::typeLiteral345::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#aboutpreferences.typeLiteral342:showClick.GleanEventWithExtras:typeLiteral345:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1013"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#aboutpreferences.typeLiteral342:showHash.GleanEventWithExtras:typeLiteral346:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#aboutpreferences.typeLiteral342:showHash.GleanEventWithExtras:typeLiteral346:value.","pretty":"GleanImpl::aboutpreferences::typeLiteral342::showHash::GleanEventWithExtras::typeLiteral346::value","meta":{"structured":1,"pretty":"GleanImpl::aboutpreferences::typeLiteral342::showHash::GleanEventWithExtras::typeLiteral346::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#aboutpreferences.typeLiteral342:showHash.GleanEventWithExtras:typeLiteral346:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1014"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#aboutpreferences.typeLiteral342:showInitial.GleanEventWithExtras:typeLiteral347:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#aboutpreferences.typeLiteral342:showInitial.GleanEventWithExtras:typeLiteral347:value.","pretty":"GleanImpl::aboutpreferences::typeLiteral342::showInitial::GleanEventWithExtras::typeLiteral347::value","meta":{"structured":1,"pretty":"GleanImpl::aboutpreferences::typeLiteral342::showInitial::GleanEventWithExtras::typeLiteral347::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#aboutpreferences.typeLiteral342:showInitial.GleanEventWithExtras:typeLiteral347:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1015"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#addonsSearchDetection.typeLiteral547:etldChangeOther.GleanEventWithExtras:typeLiteral548:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#addonsSearchDetection.typeLiteral547:etldChangeOther.GleanEventWithExtras:typeLiteral548:value.","pretty":"GleanImpl::addonsSearchDetection::typeLiteral547::etldChangeOther::GleanEventWithExtras::typeLiteral548::value","meta":{"structured":1,"pretty":"GleanImpl::addonsSearchDetection::typeLiteral547::etldChangeOther::GleanEventWithExtras::typeLiteral548::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#addonsSearchDetection.typeLiteral547:etldChangeOther.GleanEventWithExtras:typeLiteral548:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1639"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#addonsSearchDetection.typeLiteral547:etldChangeWebrequest.GleanEventWithExtras:typeLiteral549:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#addonsSearchDetection.typeLiteral547:etldChangeWebrequest.GleanEventWithExtras:typeLiteral549:value.","pretty":"GleanImpl::addonsSearchDetection::typeLiteral547::etldChangeWebrequest::GleanEventWithExtras::typeLiteral549::value","meta":{"structured":1,"pretty":"GleanImpl::addonsSearchDetection::typeLiteral547::etldChangeWebrequest::GleanEventWithExtras::typeLiteral549::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#addonsSearchDetection.typeLiteral547:etldChangeWebrequest.GleanEventWithExtras:typeLiteral549:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1640"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:addManage.GleanEventWithExtras:typeLiteral996:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:addManage.GleanEventWithExtras:typeLiteral996:value.","pretty":"GleanImpl::address::typeLiteral995::addManage::GleanEventWithExtras::typeLiteral996::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::addManage::GleanEventWithExtras::typeLiteral996::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:addManage.GleanEventWithExtras:typeLiteral996:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6214"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:cancelCaptureDoorhanger.GleanEventWithExtras:typeLiteral997:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:cancelCaptureDoorhanger.GleanEventWithExtras:typeLiteral997:value.","pretty":"GleanImpl::address::typeLiteral995::cancelCaptureDoorhanger::GleanEventWithExtras::typeLiteral997::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::cancelCaptureDoorhanger::GleanEventWithExtras::typeLiteral997::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:cancelCaptureDoorhanger.GleanEventWithExtras:typeLiteral997:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6215"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:cancelEditDoorhanger.GleanEventWithExtras:typeLiteral998:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:cancelEditDoorhanger.GleanEventWithExtras:typeLiteral998:value.","pretty":"GleanImpl::address::typeLiteral995::cancelEditDoorhanger::GleanEventWithExtras::typeLiteral998::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::cancelEditDoorhanger::GleanEventWithExtras::typeLiteral998::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:cancelEditDoorhanger.GleanEventWithExtras:typeLiteral998:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6216"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:cancelUpdateDoorhanger.GleanEventWithExtras:typeLiteral999:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:cancelUpdateDoorhanger.GleanEventWithExtras:typeLiteral999:value.","pretty":"GleanImpl::address::typeLiteral995::cancelUpdateDoorhanger::GleanEventWithExtras::typeLiteral999::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::cancelUpdateDoorhanger::GleanEventWithExtras::typeLiteral999::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:cancelUpdateDoorhanger.GleanEventWithExtras:typeLiteral999:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6217"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:clearedAddressForm.GleanEventWithExtras:typeLiteral1000:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:clearedAddressForm.GleanEventWithExtras:typeLiteral1000:value.","pretty":"GleanImpl::address::typeLiteral995::clearedAddressForm::GleanEventWithExtras::typeLiteral1000::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::clearedAddressForm::GleanEventWithExtras::typeLiteral1000::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:clearedAddressForm.GleanEventWithExtras:typeLiteral1000:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6218"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:deleteManage.GleanEventWithExtras:typeLiteral1001:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:deleteManage.GleanEventWithExtras:typeLiteral1001:value.","pretty":"GleanImpl::address::typeLiteral995::deleteManage::GleanEventWithExtras::typeLiteral1001::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::deleteManage::GleanEventWithExtras::typeLiteral1001::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:deleteManage.GleanEventWithExtras:typeLiteral1001:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6219"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:detectedAddressForm.GleanEventWithExtras:typeLiteral1002:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:detectedAddressForm.GleanEventWithExtras:typeLiteral1002:value.","pretty":"GleanImpl::address::typeLiteral995::detectedAddressForm::GleanEventWithExtras::typeLiteral1002::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::detectedAddressForm::GleanEventWithExtras::typeLiteral1002::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:detectedAddressForm.GleanEventWithExtras:typeLiteral1002:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6220"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:detectedAddressFormExt.GleanEventWithExtras:typeLiteral1003:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:detectedAddressFormExt.GleanEventWithExtras:typeLiteral1003:value.","pretty":"GleanImpl::address::typeLiteral995::detectedAddressFormExt::GleanEventWithExtras::typeLiteral1003::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::detectedAddressFormExt::GleanEventWithExtras::typeLiteral1003::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:detectedAddressFormExt.GleanEventWithExtras:typeLiteral1003:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6221"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:disableCaptureDoorhanger.GleanEventWithExtras:typeLiteral1004:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:disableCaptureDoorhanger.GleanEventWithExtras:typeLiteral1004:value.","pretty":"GleanImpl::address::typeLiteral995::disableCaptureDoorhanger::GleanEventWithExtras::typeLiteral1004::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::disableCaptureDoorhanger::GleanEventWithExtras::typeLiteral1004::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:disableCaptureDoorhanger.GleanEventWithExtras:typeLiteral1004:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6222"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:disableEditDoorhanger.GleanEventWithExtras:typeLiteral1005:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:disableEditDoorhanger.GleanEventWithExtras:typeLiteral1005:value.","pretty":"GleanImpl::address::typeLiteral995::disableEditDoorhanger::GleanEventWithExtras::typeLiteral1005::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::disableEditDoorhanger::GleanEventWithExtras::typeLiteral1005::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:disableEditDoorhanger.GleanEventWithExtras:typeLiteral1005:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6223"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:disableUpdateDoorhanger.GleanEventWithExtras:typeLiteral1006:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:disableUpdateDoorhanger.GleanEventWithExtras:typeLiteral1006:value.","pretty":"GleanImpl::address::typeLiteral995::disableUpdateDoorhanger::GleanEventWithExtras::typeLiteral1006::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::disableUpdateDoorhanger::GleanEventWithExtras::typeLiteral1006::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:disableUpdateDoorhanger.GleanEventWithExtras:typeLiteral1006:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6224"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:editManage.GleanEventWithExtras:typeLiteral1007:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:editManage.GleanEventWithExtras:typeLiteral1007:value.","pretty":"GleanImpl::address::typeLiteral995::editManage::GleanEventWithExtras::typeLiteral1007::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::editManage::GleanEventWithExtras::typeLiteral1007::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:editManage.GleanEventWithExtras:typeLiteral1007:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6225"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledAddressForm.GleanEventWithExtras:typeLiteral1008:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledAddressForm.GleanEventWithExtras:typeLiteral1008:value.","pretty":"GleanImpl::address::typeLiteral995::filledAddressForm::GleanEventWithExtras::typeLiteral1008::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::filledAddressForm::GleanEventWithExtras::typeLiteral1008::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledAddressForm.GleanEventWithExtras:typeLiteral1008:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6226"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledAddressFormExt.GleanEventWithExtras:typeLiteral1009:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledAddressFormExt.GleanEventWithExtras:typeLiteral1009:value.","pretty":"GleanImpl::address::typeLiteral995::filledAddressFormExt::GleanEventWithExtras::typeLiteral1009::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::filledAddressFormExt::GleanEventWithExtras::typeLiteral1009::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledAddressFormExt.GleanEventWithExtras:typeLiteral1009:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6227"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledModifiedAddressForm.GleanEventWithExtras:typeLiteral1010:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledModifiedAddressForm.GleanEventWithExtras:typeLiteral1010:value.","pretty":"GleanImpl::address::typeLiteral995::filledModifiedAddressForm::GleanEventWithExtras::typeLiteral1010::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::filledModifiedAddressForm::GleanEventWithExtras::typeLiteral1010::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledModifiedAddressForm.GleanEventWithExtras:typeLiteral1010:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6228"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledOnFieldsUpdateAddressForm.GleanEventWithExtras:typeLiteral1011:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledOnFieldsUpdateAddressForm.GleanEventWithExtras:typeLiteral1011:value.","pretty":"GleanImpl::address::typeLiteral995::filledOnFieldsUpdateAddressForm::GleanEventWithExtras::typeLiteral1011::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::filledOnFieldsUpdateAddressForm::GleanEventWithExtras::typeLiteral1011::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:filledOnFieldsUpdateAddressForm.GleanEventWithExtras:typeLiteral1011:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6229"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:learnMoreCaptureDoorhanger.GleanEventWithExtras:typeLiteral1012:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:learnMoreCaptureDoorhanger.GleanEventWithExtras:typeLiteral1012:value.","pretty":"GleanImpl::address::typeLiteral995::learnMoreCaptureDoorhanger::GleanEventWithExtras::typeLiteral1012::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::learnMoreCaptureDoorhanger::GleanEventWithExtras::typeLiteral1012::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:learnMoreCaptureDoorhanger.GleanEventWithExtras:typeLiteral1012:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6230"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:learnMoreEditDoorhanger.GleanEventWithExtras:typeLiteral1013:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:learnMoreEditDoorhanger.GleanEventWithExtras:typeLiteral1013:value.","pretty":"GleanImpl::address::typeLiteral995::learnMoreEditDoorhanger::GleanEventWithExtras::typeLiteral1013::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::learnMoreEditDoorhanger::GleanEventWithExtras::typeLiteral1013::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:learnMoreEditDoorhanger.GleanEventWithExtras:typeLiteral1013:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6231"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:learnMoreUpdateDoorhanger.GleanEventWithExtras:typeLiteral1014:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:learnMoreUpdateDoorhanger.GleanEventWithExtras:typeLiteral1014:value.","pretty":"GleanImpl::address::typeLiteral995::learnMoreUpdateDoorhanger::GleanEventWithExtras::typeLiteral1014::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::learnMoreUpdateDoorhanger::GleanEventWithExtras::typeLiteral1014::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:learnMoreUpdateDoorhanger.GleanEventWithExtras:typeLiteral1014:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6232"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:popupShownAddressForm.GleanEventWithExtras:typeLiteral1015:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:popupShownAddressForm.GleanEventWithExtras:typeLiteral1015:value.","pretty":"GleanImpl::address::typeLiteral995::popupShownAddressForm::GleanEventWithExtras::typeLiteral1015::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::popupShownAddressForm::GleanEventWithExtras::typeLiteral1015::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:popupShownAddressForm.GleanEventWithExtras:typeLiteral1015:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6233"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:prefCaptureDoorhanger.GleanEventWithExtras:typeLiteral1016:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:prefCaptureDoorhanger.GleanEventWithExtras:typeLiteral1016:value.","pretty":"GleanImpl::address::typeLiteral995::prefCaptureDoorhanger::GleanEventWithExtras::typeLiteral1016::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::prefCaptureDoorhanger::GleanEventWithExtras::typeLiteral1016::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:prefCaptureDoorhanger.GleanEventWithExtras:typeLiteral1016:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6234"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:prefEditDoorhanger.GleanEventWithExtras:typeLiteral1017:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:prefEditDoorhanger.GleanEventWithExtras:typeLiteral1017:value.","pretty":"GleanImpl::address::typeLiteral995::prefEditDoorhanger::GleanEventWithExtras::typeLiteral1017::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::prefEditDoorhanger::GleanEventWithExtras::typeLiteral1017::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:prefEditDoorhanger.GleanEventWithExtras:typeLiteral1017:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6235"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:prefUpdateDoorhanger.GleanEventWithExtras:typeLiteral1018:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:prefUpdateDoorhanger.GleanEventWithExtras:typeLiteral1018:value.","pretty":"GleanImpl::address::typeLiteral995::prefUpdateDoorhanger::GleanEventWithExtras::typeLiteral1018::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::prefUpdateDoorhanger::GleanEventWithExtras::typeLiteral1018::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:prefUpdateDoorhanger.GleanEventWithExtras:typeLiteral1018:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6236"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:saveCaptureDoorhanger.GleanEventWithExtras:typeLiteral1019:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:saveCaptureDoorhanger.GleanEventWithExtras:typeLiteral1019:value.","pretty":"GleanImpl::address::typeLiteral995::saveCaptureDoorhanger::GleanEventWithExtras::typeLiteral1019::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::saveCaptureDoorhanger::GleanEventWithExtras::typeLiteral1019::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:saveCaptureDoorhanger.GleanEventWithExtras:typeLiteral1019:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6237"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:saveEditDoorhanger.GleanEventWithExtras:typeLiteral1020:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:saveEditDoorhanger.GleanEventWithExtras:typeLiteral1020:value.","pretty":"GleanImpl::address::typeLiteral995::saveEditDoorhanger::GleanEventWithExtras::typeLiteral1020::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::saveEditDoorhanger::GleanEventWithExtras::typeLiteral1020::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:saveEditDoorhanger.GleanEventWithExtras:typeLiteral1020:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6238"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:saveUpdateDoorhanger.GleanEventWithExtras:typeLiteral1021:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:saveUpdateDoorhanger.GleanEventWithExtras:typeLiteral1021:value.","pretty":"GleanImpl::address::typeLiteral995::saveUpdateDoorhanger::GleanEventWithExtras::typeLiteral1021::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::saveUpdateDoorhanger::GleanEventWithExtras::typeLiteral1021::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:saveUpdateDoorhanger.GleanEventWithExtras:typeLiteral1021:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6239"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showCaptureDoorhanger.GleanEventWithExtras:typeLiteral1022:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showCaptureDoorhanger.GleanEventWithExtras:typeLiteral1022:value.","pretty":"GleanImpl::address::typeLiteral995::showCaptureDoorhanger::GleanEventWithExtras::typeLiteral1022::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::showCaptureDoorhanger::GleanEventWithExtras::typeLiteral1022::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showCaptureDoorhanger.GleanEventWithExtras:typeLiteral1022:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6240"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showEditDoorhanger.GleanEventWithExtras:typeLiteral1023:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showEditDoorhanger.GleanEventWithExtras:typeLiteral1023:value.","pretty":"GleanImpl::address::typeLiteral995::showEditDoorhanger::GleanEventWithExtras::typeLiteral1023::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::showEditDoorhanger::GleanEventWithExtras::typeLiteral1023::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showEditDoorhanger.GleanEventWithExtras:typeLiteral1023:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6241"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showEntryManage.GleanEventWithExtras:typeLiteral1024:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showEntryManage.GleanEventWithExtras:typeLiteral1024:value.","pretty":"GleanImpl::address::typeLiteral995::showEntryManage::GleanEventWithExtras::typeLiteral1024::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::showEntryManage::GleanEventWithExtras::typeLiteral1024::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showEntryManage.GleanEventWithExtras:typeLiteral1024:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6242"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showManage.GleanEventWithExtras:typeLiteral1025:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showManage.GleanEventWithExtras:typeLiteral1025:value.","pretty":"GleanImpl::address::typeLiteral995::showManage::GleanEventWithExtras::typeLiteral1025::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::showManage::GleanEventWithExtras::typeLiteral1025::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showManage.GleanEventWithExtras:typeLiteral1025:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6243"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showUpdateDoorhanger.GleanEventWithExtras:typeLiteral1026:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showUpdateDoorhanger.GleanEventWithExtras:typeLiteral1026:value.","pretty":"GleanImpl::address::typeLiteral995::showUpdateDoorhanger::GleanEventWithExtras::typeLiteral1026::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::showUpdateDoorhanger::GleanEventWithExtras::typeLiteral1026::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:showUpdateDoorhanger.GleanEventWithExtras:typeLiteral1026:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6244"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:submittedAddressForm.GleanEventWithExtras:typeLiteral1027:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:submittedAddressForm.GleanEventWithExtras:typeLiteral1027:value.","pretty":"GleanImpl::address::typeLiteral995::submittedAddressForm::GleanEventWithExtras::typeLiteral1027::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::submittedAddressForm::GleanEventWithExtras::typeLiteral1027::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:submittedAddressForm.GleanEventWithExtras:typeLiteral1027:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6245"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:submittedAddressFormExt.GleanEventWithExtras:typeLiteral1028:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:submittedAddressFormExt.GleanEventWithExtras:typeLiteral1028:value.","pretty":"GleanImpl::address::typeLiteral995::submittedAddressFormExt::GleanEventWithExtras::typeLiteral1028::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::submittedAddressFormExt::GleanEventWithExtras::typeLiteral1028::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:submittedAddressFormExt.GleanEventWithExtras:typeLiteral1028:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6246"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:updateCaptureDoorhanger.GleanEventWithExtras:typeLiteral1029:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:updateCaptureDoorhanger.GleanEventWithExtras:typeLiteral1029:value.","pretty":"GleanImpl::address::typeLiteral995::updateCaptureDoorhanger::GleanEventWithExtras::typeLiteral1029::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::updateCaptureDoorhanger::GleanEventWithExtras::typeLiteral1029::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:updateCaptureDoorhanger.GleanEventWithExtras:typeLiteral1029:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6247"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:updateEditDoorhanger.GleanEventWithExtras:typeLiteral1030:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:updateEditDoorhanger.GleanEventWithExtras:typeLiteral1030:value.","pretty":"GleanImpl::address::typeLiteral995::updateEditDoorhanger::GleanEventWithExtras::typeLiteral1030::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::updateEditDoorhanger::GleanEventWithExtras::typeLiteral1030::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:updateEditDoorhanger.GleanEventWithExtras:typeLiteral1030:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6248"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:updateUpdateDoorhanger.GleanEventWithExtras:typeLiteral1031:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:updateUpdateDoorhanger.GleanEventWithExtras:typeLiteral1031:value.","pretty":"GleanImpl::address::typeLiteral995::updateUpdateDoorhanger::GleanEventWithExtras::typeLiteral1031::value","meta":{"structured":1,"pretty":"GleanImpl::address::typeLiteral995::updateUpdateDoorhanger::GleanEventWithExtras::typeLiteral1031::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#address.typeLiteral995:updateUpdateDoorhanger.GleanEventWithExtras:typeLiteral1031:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6249"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#avif.typeLiteral798:dav1dGetPictureReturnValue.GleanEventWithExtras:typeLiteral799:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#avif.typeLiteral798:dav1dGetPictureReturnValue.GleanEventWithExtras:typeLiteral799:value.","pretty":"GleanImpl::avif::typeLiteral798::dav1dGetPictureReturnValue::GleanEventWithExtras::typeLiteral799::value","meta":{"structured":1,"pretty":"GleanImpl::avif::typeLiteral798::dav1dGetPictureReturnValue::GleanEventWithExtras::typeLiteral799::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#avif.typeLiteral798:dav1dGetPictureReturnValue.GleanEventWithExtras:typeLiteral799:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#5255"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#blocklist.typeLiteral1432:addonBlockChange.GleanEventWithExtras:typeLiteral1433:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#blocklist.typeLiteral1432:addonBlockChange.GleanEventWithExtras:typeLiteral1433:value.","pretty":"GleanImpl::blocklist::typeLiteral1432::addonBlockChange::GleanEventWithExtras::typeLiteral1433::value","meta":{"structured":1,"pretty":"GleanImpl::blocklist::typeLiteral1432::addonBlockChange::GleanEventWithExtras::typeLiteral1433::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#blocklist.typeLiteral1432:addonBlockChange.GleanEventWithExtras:typeLiteral1433:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7804"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#contextualServicesTopsites.typeLiteral251:click.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#contextualServicesTopsites.typeLiteral251:click.","pretty":"GleanImpl::contextualServicesTopsites::typeLiteral251::click","meta":{"structured":1,"pretty":"GleanImpl::contextualServicesTopsites::typeLiteral251::click","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#contextualServicesTopsites.typeLiteral251:click.","js_sym":"#click","type_pretty":"Record","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#839"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:addManage.GleanEventWithExtras:typeLiteral1033:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:addManage.GleanEventWithExtras:typeLiteral1033:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::addManage::GleanEventWithExtras::typeLiteral1033::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::addManage::GleanEventWithExtras::typeLiteral1033::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:addManage.GleanEventWithExtras:typeLiteral1033:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6253"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:cancelCaptureDoorhanger.GleanEventWithExtras:typeLiteral1034:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:cancelCaptureDoorhanger.GleanEventWithExtras:typeLiteral1034:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::cancelCaptureDoorhanger::GleanEventWithExtras::typeLiteral1034::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::cancelCaptureDoorhanger::GleanEventWithExtras::typeLiteral1034::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:cancelCaptureDoorhanger.GleanEventWithExtras:typeLiteral1034:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6254"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:cancelUpdateDoorhanger.GleanEventWithExtras:typeLiteral1035:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:cancelUpdateDoorhanger.GleanEventWithExtras:typeLiteral1035:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::cancelUpdateDoorhanger::GleanEventWithExtras::typeLiteral1035::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::cancelUpdateDoorhanger::GleanEventWithExtras::typeLiteral1035::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:cancelUpdateDoorhanger.GleanEventWithExtras:typeLiteral1035:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6255"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:clearedCcFormV2.GleanEventWithExtras:typeLiteral1036:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:clearedCcFormV2.GleanEventWithExtras:typeLiteral1036:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::clearedCcFormV2::GleanEventWithExtras::typeLiteral1036::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::clearedCcFormV2::GleanEventWithExtras::typeLiteral1036::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:clearedCcFormV2.GleanEventWithExtras:typeLiteral1036:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6256"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:deleteManage.GleanEventWithExtras:typeLiteral1037:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:deleteManage.GleanEventWithExtras:typeLiteral1037:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::deleteManage::GleanEventWithExtras::typeLiteral1037::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::deleteManage::GleanEventWithExtras::typeLiteral1037::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:deleteManage.GleanEventWithExtras:typeLiteral1037:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6257"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:detectedCcFormV2.GleanEventWithExtras:typeLiteral1038:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:detectedCcFormV2.GleanEventWithExtras:typeLiteral1038:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::detectedCcFormV2::GleanEventWithExtras::typeLiteral1038::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::detectedCcFormV2::GleanEventWithExtras::typeLiteral1038::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:detectedCcFormV2.GleanEventWithExtras:typeLiteral1038:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6258"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:disableCaptureDoorhanger.GleanEventWithExtras:typeLiteral1039:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:disableCaptureDoorhanger.GleanEventWithExtras:typeLiteral1039:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::disableCaptureDoorhanger::GleanEventWithExtras::typeLiteral1039::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::disableCaptureDoorhanger::GleanEventWithExtras::typeLiteral1039::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:disableCaptureDoorhanger.GleanEventWithExtras:typeLiteral1039:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6260"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:disableUpdateDoorhanger.GleanEventWithExtras:typeLiteral1040:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:disableUpdateDoorhanger.GleanEventWithExtras:typeLiteral1040:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::disableUpdateDoorhanger::GleanEventWithExtras::typeLiteral1040::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::disableUpdateDoorhanger::GleanEventWithExtras::typeLiteral1040::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:disableUpdateDoorhanger.GleanEventWithExtras:typeLiteral1040:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6261"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:editManage.GleanEventWithExtras:typeLiteral1041:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:editManage.GleanEventWithExtras:typeLiteral1041:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::editManage::GleanEventWithExtras::typeLiteral1041::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::editManage::GleanEventWithExtras::typeLiteral1041::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:editManage.GleanEventWithExtras:typeLiteral1041:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6262"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:filledCcFormV2.GleanEventWithExtras:typeLiteral1042:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:filledCcFormV2.GleanEventWithExtras:typeLiteral1042:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::filledCcFormV2::GleanEventWithExtras::typeLiteral1042::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::filledCcFormV2::GleanEventWithExtras::typeLiteral1042::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:filledCcFormV2.GleanEventWithExtras:typeLiteral1042:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6263"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:filledModifiedCcFormV2.GleanEventWithExtras:typeLiteral1043:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:filledModifiedCcFormV2.GleanEventWithExtras:typeLiteral1043:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::filledModifiedCcFormV2::GleanEventWithExtras::typeLiteral1043::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::filledModifiedCcFormV2::GleanEventWithExtras::typeLiteral1043::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:filledModifiedCcFormV2.GleanEventWithExtras:typeLiteral1043:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6264"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:filledOnFieldsUpdateCcFormV2.GleanEventWithExtras:typeLiteral1044:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:filledOnFieldsUpdateCcFormV2.GleanEventWithExtras:typeLiteral1044:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::filledOnFieldsUpdateCcFormV2::GleanEventWithExtras::typeLiteral1044::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::filledOnFieldsUpdateCcFormV2::GleanEventWithExtras::typeLiteral1044::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:filledOnFieldsUpdateCcFormV2.GleanEventWithExtras:typeLiteral1044:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6265"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:popupShownCcFormV2.GleanEventWithExtras:typeLiteral1046:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:popupShownCcFormV2.GleanEventWithExtras:typeLiteral1046:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::popupShownCcFormV2::GleanEventWithExtras::typeLiteral1046::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::popupShownCcFormV2::GleanEventWithExtras::typeLiteral1046::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:popupShownCcFormV2.GleanEventWithExtras:typeLiteral1046:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6267"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:saveCaptureDoorhanger.GleanEventWithExtras:typeLiteral1047:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:saveCaptureDoorhanger.GleanEventWithExtras:typeLiteral1047:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::saveCaptureDoorhanger::GleanEventWithExtras::typeLiteral1047::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::saveCaptureDoorhanger::GleanEventWithExtras::typeLiteral1047::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:saveCaptureDoorhanger.GleanEventWithExtras:typeLiteral1047:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6268"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:saveUpdateDoorhanger.GleanEventWithExtras:typeLiteral1048:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:saveUpdateDoorhanger.GleanEventWithExtras:typeLiteral1048:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::saveUpdateDoorhanger::GleanEventWithExtras::typeLiteral1048::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::saveUpdateDoorhanger::GleanEventWithExtras::typeLiteral1048::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:saveUpdateDoorhanger.GleanEventWithExtras:typeLiteral1048:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6269"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showCaptureDoorhanger.GleanEventWithExtras:typeLiteral1049:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showCaptureDoorhanger.GleanEventWithExtras:typeLiteral1049:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::showCaptureDoorhanger::GleanEventWithExtras::typeLiteral1049::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::showCaptureDoorhanger::GleanEventWithExtras::typeLiteral1049::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showCaptureDoorhanger.GleanEventWithExtras:typeLiteral1049:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6270"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showEntryManage.GleanEventWithExtras:typeLiteral1050:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showEntryManage.GleanEventWithExtras:typeLiteral1050:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::showEntryManage::GleanEventWithExtras::typeLiteral1050::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::showEntryManage::GleanEventWithExtras::typeLiteral1050::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showEntryManage.GleanEventWithExtras:typeLiteral1050:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6271"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showManage.GleanEventWithExtras:typeLiteral1051:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showManage.GleanEventWithExtras:typeLiteral1051:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::showManage::GleanEventWithExtras::typeLiteral1051::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::showManage::GleanEventWithExtras::typeLiteral1051::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showManage.GleanEventWithExtras:typeLiteral1051:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6272"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showUpdateDoorhanger.GleanEventWithExtras:typeLiteral1052:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showUpdateDoorhanger.GleanEventWithExtras:typeLiteral1052:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::showUpdateDoorhanger::GleanEventWithExtras::typeLiteral1052::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::showUpdateDoorhanger::GleanEventWithExtras::typeLiteral1052::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:showUpdateDoorhanger.GleanEventWithExtras:typeLiteral1052:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6273"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:submittedCcFormV2.GleanEventWithExtras:typeLiteral1053:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:submittedCcFormV2.GleanEventWithExtras:typeLiteral1053:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::submittedCcFormV2::GleanEventWithExtras::typeLiteral1053::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::submittedCcFormV2::GleanEventWithExtras::typeLiteral1053::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:submittedCcFormV2.GleanEventWithExtras:typeLiteral1053:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6274"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:updateCaptureDoorhanger.GleanEventWithExtras:typeLiteral1054:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:updateCaptureDoorhanger.GleanEventWithExtras:typeLiteral1054:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::updateCaptureDoorhanger::GleanEventWithExtras::typeLiteral1054::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::updateCaptureDoorhanger::GleanEventWithExtras::typeLiteral1054::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:updateCaptureDoorhanger.GleanEventWithExtras:typeLiteral1054:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6275"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:updateUpdateDoorhanger.GleanEventWithExtras:typeLiteral1055:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:updateUpdateDoorhanger.GleanEventWithExtras:typeLiteral1055:value.","pretty":"GleanImpl::creditcard::typeLiteral1032::updateUpdateDoorhanger::GleanEventWithExtras::typeLiteral1055::value","meta":{"structured":1,"pretty":"GleanImpl::creditcard::typeLiteral1032::updateUpdateDoorhanger::GleanEventWithExtras::typeLiteral1055::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#creditcard.typeLiteral1032:updateUpdateDoorhanger.GleanEventWithExtras:typeLiteral1055:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6276"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:activateResponsiveDesign.GleanEventWithExtras:typeLiteral606:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:activateResponsiveDesign.GleanEventWithExtras:typeLiteral606:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::activateResponsiveDesign::GleanEventWithExtras::typeLiteral606::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::activateResponsiveDesign::GleanEventWithExtras::typeLiteral606::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:activateResponsiveDesign.GleanEventWithExtras:typeLiteral606:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1903"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:activateResponsiveDesign.GleanEventWithExtras:typeLiteral606:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:activateResponsiveDesign.GleanEventWithExtras:typeLiteral606:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::activateResponsiveDesign::GleanEventWithExtras::typeLiteral606::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::activateResponsiveDesign::GleanEventWithExtras::typeLiteral606::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:activateResponsiveDesign.GleanEventWithExtras:typeLiteral606:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1903"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:activateSplitConsole.GleanEventWithExtras:typeLiteral607:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:activateSplitConsole.GleanEventWithExtras:typeLiteral607:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::activateSplitConsole::GleanEventWithExtras::typeLiteral607::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::activateSplitConsole::GleanEventWithExtras::typeLiteral607::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:activateSplitConsole.GleanEventWithExtras:typeLiteral607:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1904"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:activateSplitConsole.GleanEventWithExtras:typeLiteral607:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:activateSplitConsole.GleanEventWithExtras:typeLiteral607:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::activateSplitConsole::GleanEventWithExtras::typeLiteral607::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::activateSplitConsole::GleanEventWithExtras::typeLiteral607::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:activateSplitConsole.GleanEventWithExtras:typeLiteral607:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1904"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:addBreakpointDebugger.GleanEventWithExtras:typeLiteral608:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:addBreakpointDebugger.GleanEventWithExtras:typeLiteral608:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::addBreakpointDebugger::GleanEventWithExtras::typeLiteral608::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::addBreakpointDebugger::GleanEventWithExtras::typeLiteral608::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:addBreakpointDebugger.GleanEventWithExtras:typeLiteral608:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1905"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:blackboxDebugger.GleanEventWithExtras:typeLiteral609:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:blackboxDebugger.GleanEventWithExtras:typeLiteral609:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::blackboxDebugger::GleanEventWithExtras::typeLiteral609::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::blackboxDebugger::GleanEventWithExtras::typeLiteral609::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:blackboxDebugger.GleanEventWithExtras:typeLiteral609:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1906"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:closeAdbgAboutdebugging.GleanEventWithExtras:typeLiteral610:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:closeAdbgAboutdebugging.GleanEventWithExtras:typeLiteral610:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::closeAdbgAboutdebugging::GleanEventWithExtras::typeLiteral610::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::closeAdbgAboutdebugging::GleanEventWithExtras::typeLiteral610::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:closeAdbgAboutdebugging.GleanEventWithExtras:typeLiteral610:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1907"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:closeAdbgAboutdebugging.GleanEventWithExtras:typeLiteral610:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:closeAdbgAboutdebugging.GleanEventWithExtras:typeLiteral610:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::closeAdbgAboutdebugging::GleanEventWithExtras::typeLiteral610::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::closeAdbgAboutdebugging::GleanEventWithExtras::typeLiteral610::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:closeAdbgAboutdebugging.GleanEventWithExtras:typeLiteral610:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1907"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:closeTools.GleanEventWithExtras:typeLiteral611:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:closeTools.GleanEventWithExtras:typeLiteral611:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::closeTools::GleanEventWithExtras::typeLiteral611::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::closeTools::GleanEventWithExtras::typeLiteral611::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:closeTools.GleanEventWithExtras:typeLiteral611:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1908"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:closeTools.GleanEventWithExtras:typeLiteral611:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:closeTools.GleanEventWithExtras:typeLiteral611:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::closeTools::GleanEventWithExtras::typeLiteral611::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::closeTools::GleanEventWithExtras::typeLiteral611::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:closeTools.GleanEventWithExtras:typeLiteral611:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1908"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:connectionAttemptAboutdebugging.GleanEventWithExtras:typeLiteral612:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:connectionAttemptAboutdebugging.GleanEventWithExtras:typeLiteral612:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::connectionAttemptAboutdebugging::GleanEventWithExtras::typeLiteral612::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::connectionAttemptAboutdebugging::GleanEventWithExtras::typeLiteral612::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:connectionAttemptAboutdebugging.GleanEventWithExtras:typeLiteral612:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1909"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:continueDebugger.GleanEventWithExtras:typeLiteral613:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:continueDebugger.GleanEventWithExtras:typeLiteral613:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::continueDebugger::GleanEventWithExtras::typeLiteral613::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::continueDebugger::GleanEventWithExtras::typeLiteral613::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:continueDebugger.GleanEventWithExtras:typeLiteral613:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1910"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deactivateResponsiveDesign.GleanEventWithExtras:typeLiteral614:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deactivateResponsiveDesign.GleanEventWithExtras:typeLiteral614:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::deactivateResponsiveDesign::GleanEventWithExtras::typeLiteral614::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::deactivateResponsiveDesign::GleanEventWithExtras::typeLiteral614::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deactivateResponsiveDesign.GleanEventWithExtras:typeLiteral614:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1911"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deactivateResponsiveDesign.GleanEventWithExtras:typeLiteral614:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deactivateResponsiveDesign.GleanEventWithExtras:typeLiteral614:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::deactivateResponsiveDesign::GleanEventWithExtras::typeLiteral614::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::deactivateResponsiveDesign::GleanEventWithExtras::typeLiteral614::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deactivateResponsiveDesign.GleanEventWithExtras:typeLiteral614:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1911"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deactivateSplitConsole.GleanEventWithExtras:typeLiteral615:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deactivateSplitConsole.GleanEventWithExtras:typeLiteral615:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::deactivateSplitConsole::GleanEventWithExtras::typeLiteral615::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::deactivateSplitConsole::GleanEventWithExtras::typeLiteral615::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deactivateSplitConsole.GleanEventWithExtras:typeLiteral615:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1912"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deactivateSplitConsole.GleanEventWithExtras:typeLiteral615:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deactivateSplitConsole.GleanEventWithExtras:typeLiteral615:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::deactivateSplitConsole::GleanEventWithExtras::typeLiteral615::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::deactivateSplitConsole::GleanEventWithExtras::typeLiteral615::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deactivateSplitConsole.GleanEventWithExtras:typeLiteral615:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1912"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deviceAddedAboutdebugging.GleanEventWithExtras:typeLiteral616:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deviceAddedAboutdebugging.GleanEventWithExtras:typeLiteral616:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::deviceAddedAboutdebugging::GleanEventWithExtras::typeLiteral616::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::deviceAddedAboutdebugging::GleanEventWithExtras::typeLiteral616::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deviceAddedAboutdebugging.GleanEventWithExtras:typeLiteral616:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1913"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deviceRemovedAboutdebugging.GleanEventWithExtras:typeLiteral617:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deviceRemovedAboutdebugging.GleanEventWithExtras:typeLiteral617:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::deviceRemovedAboutdebugging::GleanEventWithExtras::typeLiteral617::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::deviceRemovedAboutdebugging::GleanEventWithExtras::typeLiteral617::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:deviceRemovedAboutdebugging.GleanEventWithExtras:typeLiteral617:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1914"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:editHtmlInspector.GleanEventWithExtras:typeLiteral618:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:editHtmlInspector.GleanEventWithExtras:typeLiteral618:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::editHtmlInspector::GleanEventWithExtras::typeLiteral618::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::editHtmlInspector::GleanEventWithExtras::typeLiteral618::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:editHtmlInspector.GleanEventWithExtras:typeLiteral618:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1915"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:editResendNetmonitor.GleanEventWithExtras:typeLiteral619:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:editResendNetmonitor.GleanEventWithExtras:typeLiteral619:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::editResendNetmonitor::GleanEventWithExtras::typeLiteral619::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::editResendNetmonitor::GleanEventWithExtras::typeLiteral619::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:editResendNetmonitor.GleanEventWithExtras:typeLiteral619:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1916"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:editRuleRuleview.GleanEventWithExtras:typeLiteral620:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:editRuleRuleview.GleanEventWithExtras:typeLiteral620:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::editRuleRuleview::GleanEventWithExtras::typeLiteral620::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::editRuleRuleview::GleanEventWithExtras::typeLiteral620::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:editRuleRuleview.GleanEventWithExtras:typeLiteral620:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1917"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterAccessibility.GleanEventWithExtras:typeLiteral621:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterAccessibility.GleanEventWithExtras:typeLiteral621:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterAccessibility::GleanEventWithExtras::typeLiteral621::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterAccessibility::GleanEventWithExtras::typeLiteral621::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterAccessibility.GleanEventWithExtras:typeLiteral621:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1918"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterAccessibility.GleanEventWithExtras:typeLiteral621:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterAccessibility.GleanEventWithExtras:typeLiteral621:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterAccessibility::GleanEventWithExtras::typeLiteral621::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterAccessibility::GleanEventWithExtras::typeLiteral621::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterAccessibility.GleanEventWithExtras:typeLiteral621:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1918"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterApplication.GleanEventWithExtras:typeLiteral622:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterApplication.GleanEventWithExtras:typeLiteral622:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterApplication::GleanEventWithExtras::typeLiteral622::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterApplication::GleanEventWithExtras::typeLiteral622::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterApplication.GleanEventWithExtras:typeLiteral622:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1919"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterApplication.GleanEventWithExtras:typeLiteral622:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterApplication.GleanEventWithExtras:typeLiteral622:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterApplication::GleanEventWithExtras::typeLiteral622::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterApplication::GleanEventWithExtras::typeLiteral622::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterApplication.GleanEventWithExtras:typeLiteral622:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1919"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterDom.GleanEventWithExtras:typeLiteral623:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterDom.GleanEventWithExtras:typeLiteral623:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterDom::GleanEventWithExtras::typeLiteral623::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterDom::GleanEventWithExtras::typeLiteral623::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterDom.GleanEventWithExtras:typeLiteral623:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1920"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterDom.GleanEventWithExtras:typeLiteral623:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterDom.GleanEventWithExtras:typeLiteral623:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterDom::GleanEventWithExtras::typeLiteral623::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterDom::GleanEventWithExtras::typeLiteral623::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterDom.GleanEventWithExtras:typeLiteral623:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1920"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterFakeTool4242.GleanEventWithExtras:typeLiteral624:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterFakeTool4242.GleanEventWithExtras:typeLiteral624:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterFakeTool4242::GleanEventWithExtras::typeLiteral624::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterFakeTool4242::GleanEventWithExtras::typeLiteral624::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterFakeTool4242.GleanEventWithExtras:typeLiteral624:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1921"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterFakeTool4242.GleanEventWithExtras:typeLiteral624:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterFakeTool4242.GleanEventWithExtras:typeLiteral624:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterFakeTool4242::GleanEventWithExtras::typeLiteral624::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterFakeTool4242::GleanEventWithExtras::typeLiteral624::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterFakeTool4242.GleanEventWithExtras:typeLiteral624:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1921"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterInspector.GleanEventWithExtras:typeLiteral625:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterInspector.GleanEventWithExtras:typeLiteral625:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterInspector::GleanEventWithExtras::typeLiteral625::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterInspector::GleanEventWithExtras::typeLiteral625::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterInspector.GleanEventWithExtras:typeLiteral625:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1922"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterInspector.GleanEventWithExtras:typeLiteral625:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterInspector.GleanEventWithExtras:typeLiteral625:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterInspector::GleanEventWithExtras::typeLiteral625::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterInspector::GleanEventWithExtras::typeLiteral625::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterInspector.GleanEventWithExtras:typeLiteral625:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1922"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterJsdebugger.GleanEventWithExtras:typeLiteral626:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterJsdebugger.GleanEventWithExtras:typeLiteral626:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterJsdebugger::GleanEventWithExtras::typeLiteral626::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterJsdebugger::GleanEventWithExtras::typeLiteral626::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterJsdebugger.GleanEventWithExtras:typeLiteral626:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1923"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterJsdebugger.GleanEventWithExtras:typeLiteral626:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterJsdebugger.GleanEventWithExtras:typeLiteral626:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterJsdebugger::GleanEventWithExtras::typeLiteral626::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterJsdebugger::GleanEventWithExtras::typeLiteral626::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterJsdebugger.GleanEventWithExtras:typeLiteral626:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1923"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterMemory.GleanEventWithExtras:typeLiteral627:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterMemory.GleanEventWithExtras:typeLiteral627:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterMemory::GleanEventWithExtras::typeLiteral627::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterMemory::GleanEventWithExtras::typeLiteral627::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterMemory.GleanEventWithExtras:typeLiteral627:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1924"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterMemory.GleanEventWithExtras:typeLiteral627:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterMemory.GleanEventWithExtras:typeLiteral627:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterMemory::GleanEventWithExtras::typeLiteral627::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterMemory::GleanEventWithExtras::typeLiteral627::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterMemory.GleanEventWithExtras:typeLiteral627:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1924"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterNetmonitor.GleanEventWithExtras:typeLiteral628:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterNetmonitor.GleanEventWithExtras:typeLiteral628:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterNetmonitor::GleanEventWithExtras::typeLiteral628::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterNetmonitor::GleanEventWithExtras::typeLiteral628::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterNetmonitor.GleanEventWithExtras:typeLiteral628:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1925"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterNetmonitor.GleanEventWithExtras:typeLiteral628:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterNetmonitor.GleanEventWithExtras:typeLiteral628:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterNetmonitor::GleanEventWithExtras::typeLiteral628::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterNetmonitor::GleanEventWithExtras::typeLiteral628::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterNetmonitor.GleanEventWithExtras:typeLiteral628:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1925"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterOptions.GleanEventWithExtras:typeLiteral629:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterOptions.GleanEventWithExtras:typeLiteral629:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterOptions::GleanEventWithExtras::typeLiteral629::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterOptions::GleanEventWithExtras::typeLiteral629::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterOptions.GleanEventWithExtras:typeLiteral629:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1926"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterOptions.GleanEventWithExtras:typeLiteral629:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterOptions.GleanEventWithExtras:typeLiteral629:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterOptions::GleanEventWithExtras::typeLiteral629::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterOptions::GleanEventWithExtras::typeLiteral629::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterOptions.GleanEventWithExtras:typeLiteral629:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1926"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterOther.GleanEventWithExtras:typeLiteral630:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterOther.GleanEventWithExtras:typeLiteral630:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterOther::GleanEventWithExtras::typeLiteral630::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterOther::GleanEventWithExtras::typeLiteral630::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterOther.GleanEventWithExtras:typeLiteral630:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1927"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterOther.GleanEventWithExtras:typeLiteral630:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterOther.GleanEventWithExtras:typeLiteral630:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterOther::GleanEventWithExtras::typeLiteral630::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterOther::GleanEventWithExtras::typeLiteral630::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterOther.GleanEventWithExtras:typeLiteral630:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1927"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterPerformance.GleanEventWithExtras:typeLiteral631:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterPerformance.GleanEventWithExtras:typeLiteral631:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterPerformance::GleanEventWithExtras::typeLiteral631::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterPerformance::GleanEventWithExtras::typeLiteral631::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterPerformance.GleanEventWithExtras:typeLiteral631:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1928"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterPerformance.GleanEventWithExtras:typeLiteral631:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterPerformance.GleanEventWithExtras:typeLiteral631:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterPerformance::GleanEventWithExtras::typeLiteral631::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterPerformance::GleanEventWithExtras::typeLiteral631::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterPerformance.GleanEventWithExtras:typeLiteral631:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1928"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterStorage.GleanEventWithExtras:typeLiteral632:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterStorage.GleanEventWithExtras:typeLiteral632:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterStorage::GleanEventWithExtras::typeLiteral632::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterStorage::GleanEventWithExtras::typeLiteral632::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterStorage.GleanEventWithExtras:typeLiteral632:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1929"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterStorage.GleanEventWithExtras:typeLiteral632:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterStorage.GleanEventWithExtras:typeLiteral632:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterStorage::GleanEventWithExtras::typeLiteral632::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterStorage::GleanEventWithExtras::typeLiteral632::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterStorage.GleanEventWithExtras:typeLiteral632:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1929"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterStyleeditor.GleanEventWithExtras:typeLiteral633:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterStyleeditor.GleanEventWithExtras:typeLiteral633:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterStyleeditor::GleanEventWithExtras::typeLiteral633::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterStyleeditor::GleanEventWithExtras::typeLiteral633::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterStyleeditor.GleanEventWithExtras:typeLiteral633:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1930"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterStyleeditor.GleanEventWithExtras:typeLiteral633:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterStyleeditor.GleanEventWithExtras:typeLiteral633:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterStyleeditor::GleanEventWithExtras::typeLiteral633::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterStyleeditor::GleanEventWithExtras::typeLiteral633::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterStyleeditor.GleanEventWithExtras:typeLiteral633:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1930"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestBlankPanel.GleanEventWithExtras:typeLiteral634:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestBlankPanel.GleanEventWithExtras:typeLiteral634:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTestBlankPanel::GleanEventWithExtras::typeLiteral634::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTestBlankPanel::GleanEventWithExtras::typeLiteral634::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestBlankPanel.GleanEventWithExtras:typeLiteral634:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1931"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestBlankPanel.GleanEventWithExtras:typeLiteral634:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestBlankPanel.GleanEventWithExtras:typeLiteral634:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTestBlankPanel::GleanEventWithExtras::typeLiteral634::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTestBlankPanel::GleanEventWithExtras::typeLiteral634::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestBlankPanel.GleanEventWithExtras:typeLiteral634:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1931"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestTool.GleanEventWithExtras:typeLiteral635:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestTool.GleanEventWithExtras:typeLiteral635:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTestTool::GleanEventWithExtras::typeLiteral635::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTestTool::GleanEventWithExtras::typeLiteral635::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestTool.GleanEventWithExtras:typeLiteral635:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1932"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestTool.GleanEventWithExtras:typeLiteral635:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestTool.GleanEventWithExtras:typeLiteral635:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTestTool::GleanEventWithExtras::typeLiteral635::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTestTool::GleanEventWithExtras::typeLiteral635::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestTool.GleanEventWithExtras:typeLiteral635:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1932"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestTool1072208.GleanEventWithExtras:typeLiteral636:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestTool1072208.GleanEventWithExtras:typeLiteral636:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTestTool1072208::GleanEventWithExtras::typeLiteral636::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTestTool1072208::GleanEventWithExtras::typeLiteral636::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestTool1072208.GleanEventWithExtras:typeLiteral636:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1933"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestTool1072208.GleanEventWithExtras:typeLiteral636:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestTool1072208.GleanEventWithExtras:typeLiteral636:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTestTool1072208::GleanEventWithExtras::typeLiteral636::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTestTool1072208::GleanEventWithExtras::typeLiteral636::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTestTool1072208.GleanEventWithExtras:typeLiteral636:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1933"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTesttool1.GleanEventWithExtras:typeLiteral637:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTesttool1.GleanEventWithExtras:typeLiteral637:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTesttool1::GleanEventWithExtras::typeLiteral637::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTesttool1::GleanEventWithExtras::typeLiteral637::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTesttool1.GleanEventWithExtras:typeLiteral637:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1934"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTesttool1.GleanEventWithExtras:typeLiteral637:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTesttool1.GleanEventWithExtras:typeLiteral637:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTesttool1::GleanEventWithExtras::typeLiteral637::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTesttool1::GleanEventWithExtras::typeLiteral637::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTesttool1.GleanEventWithExtras:typeLiteral637:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1934"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTesttool2.GleanEventWithExtras:typeLiteral638:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTesttool2.GleanEventWithExtras:typeLiteral638:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTesttool2::GleanEventWithExtras::typeLiteral638::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTesttool2::GleanEventWithExtras::typeLiteral638::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTesttool2.GleanEventWithExtras:typeLiteral638:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1935"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTesttool2.GleanEventWithExtras:typeLiteral638:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTesttool2.GleanEventWithExtras:typeLiteral638:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTesttool2::GleanEventWithExtras::typeLiteral638::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterTesttool2::GleanEventWithExtras::typeLiteral638::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterTesttool2.GleanEventWithExtras:typeLiteral638:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1935"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterWebconsole.GleanEventWithExtras:typeLiteral639:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterWebconsole.GleanEventWithExtras:typeLiteral639:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterWebconsole::GleanEventWithExtras::typeLiteral639::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterWebconsole::GleanEventWithExtras::typeLiteral639::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterWebconsole.GleanEventWithExtras:typeLiteral639:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1936"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterWebconsole.GleanEventWithExtras:typeLiteral639:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterWebconsole.GleanEventWithExtras:typeLiteral639:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterWebconsole::GleanEventWithExtras::typeLiteral639::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterWebconsole::GleanEventWithExtras::typeLiteral639::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterWebconsole.GleanEventWithExtras:typeLiteral639:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1936"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterWhatsnew.GleanEventWithExtras:typeLiteral640:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterWhatsnew.GleanEventWithExtras:typeLiteral640:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterWhatsnew::GleanEventWithExtras::typeLiteral640::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterWhatsnew::GleanEventWithExtras::typeLiteral640::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterWhatsnew.GleanEventWithExtras:typeLiteral640:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1937"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterWhatsnew.GleanEventWithExtras:typeLiteral640:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterWhatsnew.GleanEventWithExtras:typeLiteral640:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterWhatsnew::GleanEventWithExtras::typeLiteral640::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::enterWhatsnew::GleanEventWithExtras::typeLiteral640::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:enterWhatsnew.GleanEventWithExtras:typeLiteral640:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1937"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:executeJsWebconsole.GleanEventWithExtras:typeLiteral641:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:executeJsWebconsole.GleanEventWithExtras:typeLiteral641:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::executeJsWebconsole::GleanEventWithExtras::typeLiteral641::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::executeJsWebconsole::GleanEventWithExtras::typeLiteral641::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:executeJsWebconsole.GleanEventWithExtras:typeLiteral641:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1938"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitAccessibility.GleanEventWithExtras:typeLiteral642:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitAccessibility.GleanEventWithExtras:typeLiteral642:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitAccessibility::GleanEventWithExtras::typeLiteral642::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitAccessibility::GleanEventWithExtras::typeLiteral642::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitAccessibility.GleanEventWithExtras:typeLiteral642:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1939"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitAccessibility.GleanEventWithExtras:typeLiteral642:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitAccessibility.GleanEventWithExtras:typeLiteral642:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitAccessibility::GleanEventWithExtras::typeLiteral642::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitAccessibility::GleanEventWithExtras::typeLiteral642::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitAccessibility.GleanEventWithExtras:typeLiteral642:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1939"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitApplication.GleanEventWithExtras:typeLiteral643:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitApplication.GleanEventWithExtras:typeLiteral643:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitApplication::GleanEventWithExtras::typeLiteral643::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitApplication::GleanEventWithExtras::typeLiteral643::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitApplication.GleanEventWithExtras:typeLiteral643:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1940"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitApplication.GleanEventWithExtras:typeLiteral643:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitApplication.GleanEventWithExtras:typeLiteral643:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitApplication::GleanEventWithExtras::typeLiteral643::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitApplication::GleanEventWithExtras::typeLiteral643::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitApplication.GleanEventWithExtras:typeLiteral643:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1940"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitDom.GleanEventWithExtras:typeLiteral644:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitDom.GleanEventWithExtras:typeLiteral644:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitDom::GleanEventWithExtras::typeLiteral644::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitDom::GleanEventWithExtras::typeLiteral644::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitDom.GleanEventWithExtras:typeLiteral644:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1941"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitDom.GleanEventWithExtras:typeLiteral644:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitDom.GleanEventWithExtras:typeLiteral644:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitDom::GleanEventWithExtras::typeLiteral644::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitDom::GleanEventWithExtras::typeLiteral644::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitDom.GleanEventWithExtras:typeLiteral644:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1941"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitFakeTool4242.GleanEventWithExtras:typeLiteral645:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitFakeTool4242.GleanEventWithExtras:typeLiteral645:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitFakeTool4242::GleanEventWithExtras::typeLiteral645::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitFakeTool4242::GleanEventWithExtras::typeLiteral645::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitFakeTool4242.GleanEventWithExtras:typeLiteral645:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1942"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitFakeTool4242.GleanEventWithExtras:typeLiteral645:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitFakeTool4242.GleanEventWithExtras:typeLiteral645:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitFakeTool4242::GleanEventWithExtras::typeLiteral645::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitFakeTool4242::GleanEventWithExtras::typeLiteral645::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitFakeTool4242.GleanEventWithExtras:typeLiteral645:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1942"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitInspector.GleanEventWithExtras:typeLiteral646:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitInspector.GleanEventWithExtras:typeLiteral646:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitInspector::GleanEventWithExtras::typeLiteral646::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitInspector::GleanEventWithExtras::typeLiteral646::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitInspector.GleanEventWithExtras:typeLiteral646:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1943"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitInspector.GleanEventWithExtras:typeLiteral646:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitInspector.GleanEventWithExtras:typeLiteral646:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitInspector::GleanEventWithExtras::typeLiteral646::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitInspector::GleanEventWithExtras::typeLiteral646::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitInspector.GleanEventWithExtras:typeLiteral646:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1943"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitJsdebugger.GleanEventWithExtras:typeLiteral647:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitJsdebugger.GleanEventWithExtras:typeLiteral647:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitJsdebugger::GleanEventWithExtras::typeLiteral647::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitJsdebugger::GleanEventWithExtras::typeLiteral647::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitJsdebugger.GleanEventWithExtras:typeLiteral647:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1944"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitJsdebugger.GleanEventWithExtras:typeLiteral647:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitJsdebugger.GleanEventWithExtras:typeLiteral647:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitJsdebugger::GleanEventWithExtras::typeLiteral647::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitJsdebugger::GleanEventWithExtras::typeLiteral647::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitJsdebugger.GleanEventWithExtras:typeLiteral647:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1944"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitMemory.GleanEventWithExtras:typeLiteral648:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitMemory.GleanEventWithExtras:typeLiteral648:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitMemory::GleanEventWithExtras::typeLiteral648::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitMemory::GleanEventWithExtras::typeLiteral648::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitMemory.GleanEventWithExtras:typeLiteral648:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1945"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitMemory.GleanEventWithExtras:typeLiteral648:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitMemory.GleanEventWithExtras:typeLiteral648:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitMemory::GleanEventWithExtras::typeLiteral648::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitMemory::GleanEventWithExtras::typeLiteral648::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitMemory.GleanEventWithExtras:typeLiteral648:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1945"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitNetmonitor.GleanEventWithExtras:typeLiteral649:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitNetmonitor.GleanEventWithExtras:typeLiteral649:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitNetmonitor::GleanEventWithExtras::typeLiteral649::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitNetmonitor::GleanEventWithExtras::typeLiteral649::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitNetmonitor.GleanEventWithExtras:typeLiteral649:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1946"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitNetmonitor.GleanEventWithExtras:typeLiteral649:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitNetmonitor.GleanEventWithExtras:typeLiteral649:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitNetmonitor::GleanEventWithExtras::typeLiteral649::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitNetmonitor::GleanEventWithExtras::typeLiteral649::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitNetmonitor.GleanEventWithExtras:typeLiteral649:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1946"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitOptions.GleanEventWithExtras:typeLiteral650:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitOptions.GleanEventWithExtras:typeLiteral650:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitOptions::GleanEventWithExtras::typeLiteral650::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitOptions::GleanEventWithExtras::typeLiteral650::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitOptions.GleanEventWithExtras:typeLiteral650:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1947"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitOptions.GleanEventWithExtras:typeLiteral650:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitOptions.GleanEventWithExtras:typeLiteral650:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitOptions::GleanEventWithExtras::typeLiteral650::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitOptions::GleanEventWithExtras::typeLiteral650::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitOptions.GleanEventWithExtras:typeLiteral650:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1947"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitOther.GleanEventWithExtras:typeLiteral651:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitOther.GleanEventWithExtras:typeLiteral651:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitOther::GleanEventWithExtras::typeLiteral651::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitOther::GleanEventWithExtras::typeLiteral651::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitOther.GleanEventWithExtras:typeLiteral651:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1948"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitOther.GleanEventWithExtras:typeLiteral651:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitOther.GleanEventWithExtras:typeLiteral651:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitOther::GleanEventWithExtras::typeLiteral651::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitOther::GleanEventWithExtras::typeLiteral651::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitOther.GleanEventWithExtras:typeLiteral651:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1948"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitPerformance.GleanEventWithExtras:typeLiteral652:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitPerformance.GleanEventWithExtras:typeLiteral652:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitPerformance::GleanEventWithExtras::typeLiteral652::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitPerformance::GleanEventWithExtras::typeLiteral652::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitPerformance.GleanEventWithExtras:typeLiteral652:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1949"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitPerformance.GleanEventWithExtras:typeLiteral652:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitPerformance.GleanEventWithExtras:typeLiteral652:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitPerformance::GleanEventWithExtras::typeLiteral652::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitPerformance::GleanEventWithExtras::typeLiteral652::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitPerformance.GleanEventWithExtras:typeLiteral652:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1949"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitStorage.GleanEventWithExtras:typeLiteral653:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitStorage.GleanEventWithExtras:typeLiteral653:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitStorage::GleanEventWithExtras::typeLiteral653::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitStorage::GleanEventWithExtras::typeLiteral653::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitStorage.GleanEventWithExtras:typeLiteral653:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1950"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitStorage.GleanEventWithExtras:typeLiteral653:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitStorage.GleanEventWithExtras:typeLiteral653:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitStorage::GleanEventWithExtras::typeLiteral653::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitStorage::GleanEventWithExtras::typeLiteral653::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitStorage.GleanEventWithExtras:typeLiteral653:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1950"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitStyleeditor.GleanEventWithExtras:typeLiteral654:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitStyleeditor.GleanEventWithExtras:typeLiteral654:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitStyleeditor::GleanEventWithExtras::typeLiteral654::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitStyleeditor::GleanEventWithExtras::typeLiteral654::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitStyleeditor.GleanEventWithExtras:typeLiteral654:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1951"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitStyleeditor.GleanEventWithExtras:typeLiteral654:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitStyleeditor.GleanEventWithExtras:typeLiteral654:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitStyleeditor::GleanEventWithExtras::typeLiteral654::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitStyleeditor::GleanEventWithExtras::typeLiteral654::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitStyleeditor.GleanEventWithExtras:typeLiteral654:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1951"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestBlankPanel.GleanEventWithExtras:typeLiteral655:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestBlankPanel.GleanEventWithExtras:typeLiteral655:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTestBlankPanel::GleanEventWithExtras::typeLiteral655::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTestBlankPanel::GleanEventWithExtras::typeLiteral655::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestBlankPanel.GleanEventWithExtras:typeLiteral655:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1952"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestBlankPanel.GleanEventWithExtras:typeLiteral655:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestBlankPanel.GleanEventWithExtras:typeLiteral655:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTestBlankPanel::GleanEventWithExtras::typeLiteral655::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTestBlankPanel::GleanEventWithExtras::typeLiteral655::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestBlankPanel.GleanEventWithExtras:typeLiteral655:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1952"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestTool.GleanEventWithExtras:typeLiteral656:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestTool.GleanEventWithExtras:typeLiteral656:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTestTool::GleanEventWithExtras::typeLiteral656::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTestTool::GleanEventWithExtras::typeLiteral656::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestTool.GleanEventWithExtras:typeLiteral656:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1953"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestTool.GleanEventWithExtras:typeLiteral656:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestTool.GleanEventWithExtras:typeLiteral656:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTestTool::GleanEventWithExtras::typeLiteral656::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTestTool::GleanEventWithExtras::typeLiteral656::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestTool.GleanEventWithExtras:typeLiteral656:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1953"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestTool1072208.GleanEventWithExtras:typeLiteral657:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestTool1072208.GleanEventWithExtras:typeLiteral657:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTestTool1072208::GleanEventWithExtras::typeLiteral657::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTestTool1072208::GleanEventWithExtras::typeLiteral657::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestTool1072208.GleanEventWithExtras:typeLiteral657:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1954"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestTool1072208.GleanEventWithExtras:typeLiteral657:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestTool1072208.GleanEventWithExtras:typeLiteral657:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTestTool1072208::GleanEventWithExtras::typeLiteral657::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTestTool1072208::GleanEventWithExtras::typeLiteral657::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTestTool1072208.GleanEventWithExtras:typeLiteral657:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1954"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTesttool1.GleanEventWithExtras:typeLiteral658:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTesttool1.GleanEventWithExtras:typeLiteral658:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTesttool1::GleanEventWithExtras::typeLiteral658::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTesttool1::GleanEventWithExtras::typeLiteral658::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTesttool1.GleanEventWithExtras:typeLiteral658:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1955"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTesttool1.GleanEventWithExtras:typeLiteral658:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTesttool1.GleanEventWithExtras:typeLiteral658:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTesttool1::GleanEventWithExtras::typeLiteral658::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTesttool1::GleanEventWithExtras::typeLiteral658::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTesttool1.GleanEventWithExtras:typeLiteral658:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1955"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTesttool2.GleanEventWithExtras:typeLiteral659:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTesttool2.GleanEventWithExtras:typeLiteral659:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTesttool2::GleanEventWithExtras::typeLiteral659::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTesttool2::GleanEventWithExtras::typeLiteral659::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTesttool2.GleanEventWithExtras:typeLiteral659:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1956"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTesttool2.GleanEventWithExtras:typeLiteral659:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTesttool2.GleanEventWithExtras:typeLiteral659:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTesttool2::GleanEventWithExtras::typeLiteral659::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitTesttool2::GleanEventWithExtras::typeLiteral659::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitTesttool2.GleanEventWithExtras:typeLiteral659:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1956"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitWebconsole.GleanEventWithExtras:typeLiteral660:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitWebconsole.GleanEventWithExtras:typeLiteral660:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitWebconsole::GleanEventWithExtras::typeLiteral660::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitWebconsole::GleanEventWithExtras::typeLiteral660::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitWebconsole.GleanEventWithExtras:typeLiteral660:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1957"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitWebconsole.GleanEventWithExtras:typeLiteral660:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitWebconsole.GleanEventWithExtras:typeLiteral660:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitWebconsole::GleanEventWithExtras::typeLiteral660::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitWebconsole::GleanEventWithExtras::typeLiteral660::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitWebconsole.GleanEventWithExtras:typeLiteral660:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1957"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitWhatsnew.GleanEventWithExtras:typeLiteral661:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitWhatsnew.GleanEventWithExtras:typeLiteral661:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitWhatsnew::GleanEventWithExtras::typeLiteral661::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitWhatsnew::GleanEventWithExtras::typeLiteral661::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitWhatsnew.GleanEventWithExtras:typeLiteral661:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1958"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitWhatsnew.GleanEventWithExtras:typeLiteral661:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitWhatsnew.GleanEventWithExtras:typeLiteral661:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitWhatsnew::GleanEventWithExtras::typeLiteral661::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::exitWhatsnew::GleanEventWithExtras::typeLiteral661::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:exitWhatsnew.GleanEventWithExtras:typeLiteral661:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1958"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:filtersChangedNetmonitor.GleanEventWithExtras:typeLiteral662:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:filtersChangedNetmonitor.GleanEventWithExtras:typeLiteral662:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::filtersChangedNetmonitor::GleanEventWithExtras::typeLiteral662::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::filtersChangedNetmonitor::GleanEventWithExtras::typeLiteral662::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:filtersChangedNetmonitor.GleanEventWithExtras:typeLiteral662:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1959"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:filtersChangedWebconsole.GleanEventWithExtras:typeLiteral663:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:filtersChangedWebconsole.GleanEventWithExtras:typeLiteral663:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::filtersChangedWebconsole::GleanEventWithExtras::typeLiteral663::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::filtersChangedWebconsole::GleanEventWithExtras::typeLiteral663::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:filtersChangedWebconsole.GleanEventWithExtras:typeLiteral663:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1960"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:inspectAboutdebugging.GleanEventWithExtras:typeLiteral664:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:inspectAboutdebugging.GleanEventWithExtras:typeLiteral664:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::inspectAboutdebugging::GleanEventWithExtras::typeLiteral664::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::inspectAboutdebugging::GleanEventWithExtras::typeLiteral664::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:inspectAboutdebugging.GleanEventWithExtras:typeLiteral664:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1961"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:jumpToDefinitionWebconsole.GleanEventWithExtras:typeLiteral665:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:jumpToDefinitionWebconsole.GleanEventWithExtras:typeLiteral665:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::jumpToDefinitionWebconsole::GleanEventWithExtras::typeLiteral665::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::jumpToDefinitionWebconsole::GleanEventWithExtras::typeLiteral665::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:jumpToDefinitionWebconsole.GleanEventWithExtras:typeLiteral665:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1962"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:jumpToSourceWebconsole.GleanEventWithExtras:typeLiteral666:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:jumpToSourceWebconsole.GleanEventWithExtras:typeLiteral666:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::jumpToSourceWebconsole::GleanEventWithExtras::typeLiteral666::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::jumpToSourceWebconsole::GleanEventWithExtras::typeLiteral666::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:jumpToSourceWebconsole.GleanEventWithExtras:typeLiteral666:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1963"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:objectExpandedWebconsole.GleanEventWithExtras:typeLiteral667:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:objectExpandedWebconsole.GleanEventWithExtras:typeLiteral667:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::objectExpandedWebconsole::GleanEventWithExtras::typeLiteral667::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::objectExpandedWebconsole::GleanEventWithExtras::typeLiteral667::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:objectExpandedWebconsole.GleanEventWithExtras:typeLiteral667:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1964"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:openAdbgAboutdebugging.GleanEventWithExtras:typeLiteral668:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:openAdbgAboutdebugging.GleanEventWithExtras:typeLiteral668:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::openAdbgAboutdebugging::GleanEventWithExtras::typeLiteral668::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::openAdbgAboutdebugging::GleanEventWithExtras::typeLiteral668::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:openAdbgAboutdebugging.GleanEventWithExtras:typeLiteral668:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1965"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:openAdbgAboutdebugging.GleanEventWithExtras:typeLiteral668:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:openAdbgAboutdebugging.GleanEventWithExtras:typeLiteral668:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::openAdbgAboutdebugging::GleanEventWithExtras::typeLiteral668::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::openAdbgAboutdebugging::GleanEventWithExtras::typeLiteral668::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:openAdbgAboutdebugging.GleanEventWithExtras:typeLiteral668:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1965"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:openTools.GleanEventWithExtras:typeLiteral669:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:openTools.GleanEventWithExtras:typeLiteral669:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::openTools::GleanEventWithExtras::typeLiteral669::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::openTools::GleanEventWithExtras::typeLiteral669::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:openTools.GleanEventWithExtras:typeLiteral669:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1966"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:openTools.GleanEventWithExtras:typeLiteral669:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:openTools.GleanEventWithExtras:typeLiteral669:width.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::openTools::GleanEventWithExtras::typeLiteral669::width","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::openTools::GleanEventWithExtras::typeLiteral669::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:openTools.GleanEventWithExtras:typeLiteral669:width.","js_sym":"#width","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1966"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:pauseDebugger.GleanEventWithExtras:typeLiteral670:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:pauseDebugger.GleanEventWithExtras:typeLiteral670:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::pauseDebugger::GleanEventWithExtras::typeLiteral670::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::pauseDebugger::GleanEventWithExtras::typeLiteral670::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:pauseDebugger.GleanEventWithExtras:typeLiteral670:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1967"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:pauseOnExceptionsDebugger.GleanEventWithExtras:typeLiteral671:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:pauseOnExceptionsDebugger.GleanEventWithExtras:typeLiteral671:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::pauseOnExceptionsDebugger::GleanEventWithExtras::typeLiteral671::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::pauseOnExceptionsDebugger::GleanEventWithExtras::typeLiteral671::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:pauseOnExceptionsDebugger.GleanEventWithExtras:typeLiteral671:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1968"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:persistChangedNetmonitor.GleanEventWithExtras:typeLiteral672:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:persistChangedNetmonitor.GleanEventWithExtras:typeLiteral672:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::persistChangedNetmonitor::GleanEventWithExtras::typeLiteral672::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::persistChangedNetmonitor::GleanEventWithExtras::typeLiteral672::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:persistChangedNetmonitor.GleanEventWithExtras:typeLiteral672:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1969"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:persistChangedWebconsole.GleanEventWithExtras:typeLiteral673:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:persistChangedWebconsole.GleanEventWithExtras:typeLiteral673:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::persistChangedWebconsole::GleanEventWithExtras::typeLiteral673::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::persistChangedWebconsole::GleanEventWithExtras::typeLiteral673::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:persistChangedWebconsole.GleanEventWithExtras:typeLiteral673:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1970"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:prettyPrintDebugger.GleanEventWithExtras:typeLiteral674:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:prettyPrintDebugger.GleanEventWithExtras:typeLiteral674:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::prettyPrintDebugger::GleanEventWithExtras::typeLiteral674::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::prettyPrintDebugger::GleanEventWithExtras::typeLiteral674::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:prettyPrintDebugger.GleanEventWithExtras:typeLiteral674:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1971"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:removeBreakpointDebugger.GleanEventWithExtras:typeLiteral675:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:removeBreakpointDebugger.GleanEventWithExtras:typeLiteral675:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::removeBreakpointDebugger::GleanEventWithExtras::typeLiteral675::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::removeBreakpointDebugger::GleanEventWithExtras::typeLiteral675::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:removeBreakpointDebugger.GleanEventWithExtras:typeLiteral675:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1972"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:reverseSearchWebconsole.GleanEventWithExtras:typeLiteral676:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:reverseSearchWebconsole.GleanEventWithExtras:typeLiteral676:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::reverseSearchWebconsole::GleanEventWithExtras::typeLiteral676::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::reverseSearchWebconsole::GleanEventWithExtras::typeLiteral676::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:reverseSearchWebconsole.GleanEventWithExtras:typeLiteral676:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1973"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeAddedAboutdebugging.GleanEventWithExtras:typeLiteral677:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeAddedAboutdebugging.GleanEventWithExtras:typeLiteral677:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::runtimeAddedAboutdebugging::GleanEventWithExtras::typeLiteral677::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::runtimeAddedAboutdebugging::GleanEventWithExtras::typeLiteral677::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeAddedAboutdebugging.GleanEventWithExtras:typeLiteral677:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1974"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeConnectedAboutdebugging.GleanEventWithExtras:typeLiteral678:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeConnectedAboutdebugging.GleanEventWithExtras:typeLiteral678:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::runtimeConnectedAboutdebugging::GleanEventWithExtras::typeLiteral678::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::runtimeConnectedAboutdebugging::GleanEventWithExtras::typeLiteral678::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeConnectedAboutdebugging.GleanEventWithExtras:typeLiteral678:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1975"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeDisconnectedAboutdebugging.GleanEventWithExtras:typeLiteral679:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeDisconnectedAboutdebugging.GleanEventWithExtras:typeLiteral679:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::runtimeDisconnectedAboutdebugging::GleanEventWithExtras::typeLiteral679::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::runtimeDisconnectedAboutdebugging::GleanEventWithExtras::typeLiteral679::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeDisconnectedAboutdebugging.GleanEventWithExtras:typeLiteral679:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1976"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeRemovedAboutdebugging.GleanEventWithExtras:typeLiteral680:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeRemovedAboutdebugging.GleanEventWithExtras:typeLiteral680:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::runtimeRemovedAboutdebugging::GleanEventWithExtras::typeLiteral680::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::runtimeRemovedAboutdebugging::GleanEventWithExtras::typeLiteral680::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:runtimeRemovedAboutdebugging.GleanEventWithExtras:typeLiteral680:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1977"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:selectPageAboutdebugging.GleanEventWithExtras:typeLiteral681:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:selectPageAboutdebugging.GleanEventWithExtras:typeLiteral681:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::selectPageAboutdebugging::GleanEventWithExtras::typeLiteral681::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::selectPageAboutdebugging::GleanEventWithExtras::typeLiteral681::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:selectPageAboutdebugging.GleanEventWithExtras:typeLiteral681:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1978"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:selectPageApplication.GleanEventWithExtras:typeLiteral682:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:selectPageApplication.GleanEventWithExtras:typeLiteral682:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::selectPageApplication::GleanEventWithExtras::typeLiteral682::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::selectPageApplication::GleanEventWithExtras::typeLiteral682::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:selectPageApplication.GleanEventWithExtras:typeLiteral682:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1979"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:selectWsFrameNetmonitor.GleanEventWithExtras:typeLiteral683:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:selectWsFrameNetmonitor.GleanEventWithExtras:typeLiteral683:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::selectWsFrameNetmonitor::GleanEventWithExtras::typeLiteral683::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::selectWsFrameNetmonitor::GleanEventWithExtras::typeLiteral683::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:selectWsFrameNetmonitor.GleanEventWithExtras:typeLiteral683:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1980"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:showProfilerAboutdebugging.GleanEventWithExtras:typeLiteral684:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:showProfilerAboutdebugging.GleanEventWithExtras:typeLiteral684:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::showProfilerAboutdebugging::GleanEventWithExtras::typeLiteral684::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::showProfilerAboutdebugging::GleanEventWithExtras::typeLiteral684::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:showProfilerAboutdebugging.GleanEventWithExtras:typeLiteral684:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1981"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:sidepanelChangedInspector.GleanEventWithExtras:typeLiteral685:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:sidepanelChangedInspector.GleanEventWithExtras:typeLiteral685:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::sidepanelChangedInspector::GleanEventWithExtras::typeLiteral685::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::sidepanelChangedInspector::GleanEventWithExtras::typeLiteral685::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:sidepanelChangedInspector.GleanEventWithExtras:typeLiteral685:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1982"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:sidepanelChangedNetmonitor.GleanEventWithExtras:typeLiteral686:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:sidepanelChangedNetmonitor.GleanEventWithExtras:typeLiteral686:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::sidepanelChangedNetmonitor::GleanEventWithExtras::typeLiteral686::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::sidepanelChangedNetmonitor::GleanEventWithExtras::typeLiteral686::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:sidepanelChangedNetmonitor.GleanEventWithExtras:typeLiteral686:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1983"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:startWorkerApplication.GleanEventWithExtras:typeLiteral687:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:startWorkerApplication.GleanEventWithExtras:typeLiteral687:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::startWorkerApplication::GleanEventWithExtras::typeLiteral687::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::startWorkerApplication::GleanEventWithExtras::typeLiteral687::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:startWorkerApplication.GleanEventWithExtras:typeLiteral687:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1984"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:throttleChangedNetmonitor.GleanEventWithExtras:typeLiteral688:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:throttleChangedNetmonitor.GleanEventWithExtras:typeLiteral688:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::throttleChangedNetmonitor::GleanEventWithExtras::typeLiteral688::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::throttleChangedNetmonitor::GleanEventWithExtras::typeLiteral688::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:throttleChangedNetmonitor.GleanEventWithExtras:typeLiteral688:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1985"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerAnimationinspector.GleanEventWithExtras:typeLiteral689:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerAnimationinspector.GleanEventWithExtras:typeLiteral689:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerAnimationinspector::GleanEventWithExtras::typeLiteral689::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerAnimationinspector::GleanEventWithExtras::typeLiteral689::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerAnimationinspector.GleanEventWithExtras:typeLiteral689:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1986"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerChangesview.GleanEventWithExtras:typeLiteral690:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerChangesview.GleanEventWithExtras:typeLiteral690:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerChangesview::GleanEventWithExtras::typeLiteral690::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerChangesview::GleanEventWithExtras::typeLiteral690::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerChangesview.GleanEventWithExtras:typeLiteral690:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1987"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerCompatibilityview.GleanEventWithExtras:typeLiteral691:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerCompatibilityview.GleanEventWithExtras:typeLiteral691:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerCompatibilityview::GleanEventWithExtras::typeLiteral691::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerCompatibilityview::GleanEventWithExtras::typeLiteral691::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerCompatibilityview.GleanEventWithExtras:typeLiteral691:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1988"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerComputedview.GleanEventWithExtras:typeLiteral692:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerComputedview.GleanEventWithExtras:typeLiteral692:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerComputedview::GleanEventWithExtras::typeLiteral692::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerComputedview::GleanEventWithExtras::typeLiteral692::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerComputedview.GleanEventWithExtras:typeLiteral692:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1989"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerFontinspector.GleanEventWithExtras:typeLiteral693:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerFontinspector.GleanEventWithExtras:typeLiteral693:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerFontinspector::GleanEventWithExtras::typeLiteral693::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerFontinspector::GleanEventWithExtras::typeLiteral693::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerFontinspector.GleanEventWithExtras:typeLiteral693:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1990"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerLayoutview.GleanEventWithExtras:typeLiteral694:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerLayoutview.GleanEventWithExtras:typeLiteral694:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerLayoutview::GleanEventWithExtras::typeLiteral694::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerLayoutview::GleanEventWithExtras::typeLiteral694::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerLayoutview.GleanEventWithExtras:typeLiteral694:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1991"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerRuleview.GleanEventWithExtras:typeLiteral695:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerRuleview.GleanEventWithExtras:typeLiteral695:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerRuleview::GleanEventWithExtras::typeLiteral695::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::toolTimerRuleview::GleanEventWithExtras::typeLiteral695::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:toolTimerRuleview.GleanEventWithExtras:typeLiteral695:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1992"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:unregisterWorkerApplication.GleanEventWithExtras:typeLiteral698:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:unregisterWorkerApplication.GleanEventWithExtras:typeLiteral698:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::unregisterWorkerApplication::GleanEventWithExtras::typeLiteral698::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::unregisterWorkerApplication::GleanEventWithExtras::typeLiteral698::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:unregisterWorkerApplication.GleanEventWithExtras:typeLiteral698:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1995"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:updateConnPromptAboutdebugging.GleanEventWithExtras:typeLiteral699:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:updateConnPromptAboutdebugging.GleanEventWithExtras:typeLiteral699:value.","pretty":"GleanImpl::devtoolsMain::typeLiteral605::updateConnPromptAboutdebugging::GleanEventWithExtras::typeLiteral699::value","meta":{"structured":1,"pretty":"GleanImpl::devtoolsMain::typeLiteral605::updateConnPromptAboutdebugging::GleanEventWithExtras::typeLiteral699::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#devtoolsMain.typeLiteral605:updateConnPromptAboutdebugging.GleanEventWithExtras:typeLiteral699:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1996"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:evaluateV2Heuristics.GleanEventWithExtras:typeLiteral970:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:evaluateV2Heuristics.GleanEventWithExtras:typeLiteral970:value.","pretty":"GleanImpl::doh::typeLiteral969::evaluateV2Heuristics::GleanEventWithExtras::typeLiteral970::value","meta":{"structured":1,"pretty":"GleanImpl::doh::typeLiteral969::evaluateV2Heuristics::GleanEventWithExtras::typeLiteral970::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:evaluateV2Heuristics.GleanEventWithExtras:typeLiteral970:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6134"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateDisabled.GleanEventWithExtras:typeLiteral972:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateDisabled.GleanEventWithExtras:typeLiteral972:value.","pretty":"GleanImpl::doh::typeLiteral969::stateDisabled::GleanEventWithExtras::typeLiteral972::value","meta":{"structured":1,"pretty":"GleanImpl::doh::typeLiteral969::stateDisabled::GleanEventWithExtras::typeLiteral972::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateDisabled.GleanEventWithExtras:typeLiteral972:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6136"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateEnabled.GleanEventWithExtras:typeLiteral973:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateEnabled.GleanEventWithExtras:typeLiteral973:value.","pretty":"GleanImpl::doh::typeLiteral969::stateEnabled::GleanEventWithExtras::typeLiteral973::value","meta":{"structured":1,"pretty":"GleanImpl::doh::typeLiteral969::stateEnabled::GleanEventWithExtras::typeLiteral973::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateEnabled.GleanEventWithExtras:typeLiteral973:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6137"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateManuallyDisabled.GleanEventWithExtras:typeLiteral974:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateManuallyDisabled.GleanEventWithExtras:typeLiteral974:value.","pretty":"GleanImpl::doh::typeLiteral969::stateManuallyDisabled::GleanEventWithExtras::typeLiteral974::value","meta":{"structured":1,"pretty":"GleanImpl::doh::typeLiteral969::stateManuallyDisabled::GleanEventWithExtras::typeLiteral974::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateManuallyDisabled.GleanEventWithExtras:typeLiteral974:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6138"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:statePolicyDisabled.GleanEventWithExtras:typeLiteral975:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:statePolicyDisabled.GleanEventWithExtras:typeLiteral975:value.","pretty":"GleanImpl::doh::typeLiteral969::statePolicyDisabled::GleanEventWithExtras::typeLiteral975::value","meta":{"structured":1,"pretty":"GleanImpl::doh::typeLiteral969::statePolicyDisabled::GleanEventWithExtras::typeLiteral975::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:statePolicyDisabled.GleanEventWithExtras:typeLiteral975:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6139"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateRollback.GleanEventWithExtras:typeLiteral976:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateRollback.GleanEventWithExtras:typeLiteral976:value.","pretty":"GleanImpl::doh::typeLiteral969::stateRollback::GleanEventWithExtras::typeLiteral976::value","meta":{"structured":1,"pretty":"GleanImpl::doh::typeLiteral969::stateRollback::GleanEventWithExtras::typeLiteral976::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateRollback.GleanEventWithExtras:typeLiteral976:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6140"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateShutdown.GleanEventWithExtras:typeLiteral977:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateShutdown.GleanEventWithExtras:typeLiteral977:value.","pretty":"GleanImpl::doh::typeLiteral969::stateShutdown::GleanEventWithExtras::typeLiteral977::value","meta":{"structured":1,"pretty":"GleanImpl::doh::typeLiteral969::stateShutdown::GleanEventWithExtras::typeLiteral977::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateShutdown.GleanEventWithExtras:typeLiteral977:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6141"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateUidisabled.GleanEventWithExtras:typeLiteral978:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateUidisabled.GleanEventWithExtras:typeLiteral978:value.","pretty":"GleanImpl::doh::typeLiteral969::stateUidisabled::GleanEventWithExtras::typeLiteral978::value","meta":{"structured":1,"pretty":"GleanImpl::doh::typeLiteral969::stateUidisabled::GleanEventWithExtras::typeLiteral978::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateUidisabled.GleanEventWithExtras:typeLiteral978:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6142"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateUiok.GleanEventWithExtras:typeLiteral979:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateUiok.GleanEventWithExtras:typeLiteral979:value.","pretty":"GleanImpl::doh::typeLiteral969::stateUiok::GleanEventWithExtras::typeLiteral979::value","meta":{"structured":1,"pretty":"GleanImpl::doh::typeLiteral969::stateUiok::GleanEventWithExtras::typeLiteral979::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateUiok.GleanEventWithExtras:typeLiteral979:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6143"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateUninstalled.GleanEventWithExtras:typeLiteral980:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateUninstalled.GleanEventWithExtras:typeLiteral980:value.","pretty":"GleanImpl::doh::typeLiteral969::stateUninstalled::GleanEventWithExtras::typeLiteral980::value","meta":{"structured":1,"pretty":"GleanImpl::doh::typeLiteral969::stateUninstalled::GleanEventWithExtras::typeLiteral980::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#doh.typeLiteral969:stateUninstalled.GleanEventWithExtras:typeLiteral980:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6144"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#downloads.typeLiteral139:addedFileExtension.GleanEventWithExtras:typeLiteral140:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#downloads.typeLiteral139:addedFileExtension.GleanEventWithExtras:typeLiteral140:value.","pretty":"GleanImpl::downloads::typeLiteral139::addedFileExtension::GleanEventWithExtras::typeLiteral140::value","meta":{"structured":1,"pretty":"GleanImpl::downloads::typeLiteral139::addedFileExtension::GleanEventWithExtras::typeLiteral140::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#downloads.typeLiteral139:addedFileExtension.GleanEventWithExtras:typeLiteral140:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#539"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#firefoxviewNext.typeLiteral148:openTabTabs.GleanEventWithExtras:typeLiteral157:window.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#firefoxviewNext.typeLiteral148:openTabTabs.GleanEventWithExtras:typeLiteral157:window.","pretty":"GleanImpl::firefoxviewNext::typeLiteral148::openTabTabs::GleanEventWithExtras::typeLiteral157::window","meta":{"structured":1,"pretty":"GleanImpl::firefoxviewNext::typeLiteral148::openTabTabs::GleanEventWithExtras::typeLiteral157::window","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#firefoxviewNext.typeLiteral148:openTabTabs.GleanEventWithExtras:typeLiteral157:window.","js_sym":"#window","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#570"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#formAutocomplete.typeLiteral1184:showLogins.GleanEventWithExtras:typeLiteral1185:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#formAutocomplete.typeLiteral1184:showLogins.GleanEventWithExtras:typeLiteral1185:value.","pretty":"GleanImpl::formAutocomplete::typeLiteral1184::showLogins::GleanEventWithExtras::typeLiteral1185::value","meta":{"structured":1,"pretty":"GleanImpl::formAutocomplete::typeLiteral1184::showLogins::GleanEventWithExtras::typeLiteral1185::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#formAutocomplete.typeLiteral1184:showLogins.GleanEventWithExtras:typeLiteral1185:value.","js_sym":"#value","type_pretty":"string | number | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6599"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#fxa.typeLiteral867:connectAccount.GleanEventWithExtras:typeLiteral870:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#fxa.typeLiteral867:connectAccount.GleanEventWithExtras:typeLiteral870:value.","pretty":"GleanImpl::fxa::typeLiteral867::connectAccount::GleanEventWithExtras::typeLiteral870::value","meta":{"structured":1,"pretty":"GleanImpl::fxa::typeLiteral867::connectAccount::GleanEventWithExtras::typeLiteral870::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#fxa.typeLiteral867:connectAccount.GleanEventWithExtras:typeLiteral870:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#5824"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#fxa.typeLiteral867:disconnectAccount.GleanEventWithExtras:typeLiteral871:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#fxa.typeLiteral867:disconnectAccount.GleanEventWithExtras:typeLiteral871:value.","pretty":"GleanImpl::fxa::typeLiteral867::disconnectAccount::GleanEventWithExtras::typeLiteral871::value","meta":{"structured":1,"pretty":"GleanImpl::fxa::typeLiteral867::disconnectAccount::GleanEventWithExtras::typeLiteral871::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#fxa.typeLiteral867:disconnectAccount.GleanEventWithExtras:typeLiteral871:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#5825"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#homepage.typeLiteral557:preferenceIgnore.GleanEventWithExtras:typeLiteral558:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#homepage.typeLiteral557:preferenceIgnore.GleanEventWithExtras:typeLiteral558:value.","pretty":"GleanImpl::homepage::typeLiteral557::preferenceIgnore::GleanEventWithExtras::typeLiteral558::value","meta":{"structured":1,"pretty":"GleanImpl::homepage::typeLiteral557::preferenceIgnore::GleanEventWithExtras::typeLiteral558::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#homepage.typeLiteral557:preferenceIgnore.GleanEventWithExtras:typeLiteral558:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1676"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:acceptDialog.GleanEventWithExtras:typeLiteral349:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:acceptDialog.GleanEventWithExtras:typeLiteral349:value.","pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::acceptDialog::GleanEventWithExtras::typeLiteral349::value","meta":{"structured":1,"pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::acceptDialog::GleanEventWithExtras::typeLiteral349::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:acceptDialog.GleanEventWithExtras:typeLiteral349:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1019"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:addDialog.GleanEventWithExtras:typeLiteral350:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:addDialog.GleanEventWithExtras:typeLiteral350:value.","pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::addDialog::GleanEventWithExtras::typeLiteral350::value","meta":{"structured":1,"pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::addDialog::GleanEventWithExtras::typeLiteral350::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:addDialog.GleanEventWithExtras:typeLiteral350:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1020"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:cancelDialog.GleanEventWithExtras:typeLiteral351:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:cancelDialog.GleanEventWithExtras:typeLiteral351:value.","pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::cancelDialog::GleanEventWithExtras::typeLiteral351::value","meta":{"structured":1,"pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::cancelDialog::GleanEventWithExtras::typeLiteral351::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:cancelDialog.GleanEventWithExtras:typeLiteral351:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1022"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:manageMain.GleanEventWithExtras:typeLiteral352:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:manageMain.GleanEventWithExtras:typeLiteral352:value.","pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::manageMain::GleanEventWithExtras::typeLiteral352::value","meta":{"structured":1,"pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::manageMain::GleanEventWithExtras::typeLiteral352::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:manageMain.GleanEventWithExtras:typeLiteral352:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1023"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:removeDialog.GleanEventWithExtras:typeLiteral353:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:removeDialog.GleanEventWithExtras:typeLiteral353:value.","pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::removeDialog::GleanEventWithExtras::typeLiteral353::value","meta":{"structured":1,"pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::removeDialog::GleanEventWithExtras::typeLiteral353::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:removeDialog.GleanEventWithExtras:typeLiteral353:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1024"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:reorderDialog.GleanEventWithExtras:typeLiteral354:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:reorderDialog.GleanEventWithExtras:typeLiteral354:value.","pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::reorderDialog::GleanEventWithExtras::typeLiteral354::value","meta":{"structured":1,"pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::reorderDialog::GleanEventWithExtras::typeLiteral354::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:reorderDialog.GleanEventWithExtras:typeLiteral354:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1025"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:searchDialog.GleanEventWithExtras:typeLiteral355:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:searchDialog.GleanEventWithExtras:typeLiteral355:value.","pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::searchDialog::GleanEventWithExtras::typeLiteral355::value","meta":{"structured":1,"pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::searchDialog::GleanEventWithExtras::typeLiteral355::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:searchDialog.GleanEventWithExtras:typeLiteral355:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1027"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:searchMain.GleanEventWithExtras:typeLiteral356:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:searchMain.GleanEventWithExtras:typeLiteral356:value.","pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::searchMain::GleanEventWithExtras::typeLiteral356::value","meta":{"structured":1,"pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::searchMain::GleanEventWithExtras::typeLiteral356::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:searchMain.GleanEventWithExtras:typeLiteral356:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1028"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:setFallbackDialog.GleanEventWithExtras:typeLiteral357:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:setFallbackDialog.GleanEventWithExtras:typeLiteral357:value.","pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::setFallbackDialog::GleanEventWithExtras::typeLiteral357::value","meta":{"structured":1,"pretty":"GleanImpl::intlUiBrowserLanguage::typeLiteral348::setFallbackDialog::GleanEventWithExtras::typeLiteral357::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#intlUiBrowserLanguage.typeLiteral348:setFallbackDialog.GleanEventWithExtras:typeLiteral357:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1029"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#jsonfile.typeLiteral1412:loadAutofillprofiles.GleanEventWithExtras:typeLiteral1413:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#jsonfile.typeLiteral1412:loadAutofillprofiles.GleanEventWithExtras:typeLiteral1413:value.","pretty":"GleanImpl::jsonfile::typeLiteral1412::loadAutofillprofiles::GleanEventWithExtras::typeLiteral1413::value","meta":{"structured":1,"pretty":"GleanImpl::jsonfile::typeLiteral1412::loadAutofillprofiles::GleanEventWithExtras::typeLiteral1413::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#jsonfile.typeLiteral1412:loadAutofillprofiles.GleanEventWithExtras:typeLiteral1413:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7734"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#jsonfile.typeLiteral1412:loadLogins.GleanEventWithExtras:typeLiteral1414:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#jsonfile.typeLiteral1412:loadLogins.GleanEventWithExtras:typeLiteral1414:value.","pretty":"GleanImpl::jsonfile::typeLiteral1412::loadLogins::GleanEventWithExtras::typeLiteral1414::value","meta":{"structured":1,"pretty":"GleanImpl::jsonfile::typeLiteral1412::loadLogins::GleanEventWithExtras::typeLiteral1414::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#jsonfile.typeLiteral1412:loadLogins.GleanEventWithExtras:typeLiteral1414:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7735"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#memoryWatcher.typeLiteral1451:onHighMemoryStats.GleanEventWithExtras:typeLiteral1453:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#memoryWatcher.typeLiteral1451:onHighMemoryStats.GleanEventWithExtras:typeLiteral1453:value.","pretty":"GleanImpl::memoryWatcher::typeLiteral1451::onHighMemoryStats::GleanEventWithExtras::typeLiteral1453::value","meta":{"structured":1,"pretty":"GleanImpl::memoryWatcher::typeLiteral1451::onHighMemoryStats::GleanEventWithExtras::typeLiteral1453::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#memoryWatcher.typeLiteral1451:onHighMemoryStats.GleanEventWithExtras:typeLiteral1453:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#8052"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachCfr.GleanEventWithExtras:typeLiteral1087:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachCfr.GleanEventWithExtras:typeLiteral1087:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachCfr::GleanEventWithExtras::typeLiteral1087::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachCfr::GleanEventWithExtras::typeLiteral1087::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachCfr.GleanEventWithExtras:typeLiteral1087:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6429"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFeatureCallout.GleanEventWithExtras:typeLiteral1088:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFeatureCallout.GleanEventWithExtras:typeLiteral1088:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFeatureCallout::GleanEventWithExtras::typeLiteral1088::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFeatureCallout::GleanEventWithExtras::typeLiteral1088::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFeatureCallout.GleanEventWithExtras:typeLiteral1088:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6430"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsBmbButton.GleanEventWithExtras:typeLiteral1089:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsBmbButton.GleanEventWithExtras:typeLiteral1089:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsBmbButton::GleanEventWithExtras::typeLiteral1089::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsBmbButton::GleanEventWithExtras::typeLiteral1089::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsBmbButton.GleanEventWithExtras:typeLiteral1089:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6431"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage.GleanEventWithExtras:typeLiteral1090:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage.GleanEventWithExtras:typeLiteral1090:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage::GleanEventWithExtras::typeLiteral1090::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage::GleanEventWithExtras::typeLiteral1090::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage.GleanEventWithExtras:typeLiteral1090:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6432"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage1.GleanEventWithExtras:typeLiteral1091:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage1.GleanEventWithExtras:typeLiteral1091:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage1::GleanEventWithExtras::typeLiteral1091::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage1::GleanEventWithExtras::typeLiteral1091::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage1.GleanEventWithExtras:typeLiteral1091:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6433"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage10.GleanEventWithExtras:typeLiteral1092:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage10.GleanEventWithExtras:typeLiteral1092:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage10::GleanEventWithExtras::typeLiteral1092::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage10::GleanEventWithExtras::typeLiteral1092::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage10.GleanEventWithExtras:typeLiteral1092:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6434"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage11.GleanEventWithExtras:typeLiteral1093:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage11.GleanEventWithExtras:typeLiteral1093:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage11::GleanEventWithExtras::typeLiteral1093::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage11::GleanEventWithExtras::typeLiteral1093::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage11.GleanEventWithExtras:typeLiteral1093:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6435"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage12.GleanEventWithExtras:typeLiteral1094:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage12.GleanEventWithExtras:typeLiteral1094:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage12::GleanEventWithExtras::typeLiteral1094::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage12::GleanEventWithExtras::typeLiteral1094::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage12.GleanEventWithExtras:typeLiteral1094:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6436"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage13.GleanEventWithExtras:typeLiteral1095:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage13.GleanEventWithExtras:typeLiteral1095:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage13::GleanEventWithExtras::typeLiteral1095::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage13::GleanEventWithExtras::typeLiteral1095::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage13.GleanEventWithExtras:typeLiteral1095:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6437"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage14.GleanEventWithExtras:typeLiteral1096:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage14.GleanEventWithExtras:typeLiteral1096:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage14::GleanEventWithExtras::typeLiteral1096::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage14::GleanEventWithExtras::typeLiteral1096::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage14.GleanEventWithExtras:typeLiteral1096:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6438"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage15.GleanEventWithExtras:typeLiteral1097:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage15.GleanEventWithExtras:typeLiteral1097:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage15::GleanEventWithExtras::typeLiteral1097::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage15::GleanEventWithExtras::typeLiteral1097::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage15.GleanEventWithExtras:typeLiteral1097:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6439"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage16.GleanEventWithExtras:typeLiteral1098:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage16.GleanEventWithExtras:typeLiteral1098:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage16::GleanEventWithExtras::typeLiteral1098::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage16::GleanEventWithExtras::typeLiteral1098::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage16.GleanEventWithExtras:typeLiteral1098:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6440"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage17.GleanEventWithExtras:typeLiteral1099:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage17.GleanEventWithExtras:typeLiteral1099:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage17::GleanEventWithExtras::typeLiteral1099::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage17::GleanEventWithExtras::typeLiteral1099::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage17.GleanEventWithExtras:typeLiteral1099:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6441"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage18.GleanEventWithExtras:typeLiteral1100:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage18.GleanEventWithExtras:typeLiteral1100:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage18::GleanEventWithExtras::typeLiteral1100::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage18::GleanEventWithExtras::typeLiteral1100::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage18.GleanEventWithExtras:typeLiteral1100:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6442"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage19.GleanEventWithExtras:typeLiteral1101:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage19.GleanEventWithExtras:typeLiteral1101:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage19::GleanEventWithExtras::typeLiteral1101::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage19::GleanEventWithExtras::typeLiteral1101::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage19.GleanEventWithExtras:typeLiteral1101:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6443"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage2.GleanEventWithExtras:typeLiteral1102:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage2.GleanEventWithExtras:typeLiteral1102:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage2::GleanEventWithExtras::typeLiteral1102::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage2::GleanEventWithExtras::typeLiteral1102::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage2.GleanEventWithExtras:typeLiteral1102:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6444"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage20.GleanEventWithExtras:typeLiteral1103:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage20.GleanEventWithExtras:typeLiteral1103:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage20::GleanEventWithExtras::typeLiteral1103::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage20::GleanEventWithExtras::typeLiteral1103::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage20.GleanEventWithExtras:typeLiteral1103:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6445"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage21.GleanEventWithExtras:typeLiteral1104:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage21.GleanEventWithExtras:typeLiteral1104:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage21::GleanEventWithExtras::typeLiteral1104::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage21::GleanEventWithExtras::typeLiteral1104::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage21.GleanEventWithExtras:typeLiteral1104:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6446"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage22.GleanEventWithExtras:typeLiteral1105:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage22.GleanEventWithExtras:typeLiteral1105:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage22::GleanEventWithExtras::typeLiteral1105::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage22::GleanEventWithExtras::typeLiteral1105::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage22.GleanEventWithExtras:typeLiteral1105:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6447"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage23.GleanEventWithExtras:typeLiteral1106:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage23.GleanEventWithExtras:typeLiteral1106:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage23::GleanEventWithExtras::typeLiteral1106::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage23::GleanEventWithExtras::typeLiteral1106::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage23.GleanEventWithExtras:typeLiteral1106:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6448"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage24.GleanEventWithExtras:typeLiteral1107:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage24.GleanEventWithExtras:typeLiteral1107:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage24::GleanEventWithExtras::typeLiteral1107::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage24::GleanEventWithExtras::typeLiteral1107::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage24.GleanEventWithExtras:typeLiteral1107:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6449"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage25.GleanEventWithExtras:typeLiteral1108:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage25.GleanEventWithExtras:typeLiteral1108:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage25::GleanEventWithExtras::typeLiteral1108::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage25::GleanEventWithExtras::typeLiteral1108::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage25.GleanEventWithExtras:typeLiteral1108:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6450"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage3.GleanEventWithExtras:typeLiteral1109:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage3.GleanEventWithExtras:typeLiteral1109:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage3::GleanEventWithExtras::typeLiteral1109::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage3::GleanEventWithExtras::typeLiteral1109::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage3.GleanEventWithExtras:typeLiteral1109:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6451"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage4.GleanEventWithExtras:typeLiteral1110:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage4.GleanEventWithExtras:typeLiteral1110:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage4::GleanEventWithExtras::typeLiteral1110::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage4::GleanEventWithExtras::typeLiteral1110::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage4.GleanEventWithExtras:typeLiteral1110:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6452"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage5.GleanEventWithExtras:typeLiteral1111:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage5.GleanEventWithExtras:typeLiteral1111:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage5::GleanEventWithExtras::typeLiteral1111::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage5::GleanEventWithExtras::typeLiteral1111::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage5.GleanEventWithExtras:typeLiteral1111:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6453"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage6.GleanEventWithExtras:typeLiteral1112:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage6.GleanEventWithExtras:typeLiteral1112:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage6::GleanEventWithExtras::typeLiteral1112::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage6::GleanEventWithExtras::typeLiteral1112::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage6.GleanEventWithExtras:typeLiteral1112:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6454"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage7.GleanEventWithExtras:typeLiteral1113:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage7.GleanEventWithExtras:typeLiteral1113:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage7::GleanEventWithExtras::typeLiteral1113::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage7::GleanEventWithExtras::typeLiteral1113::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage7.GleanEventWithExtras:typeLiteral1113:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6455"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage8.GleanEventWithExtras:typeLiteral1114:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage8.GleanEventWithExtras:typeLiteral1114:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage8::GleanEventWithExtras::typeLiteral1114::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage8::GleanEventWithExtras::typeLiteral1114::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage8.GleanEventWithExtras:typeLiteral1114:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6456"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage9.GleanEventWithExtras:typeLiteral1115:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage9.GleanEventWithExtras:typeLiteral1115:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage9::GleanEventWithExtras::typeLiteral1115::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachFxmsMessage9::GleanEventWithExtras::typeLiteral1115::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachFxmsMessage9.GleanEventWithExtras:typeLiteral1115:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6457"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachInfobar.GleanEventWithExtras:typeLiteral1116:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachInfobar.GleanEventWithExtras:typeLiteral1116:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachInfobar::GleanEventWithExtras::typeLiteral1116::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachInfobar::GleanEventWithExtras::typeLiteral1116::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachInfobar.GleanEventWithExtras:typeLiteral1116:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6458"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachMomentsPage.GleanEventWithExtras:typeLiteral1117:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachMomentsPage.GleanEventWithExtras:typeLiteral1117:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachMomentsPage::GleanEventWithExtras::typeLiteral1117::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachMomentsPage::GleanEventWithExtras::typeLiteral1117::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachMomentsPage.GleanEventWithExtras:typeLiteral1117:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6459"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachSpotlight.GleanEventWithExtras:typeLiteral1118:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachSpotlight.GleanEventWithExtras:typeLiteral1118:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachSpotlight::GleanEventWithExtras::typeLiteral1118::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::reachSpotlight::GleanEventWithExtras::typeLiteral1118::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:reachSpotlight.GleanEventWithExtras:typeLiteral1118:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6460"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:targetingAttributeError.GleanEventWithExtras:typeLiteral1119:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:targetingAttributeError.GleanEventWithExtras:typeLiteral1119:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::targetingAttributeError::GleanEventWithExtras::typeLiteral1119::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::targetingAttributeError::GleanEventWithExtras::typeLiteral1119::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:targetingAttributeError.GleanEventWithExtras:typeLiteral1119:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6461"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:targetingAttributeTimeout.GleanEventWithExtras:typeLiteral1120:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:targetingAttributeTimeout.GleanEventWithExtras:typeLiteral1120:value.","pretty":"GleanImpl::messagingExperiments::typeLiteral1086::targetingAttributeTimeout::GleanEventWithExtras::typeLiteral1120::value","meta":{"structured":1,"pretty":"GleanImpl::messagingExperiments::typeLiteral1086::targetingAttributeTimeout::GleanEventWithExtras::typeLiteral1120::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#messagingExperiments.typeLiteral1086:targetingAttributeTimeout.GleanEventWithExtras:typeLiteral1120:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6462"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#networkDns.typeLiteral834:trrConfirmationContext.GleanEventWithExtras:typeLiteral835:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#networkDns.typeLiteral834:trrConfirmationContext.GleanEventWithExtras:typeLiteral835:value.","pretty":"GleanImpl::networkDns::typeLiteral834::trrConfirmationContext::GleanEventWithExtras::typeLiteral835::value","meta":{"structured":1,"pretty":"GleanImpl::networkDns::typeLiteral834::trrConfirmationContext::GleanEventWithExtras::typeLiteral835::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#networkDns.typeLiteral834:trrConfirmationContext.GleanEventWithExtras:typeLiteral835:value.","js_sym":"#value","type_pretty":"string | number | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#5563"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#networkProxySettings.typeLiteral358:proxyTypePreference.GleanEventWithExtras:typeLiteral359:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#networkProxySettings.typeLiteral358:proxyTypePreference.GleanEventWithExtras:typeLiteral359:value.","pretty":"GleanImpl::networkProxySettings::typeLiteral358::proxyTypePreference::GleanEventWithExtras::typeLiteral359::value","meta":{"structured":1,"pretty":"GleanImpl::networkProxySettings::typeLiteral358::proxyTypePreference::GleanEventWithExtras::typeLiteral359::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#networkProxySettings.typeLiteral358:proxyTypePreference.GleanEventWithExtras:typeLiteral359:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1033"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#newtabContent.typeLiteral306:click.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#newtabContent.typeLiteral306:click.","pretty":"GleanImpl::newtabContent::typeLiteral306::click","meta":{"structured":1,"pretty":"GleanImpl::newtabContent::typeLiteral306::click","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#newtabContent.typeLiteral306:click.","js_sym":"#click","type_pretty":"string | ... 1 more ... | undefined; }>","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#930"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#newtabSearchAd.typeLiteral424:click.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#newtabSearchAd.typeLiteral424:click.","pretty":"GleanImpl::newtabSearchAd::typeLiteral424::click","meta":{"structured":1,"pretty":"GleanImpl::newtabSearchAd::typeLiteral424::click","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#newtabSearchAd.typeLiteral424:click.","js_sym":"#click","type_pretty":"string | undefined; }>","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1255"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollAddonRollout.GleanEventWithExtras:typeLiteral1156:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollAddonRollout.GleanEventWithExtras:typeLiteral1156:value.","pretty":"GleanImpl::normandy::typeLiteral1154::enrollAddonRollout::GleanEventWithExtras::typeLiteral1156::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::enrollAddonRollout::GleanEventWithExtras::typeLiteral1156::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollAddonRollout.GleanEventWithExtras:typeLiteral1156:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6568"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollAddonStudy.GleanEventWithExtras:typeLiteral1157:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollAddonStudy.GleanEventWithExtras:typeLiteral1157:value.","pretty":"GleanImpl::normandy::typeLiteral1154::enrollAddonStudy::GleanEventWithExtras::typeLiteral1157::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::enrollAddonStudy::GleanEventWithExtras::typeLiteral1157::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollAddonStudy.GleanEventWithExtras:typeLiteral1157:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6569"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedAddonRollout.GleanEventWithExtras:typeLiteral1158:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedAddonRollout.GleanEventWithExtras:typeLiteral1158:value.","pretty":"GleanImpl::normandy::typeLiteral1154::enrollFailedAddonRollout::GleanEventWithExtras::typeLiteral1158::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::enrollFailedAddonRollout::GleanEventWithExtras::typeLiteral1158::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedAddonRollout.GleanEventWithExtras:typeLiteral1158:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6570"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedAddonStudy.GleanEventWithExtras:typeLiteral1159:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedAddonStudy.GleanEventWithExtras:typeLiteral1159:value.","pretty":"GleanImpl::normandy::typeLiteral1154::enrollFailedAddonStudy::GleanEventWithExtras::typeLiteral1159::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::enrollFailedAddonStudy::GleanEventWithExtras::typeLiteral1159::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedAddonStudy.GleanEventWithExtras:typeLiteral1159:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6571"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedNimbusExperiment.GleanEventWithExtras:typeLiteral1160:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedNimbusExperiment.GleanEventWithExtras:typeLiteral1160:value.","pretty":"GleanImpl::normandy::typeLiteral1154::enrollFailedNimbusExperiment::GleanEventWithExtras::typeLiteral1160::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::enrollFailedNimbusExperiment::GleanEventWithExtras::typeLiteral1160::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedNimbusExperiment.GleanEventWithExtras:typeLiteral1160:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6572"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedPreferenceRollout.GleanEventWithExtras:typeLiteral1161:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedPreferenceRollout.GleanEventWithExtras:typeLiteral1161:value.","pretty":"GleanImpl::normandy::typeLiteral1154::enrollFailedPreferenceRollout::GleanEventWithExtras::typeLiteral1161::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::enrollFailedPreferenceRollout::GleanEventWithExtras::typeLiteral1161::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedPreferenceRollout.GleanEventWithExtras:typeLiteral1161:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6573"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedPreferenceStudy.GleanEventWithExtras:typeLiteral1162:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedPreferenceStudy.GleanEventWithExtras:typeLiteral1162:value.","pretty":"GleanImpl::normandy::typeLiteral1154::enrollFailedPreferenceStudy::GleanEventWithExtras::typeLiteral1162::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::enrollFailedPreferenceStudy::GleanEventWithExtras::typeLiteral1162::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollFailedPreferenceStudy.GleanEventWithExtras:typeLiteral1162:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6574"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollNimbusExperiment.GleanEventWithExtras:typeLiteral1163:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollNimbusExperiment.GleanEventWithExtras:typeLiteral1163:value.","pretty":"GleanImpl::normandy::typeLiteral1154::enrollNimbusExperiment::GleanEventWithExtras::typeLiteral1163::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::enrollNimbusExperiment::GleanEventWithExtras::typeLiteral1163::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollNimbusExperiment.GleanEventWithExtras:typeLiteral1163:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6575"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollPreferenceRollout.GleanEventWithExtras:typeLiteral1164:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollPreferenceRollout.GleanEventWithExtras:typeLiteral1164:value.","pretty":"GleanImpl::normandy::typeLiteral1154::enrollPreferenceRollout::GleanEventWithExtras::typeLiteral1164::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::enrollPreferenceRollout::GleanEventWithExtras::typeLiteral1164::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollPreferenceRollout.GleanEventWithExtras:typeLiteral1164:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6576"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollPreferenceStudy.GleanEventWithExtras:typeLiteral1165:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollPreferenceStudy.GleanEventWithExtras:typeLiteral1165:value.","pretty":"GleanImpl::normandy::typeLiteral1154::enrollPreferenceStudy::GleanEventWithExtras::typeLiteral1165::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::enrollPreferenceStudy::GleanEventWithExtras::typeLiteral1165::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:enrollPreferenceStudy.GleanEventWithExtras:typeLiteral1165:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6577"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:expPrefChangedPreferenceStudy.GleanEventWithExtras:typeLiteral1166:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:expPrefChangedPreferenceStudy.GleanEventWithExtras:typeLiteral1166:value.","pretty":"GleanImpl::normandy::typeLiteral1154::expPrefChangedPreferenceStudy::GleanEventWithExtras::typeLiteral1166::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::expPrefChangedPreferenceStudy::GleanEventWithExtras::typeLiteral1166::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:expPrefChangedPreferenceStudy.GleanEventWithExtras:typeLiteral1166:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6578"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:exposeNimbusExperiment.GleanEventWithExtras:typeLiteral1155:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:exposeNimbusExperiment.GleanEventWithExtras:typeLiteral1155:value.","pretty":"GleanImpl::normandy::typeLiteral1154::exposeNimbusExperiment::GleanEventWithExtras::typeLiteral1155::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::exposeNimbusExperiment::GleanEventWithExtras::typeLiteral1155::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:exposeNimbusExperiment.GleanEventWithExtras:typeLiteral1155:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6567"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:graduatePreferenceRollout.GleanEventWithExtras:typeLiteral1167:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:graduatePreferenceRollout.GleanEventWithExtras:typeLiteral1167:value.","pretty":"GleanImpl::normandy::typeLiteral1154::graduatePreferenceRollout::GleanEventWithExtras::typeLiteral1167::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::graduatePreferenceRollout::GleanEventWithExtras::typeLiteral1167::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:graduatePreferenceRollout.GleanEventWithExtras:typeLiteral1167:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6579"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollAddonRollback.GleanEventWithExtras:typeLiteral1168:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollAddonRollback.GleanEventWithExtras:typeLiteral1168:value.","pretty":"GleanImpl::normandy::typeLiteral1154::unenrollAddonRollback::GleanEventWithExtras::typeLiteral1168::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::unenrollAddonRollback::GleanEventWithExtras::typeLiteral1168::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollAddonRollback.GleanEventWithExtras:typeLiteral1168:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6580"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollAddonStudy.GleanEventWithExtras:typeLiteral1169:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollAddonStudy.GleanEventWithExtras:typeLiteral1169:value.","pretty":"GleanImpl::normandy::typeLiteral1154::unenrollAddonStudy::GleanEventWithExtras::typeLiteral1169::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::unenrollAddonStudy::GleanEventWithExtras::typeLiteral1169::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollAddonStudy.GleanEventWithExtras:typeLiteral1169:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6581"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedAddonRollback.GleanEventWithExtras:typeLiteral1170:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedAddonRollback.GleanEventWithExtras:typeLiteral1170:value.","pretty":"GleanImpl::normandy::typeLiteral1154::unenrollFailedAddonRollback::GleanEventWithExtras::typeLiteral1170::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::unenrollFailedAddonRollback::GleanEventWithExtras::typeLiteral1170::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedAddonRollback.GleanEventWithExtras:typeLiteral1170:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6582"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedNimbusExperiment.GleanEventWithExtras:typeLiteral1171:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedNimbusExperiment.GleanEventWithExtras:typeLiteral1171:value.","pretty":"GleanImpl::normandy::typeLiteral1154::unenrollFailedNimbusExperiment::GleanEventWithExtras::typeLiteral1171::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::unenrollFailedNimbusExperiment::GleanEventWithExtras::typeLiteral1171::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedNimbusExperiment.GleanEventWithExtras:typeLiteral1171:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6583"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedPreferenceRollback.GleanEventWithExtras:typeLiteral1172:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedPreferenceRollback.GleanEventWithExtras:typeLiteral1172:value.","pretty":"GleanImpl::normandy::typeLiteral1154::unenrollFailedPreferenceRollback::GleanEventWithExtras::typeLiteral1172::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::unenrollFailedPreferenceRollback::GleanEventWithExtras::typeLiteral1172::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedPreferenceRollback.GleanEventWithExtras:typeLiteral1172:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6584"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedPreferenceStudy.GleanEventWithExtras:typeLiteral1173:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedPreferenceStudy.GleanEventWithExtras:typeLiteral1173:value.","pretty":"GleanImpl::normandy::typeLiteral1154::unenrollFailedPreferenceStudy::GleanEventWithExtras::typeLiteral1173::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::unenrollFailedPreferenceStudy::GleanEventWithExtras::typeLiteral1173::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollFailedPreferenceStudy.GleanEventWithExtras:typeLiteral1173:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6585"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollNimbusExperiment.GleanEventWithExtras:typeLiteral1174:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollNimbusExperiment.GleanEventWithExtras:typeLiteral1174:value.","pretty":"GleanImpl::normandy::typeLiteral1154::unenrollNimbusExperiment::GleanEventWithExtras::typeLiteral1174::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::unenrollNimbusExperiment::GleanEventWithExtras::typeLiteral1174::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollNimbusExperiment.GleanEventWithExtras:typeLiteral1174:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6586"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollPreferenceRollback.GleanEventWithExtras:typeLiteral1175:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollPreferenceRollback.GleanEventWithExtras:typeLiteral1175:value.","pretty":"GleanImpl::normandy::typeLiteral1154::unenrollPreferenceRollback::GleanEventWithExtras::typeLiteral1175::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::unenrollPreferenceRollback::GleanEventWithExtras::typeLiteral1175::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollPreferenceRollback.GleanEventWithExtras:typeLiteral1175:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6587"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollPreferenceStudy.GleanEventWithExtras:typeLiteral1176:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollPreferenceStudy.GleanEventWithExtras:typeLiteral1176:value.","pretty":"GleanImpl::normandy::typeLiteral1154::unenrollPreferenceStudy::GleanEventWithExtras::typeLiteral1176::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::unenrollPreferenceStudy::GleanEventWithExtras::typeLiteral1176::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:unenrollPreferenceStudy.GleanEventWithExtras:typeLiteral1176:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6588"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateAddonRollout.GleanEventWithExtras:typeLiteral1177:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateAddonRollout.GleanEventWithExtras:typeLiteral1177:value.","pretty":"GleanImpl::normandy::typeLiteral1154::updateAddonRollout::GleanEventWithExtras::typeLiteral1177::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::updateAddonRollout::GleanEventWithExtras::typeLiteral1177::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateAddonRollout.GleanEventWithExtras:typeLiteral1177:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6589"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateAddonStudy.GleanEventWithExtras:typeLiteral1178:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateAddonStudy.GleanEventWithExtras:typeLiteral1178:value.","pretty":"GleanImpl::normandy::typeLiteral1154::updateAddonStudy::GleanEventWithExtras::typeLiteral1178::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::updateAddonStudy::GleanEventWithExtras::typeLiteral1178::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateAddonStudy.GleanEventWithExtras:typeLiteral1178:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6590"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateFailedAddonRollout.GleanEventWithExtras:typeLiteral1179:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateFailedAddonRollout.GleanEventWithExtras:typeLiteral1179:value.","pretty":"GleanImpl::normandy::typeLiteral1154::updateFailedAddonRollout::GleanEventWithExtras::typeLiteral1179::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::updateFailedAddonRollout::GleanEventWithExtras::typeLiteral1179::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateFailedAddonRollout.GleanEventWithExtras:typeLiteral1179:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6591"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateFailedAddonStudy.GleanEventWithExtras:typeLiteral1180:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateFailedAddonStudy.GleanEventWithExtras:typeLiteral1180:value.","pretty":"GleanImpl::normandy::typeLiteral1154::updateFailedAddonStudy::GleanEventWithExtras::typeLiteral1180::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::updateFailedAddonStudy::GleanEventWithExtras::typeLiteral1180::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateFailedAddonStudy.GleanEventWithExtras:typeLiteral1180:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6592"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateNimbusExperiment.GleanEventWithExtras:typeLiteral1181:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateNimbusExperiment.GleanEventWithExtras:typeLiteral1181:value.","pretty":"GleanImpl::normandy::typeLiteral1154::updateNimbusExperiment::GleanEventWithExtras::typeLiteral1181::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::updateNimbusExperiment::GleanEventWithExtras::typeLiteral1181::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updateNimbusExperiment.GleanEventWithExtras:typeLiteral1181:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6593"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updatePreferenceRollout.GleanEventWithExtras:typeLiteral1182:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updatePreferenceRollout.GleanEventWithExtras:typeLiteral1182:value.","pretty":"GleanImpl::normandy::typeLiteral1154::updatePreferenceRollout::GleanEventWithExtras::typeLiteral1182::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::updatePreferenceRollout::GleanEventWithExtras::typeLiteral1182::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:updatePreferenceRollout.GleanEventWithExtras:typeLiteral1182:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6594"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:validationFailedNimbusExperiment.GleanEventWithExtras:typeLiteral1183:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:validationFailedNimbusExperiment.GleanEventWithExtras:typeLiteral1183:value.","pretty":"GleanImpl::normandy::typeLiteral1154::validationFailedNimbusExperiment::GleanEventWithExtras::typeLiteral1183::value","meta":{"structured":1,"pretty":"GleanImpl::normandy::typeLiteral1154::validationFailedNimbusExperiment::GleanEventWithExtras::typeLiteral1183::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#normandy.typeLiteral1154:validationFailedNimbusExperiment.GleanEventWithExtras:typeLiteral1183:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6595"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:attributionAbort.GleanEventWithExtras:typeLiteral567:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:attributionAbort.GleanEventWithExtras:typeLiteral567:value.","pretty":"GleanImpl::partnerLink::typeLiteral566::attributionAbort::GleanEventWithExtras::typeLiteral567::value","meta":{"structured":1,"pretty":"GleanImpl::partnerLink::typeLiteral566::attributionAbort::GleanEventWithExtras::typeLiteral567::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:attributionAbort.GleanEventWithExtras:typeLiteral567:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1709"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:attributionFailure.GleanEventWithExtras:typeLiteral568:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:attributionFailure.GleanEventWithExtras:typeLiteral568:value.","pretty":"GleanImpl::partnerLink::typeLiteral566::attributionFailure::GleanEventWithExtras::typeLiteral568::value","meta":{"structured":1,"pretty":"GleanImpl::partnerLink::typeLiteral566::attributionFailure::GleanEventWithExtras::typeLiteral568::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:attributionFailure.GleanEventWithExtras:typeLiteral568:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1710"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:attributionSuccess.GleanEventWithExtras:typeLiteral569:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:attributionSuccess.GleanEventWithExtras:typeLiteral569:value.","pretty":"GleanImpl::partnerLink::typeLiteral566::attributionSuccess::GleanEventWithExtras::typeLiteral569::value","meta":{"structured":1,"pretty":"GleanImpl::partnerLink::typeLiteral566::attributionSuccess::GleanEventWithExtras::typeLiteral569::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:attributionSuccess.GleanEventWithExtras:typeLiteral569:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1711"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:clickNewtab.GleanEventWithExtras:typeLiteral570:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:clickNewtab.GleanEventWithExtras:typeLiteral570:value.","pretty":"GleanImpl::partnerLink::typeLiteral566::clickNewtab::GleanEventWithExtras::typeLiteral570::value","meta":{"structured":1,"pretty":"GleanImpl::partnerLink::typeLiteral566::clickNewtab::GleanEventWithExtras::typeLiteral570::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:clickNewtab.GleanEventWithExtras:typeLiteral570:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1712"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:clickUrlbar.GleanEventWithExtras:typeLiteral571:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:clickUrlbar.GleanEventWithExtras:typeLiteral571:value.","pretty":"GleanImpl::partnerLink::typeLiteral566::clickUrlbar::GleanEventWithExtras::typeLiteral571::value","meta":{"structured":1,"pretty":"GleanImpl::partnerLink::typeLiteral566::clickUrlbar::GleanEventWithExtras::typeLiteral571::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#partnerLink.typeLiteral566:clickUrlbar.GleanEventWithExtras:typeLiteral571:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1713"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:cancelCaptureDoorhanger.GleanEventWithExtras:typeLiteral1065:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:cancelCaptureDoorhanger.GleanEventWithExtras:typeLiteral1065:value.","pretty":"GleanImpl::passport::typeLiteral1064::cancelCaptureDoorhanger::GleanEventWithExtras::typeLiteral1065::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::cancelCaptureDoorhanger::GleanEventWithExtras::typeLiteral1065::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:cancelCaptureDoorhanger.GleanEventWithExtras:typeLiteral1065:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6300"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:clearedPassportForm.GleanEventWithExtras:typeLiteral1066:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:clearedPassportForm.GleanEventWithExtras:typeLiteral1066:value.","pretty":"GleanImpl::passport::typeLiteral1064::clearedPassportForm::GleanEventWithExtras::typeLiteral1066::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::clearedPassportForm::GleanEventWithExtras::typeLiteral1066::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:clearedPassportForm.GleanEventWithExtras:typeLiteral1066:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6301"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:detectedPassportForm.GleanEventWithExtras:typeLiteral1067:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:detectedPassportForm.GleanEventWithExtras:typeLiteral1067:value.","pretty":"GleanImpl::passport::typeLiteral1064::detectedPassportForm::GleanEventWithExtras::typeLiteral1067::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::detectedPassportForm::GleanEventWithExtras::typeLiteral1067::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:detectedPassportForm.GleanEventWithExtras:typeLiteral1067:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6303"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:disableCaptureDoorhanger.GleanEventWithExtras:typeLiteral1068:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:disableCaptureDoorhanger.GleanEventWithExtras:typeLiteral1068:value.","pretty":"GleanImpl::passport::typeLiteral1064::disableCaptureDoorhanger::GleanEventWithExtras::typeLiteral1068::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::disableCaptureDoorhanger::GleanEventWithExtras::typeLiteral1068::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:disableCaptureDoorhanger.GleanEventWithExtras:typeLiteral1068:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6304"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:filledModifiedPassportForm.GleanEventWithExtras:typeLiteral1069:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:filledModifiedPassportForm.GleanEventWithExtras:typeLiteral1069:value.","pretty":"GleanImpl::passport::typeLiteral1064::filledModifiedPassportForm::GleanEventWithExtras::typeLiteral1069::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::filledModifiedPassportForm::GleanEventWithExtras::typeLiteral1069::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:filledModifiedPassportForm.GleanEventWithExtras:typeLiteral1069:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6306"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:filledOnFieldsUpdatePassportForm.GleanEventWithExtras:typeLiteral1070:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:filledOnFieldsUpdatePassportForm.GleanEventWithExtras:typeLiteral1070:value.","pretty":"GleanImpl::passport::typeLiteral1064::filledOnFieldsUpdatePassportForm::GleanEventWithExtras::typeLiteral1070::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::filledOnFieldsUpdatePassportForm::GleanEventWithExtras::typeLiteral1070::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:filledOnFieldsUpdatePassportForm.GleanEventWithExtras:typeLiteral1070:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6307"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:filledPassportForm.GleanEventWithExtras:typeLiteral1071:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:filledPassportForm.GleanEventWithExtras:typeLiteral1071:value.","pretty":"GleanImpl::passport::typeLiteral1064::filledPassportForm::GleanEventWithExtras::typeLiteral1071::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::filledPassportForm::GleanEventWithExtras::typeLiteral1071::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:filledPassportForm.GleanEventWithExtras:typeLiteral1071:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6308"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:popupShownPassportForm.GleanEventWithExtras:typeLiteral1072:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:popupShownPassportForm.GleanEventWithExtras:typeLiteral1072:value.","pretty":"GleanImpl::passport::typeLiteral1064::popupShownPassportForm::GleanEventWithExtras::typeLiteral1072::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::popupShownPassportForm::GleanEventWithExtras::typeLiteral1072::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:popupShownPassportForm.GleanEventWithExtras:typeLiteral1072:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6309"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:saveCaptureDoorhanger.GleanEventWithExtras:typeLiteral1073:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:saveCaptureDoorhanger.GleanEventWithExtras:typeLiteral1073:value.","pretty":"GleanImpl::passport::typeLiteral1064::saveCaptureDoorhanger::GleanEventWithExtras::typeLiteral1073::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::saveCaptureDoorhanger::GleanEventWithExtras::typeLiteral1073::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:saveCaptureDoorhanger.GleanEventWithExtras:typeLiteral1073:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6310"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:showCaptureDoorhanger.GleanEventWithExtras:typeLiteral1074:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:showCaptureDoorhanger.GleanEventWithExtras:typeLiteral1074:value.","pretty":"GleanImpl::passport::typeLiteral1064::showCaptureDoorhanger::GleanEventWithExtras::typeLiteral1074::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::showCaptureDoorhanger::GleanEventWithExtras::typeLiteral1074::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:showCaptureDoorhanger.GleanEventWithExtras:typeLiteral1074:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6311"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:submittedPassportForm.GleanEventWithExtras:typeLiteral1075:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:submittedPassportForm.GleanEventWithExtras:typeLiteral1075:value.","pretty":"GleanImpl::passport::typeLiteral1064::submittedPassportForm::GleanEventWithExtras::typeLiteral1075::value","meta":{"structured":1,"pretty":"GleanImpl::passport::typeLiteral1064::submittedPassportForm::GleanEventWithExtras::typeLiteral1075::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#passport.typeLiteral1064:submittedPassportForm.GleanEventWithExtras:typeLiteral1075:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6314"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pdfjsImageAltText.typeLiteral1239:info.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pdfjsImageAltText.typeLiteral1239:info.","pretty":"GleanImpl::pdfjsImageAltText::typeLiteral1239::info","meta":{"structured":1,"pretty":"GleanImpl::pdfjsImageAltText::typeLiteral1239::info","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pdfjsImageAltText.typeLiteral1239:info.","js_sym":"#info","type_pretty":"string | undefined; }>","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6731"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:createPlayer.GleanEventWithExtras:typeLiteral1258:height.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:createPlayer.GleanEventWithExtras:typeLiteral1258:height.","pretty":"GleanImpl::pictureinpicture::typeLiteral1257::createPlayer::GleanEventWithExtras::typeLiteral1258::height","meta":{"structured":1,"pretty":"GleanImpl::pictureinpicture::typeLiteral1257::createPlayer::GleanEventWithExtras::typeLiteral1258::height","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:createPlayer.GleanEventWithExtras:typeLiteral1258:height.","js_sym":"#height","type_pretty":"string | number | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6773"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:createPlayer.GleanEventWithExtras:typeLiteral1258:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:createPlayer.GleanEventWithExtras:typeLiteral1258:value.","pretty":"GleanImpl::pictureinpicture::typeLiteral1257::createPlayer::GleanEventWithExtras::typeLiteral1258::value","meta":{"structured":1,"pretty":"GleanImpl::pictureinpicture::typeLiteral1257::createPlayer::GleanEventWithExtras::typeLiteral1258::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:createPlayer.GleanEventWithExtras:typeLiteral1258:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6773"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:createPlayer.GleanEventWithExtras:typeLiteral1258:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:createPlayer.GleanEventWithExtras:typeLiteral1258:width.","pretty":"GleanImpl::pictureinpicture::typeLiteral1257::createPlayer::GleanEventWithExtras::typeLiteral1258::width","meta":{"structured":1,"pretty":"GleanImpl::pictureinpicture::typeLiteral1257::createPlayer::GleanEventWithExtras::typeLiteral1258::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:createPlayer.GleanEventWithExtras:typeLiteral1258:width.","js_sym":"#width","type_pretty":"string | number | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6773"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:fullscreenPlayer.GleanEventWithExtras:typeLiteral1259:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:fullscreenPlayer.GleanEventWithExtras:typeLiteral1259:value.","pretty":"GleanImpl::pictureinpicture::typeLiteral1257::fullscreenPlayer::GleanEventWithExtras::typeLiteral1259::value","meta":{"structured":1,"pretty":"GleanImpl::pictureinpicture::typeLiteral1257::fullscreenPlayer::GleanEventWithExtras::typeLiteral1259::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:fullscreenPlayer.GleanEventWithExtras:typeLiteral1259:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6776"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:resizePlayer.GleanEventWithExtras:typeLiteral1266:height.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:resizePlayer.GleanEventWithExtras:typeLiteral1266:height.","pretty":"GleanImpl::pictureinpicture::typeLiteral1257::resizePlayer::GleanEventWithExtras::typeLiteral1266::height","meta":{"structured":1,"pretty":"GleanImpl::pictureinpicture::typeLiteral1257::resizePlayer::GleanEventWithExtras::typeLiteral1266::height","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:resizePlayer.GleanEventWithExtras:typeLiteral1266:height.","js_sym":"#height","type_pretty":"string | number | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6784"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:resizePlayer.GleanEventWithExtras:typeLiteral1266:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:resizePlayer.GleanEventWithExtras:typeLiteral1266:value.","pretty":"GleanImpl::pictureinpicture::typeLiteral1257::resizePlayer::GleanEventWithExtras::typeLiteral1266::value","meta":{"structured":1,"pretty":"GleanImpl::pictureinpicture::typeLiteral1257::resizePlayer::GleanEventWithExtras::typeLiteral1266::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:resizePlayer.GleanEventWithExtras:typeLiteral1266:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6784"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:resizePlayer.GleanEventWithExtras:typeLiteral1266:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:resizePlayer.GleanEventWithExtras:typeLiteral1266:width.","pretty":"GleanImpl::pictureinpicture::typeLiteral1257::resizePlayer::GleanEventWithExtras::typeLiteral1266::width","meta":{"structured":1,"pretty":"GleanImpl::pictureinpicture::typeLiteral1257::resizePlayer::GleanEventWithExtras::typeLiteral1266::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pictureinpicture.typeLiteral1257:resizePlayer.GleanEventWithExtras:typeLiteral1266:width.","js_sym":"#width","type_pretty":"string | number | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6784"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pocket.typeLiteral321:click.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pocket.typeLiteral321:click.","pretty":"GleanImpl::pocket::typeLiteral321::click","meta":{"structured":1,"pretty":"GleanImpl::pocket::typeLiteral321::click","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pocket.typeLiteral321:click.","js_sym":"#click","type_pretty":"string | ... 1 more ... | undefined; }>","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#956"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#privacyUiFppClick.typeLiteral360:menu.GleanEventWithExtras:typeLiteral362:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#privacyUiFppClick.typeLiteral360:menu.GleanEventWithExtras:typeLiteral362:value.","pretty":"GleanImpl::privacyUiFppClick::typeLiteral360::menu::GleanEventWithExtras::typeLiteral362::value","meta":{"structured":1,"pretty":"GleanImpl::privacyUiFppClick::typeLiteral360::menu::GleanEventWithExtras::typeLiteral362::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#privacyUiFppClick.typeLiteral360:menu.GleanEventWithExtras:typeLiteral362:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1038"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:alert.GleanEventWithExtras:typeLiteral379:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:alert.GleanEventWithExtras:typeLiteral379:value.","pretty":"GleanImpl::profilesExisting::typeLiteral378::alert::GleanEventWithExtras::typeLiteral379::value","meta":{"structured":1,"pretty":"GleanImpl::profilesExisting::typeLiteral378::alert::GleanEventWithExtras::typeLiteral379::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:alert.GleanEventWithExtras:typeLiteral379:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1098"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:avatar.GleanEventWithExtras:typeLiteral380:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:avatar.GleanEventWithExtras:typeLiteral380:value.","pretty":"GleanImpl::profilesExisting::typeLiteral378::avatar::GleanEventWithExtras::typeLiteral380::value","meta":{"structured":1,"pretty":"GleanImpl::profilesExisting::typeLiteral378::avatar::GleanEventWithExtras::typeLiteral380::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:avatar.GleanEventWithExtras:typeLiteral380:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1099"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:closed.GleanEventWithExtras:typeLiteral381:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:closed.GleanEventWithExtras:typeLiteral381:value.","pretty":"GleanImpl::profilesExisting::typeLiteral378::closed::GleanEventWithExtras::typeLiteral381::value","meta":{"structured":1,"pretty":"GleanImpl::profilesExisting::typeLiteral378::closed::GleanEventWithExtras::typeLiteral381::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:closed.GleanEventWithExtras:typeLiteral381:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1100"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:shortcut.GleanEventWithExtras:typeLiteral382:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:shortcut.GleanEventWithExtras:typeLiteral382:value.","pretty":"GleanImpl::profilesExisting::typeLiteral378::shortcut::GleanEventWithExtras::typeLiteral382::value","meta":{"structured":1,"pretty":"GleanImpl::profilesExisting::typeLiteral378::shortcut::GleanEventWithExtras::typeLiteral382::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:shortcut.GleanEventWithExtras:typeLiteral382:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1105"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:theme.GleanEventWithExtras:typeLiteral383:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:theme.GleanEventWithExtras:typeLiteral383:value.","pretty":"GleanImpl::profilesExisting::typeLiteral378::theme::GleanEventWithExtras::typeLiteral383::value","meta":{"structured":1,"pretty":"GleanImpl::profilesExisting::typeLiteral378::theme::GleanEventWithExtras::typeLiteral383::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesExisting.typeLiteral378:theme.GleanEventWithExtras:typeLiteral383:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1106"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:alert.GleanEventWithExtras:typeLiteral385:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:alert.GleanEventWithExtras:typeLiteral385:value.","pretty":"GleanImpl::profilesNew::typeLiteral384::alert::GleanEventWithExtras::typeLiteral385::value","meta":{"structured":1,"pretty":"GleanImpl::profilesNew::typeLiteral384::alert::GleanEventWithExtras::typeLiteral385::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:alert.GleanEventWithExtras:typeLiteral385:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1110"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:avatar.GleanEventWithExtras:typeLiteral386:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:avatar.GleanEventWithExtras:typeLiteral386:value.","pretty":"GleanImpl::profilesNew::typeLiteral384::avatar::GleanEventWithExtras::typeLiteral386::value","meta":{"structured":1,"pretty":"GleanImpl::profilesNew::typeLiteral384::avatar::GleanEventWithExtras::typeLiteral386::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:avatar.GleanEventWithExtras:typeLiteral386:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1111"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:closed.GleanEventWithExtras:typeLiteral387:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:closed.GleanEventWithExtras:typeLiteral387:value.","pretty":"GleanImpl::profilesNew::typeLiteral384::closed::GleanEventWithExtras::typeLiteral387::value","meta":{"structured":1,"pretty":"GleanImpl::profilesNew::typeLiteral384::closed::GleanEventWithExtras::typeLiteral387::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:closed.GleanEventWithExtras:typeLiteral387:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1112"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:theme.GleanEventWithExtras:typeLiteral388:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:theme.GleanEventWithExtras:typeLiteral388:value.","pretty":"GleanImpl::profilesNew::typeLiteral384::theme::GleanEventWithExtras::typeLiteral388::value","meta":{"structured":1,"pretty":"GleanImpl::profilesNew::typeLiteral384::theme::GleanEventWithExtras::typeLiteral388::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesNew.typeLiteral384:theme.GleanEventWithExtras:typeLiteral388:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1117"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesSelectorWindow.typeLiteral389:showAtStartup.GleanEventWithExtras:typeLiteral390:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesSelectorWindow.typeLiteral389:showAtStartup.GleanEventWithExtras:typeLiteral390:value.","pretty":"GleanImpl::profilesSelectorWindow::typeLiteral389::showAtStartup::GleanEventWithExtras::typeLiteral390::value","meta":{"structured":1,"pretty":"GleanImpl::profilesSelectorWindow::typeLiteral389::showAtStartup::GleanEventWithExtras::typeLiteral390::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#profilesSelectorWindow.typeLiteral389:showAtStartup.GleanEventWithExtras:typeLiteral390:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1122"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pwmgr.typeLiteral1186:reauthenticateMasterPassword.GleanEventWithExtras:typeLiteral1202:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pwmgr.typeLiteral1186:reauthenticateMasterPassword.GleanEventWithExtras:typeLiteral1202:value.","pretty":"GleanImpl::pwmgr::typeLiteral1186::reauthenticateMasterPassword::GleanEventWithExtras::typeLiteral1202::value","meta":{"structured":1,"pretty":"GleanImpl::pwmgr::typeLiteral1186::reauthenticateMasterPassword::GleanEventWithExtras::typeLiteral1202::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pwmgr.typeLiteral1186:reauthenticateMasterPassword.GleanEventWithExtras:typeLiteral1202:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6647"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pwmgr.typeLiteral1186:reauthenticateOsAuth.GleanEventWithExtras:typeLiteral1203:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pwmgr.typeLiteral1186:reauthenticateOsAuth.GleanEventWithExtras:typeLiteral1203:value.","pretty":"GleanImpl::pwmgr::typeLiteral1186::reauthenticateOsAuth::GleanEventWithExtras::typeLiteral1203::value","meta":{"structured":1,"pretty":"GleanImpl::pwmgr::typeLiteral1186::reauthenticateOsAuth::GleanEventWithExtras::typeLiteral1203::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#pwmgr.typeLiteral1186:reauthenticateOsAuth.GleanEventWithExtras:typeLiteral1203:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6648"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:clickedFillUsername.GleanEventWithExtras:typeLiteral1219:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:clickedFillUsername.GleanEventWithExtras:typeLiteral1219:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::clickedFillUsername::GleanEventWithExtras::typeLiteral1219::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::clickedFillUsername::GleanEventWithExtras::typeLiteral1219::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:clickedFillUsername.GleanEventWithExtras:typeLiteral1219:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6668"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:clickedOfferRelay.GleanEventWithExtras:typeLiteral1220:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:clickedOfferRelay.GleanEventWithExtras:typeLiteral1220:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::clickedOfferRelay::GleanEventWithExtras::typeLiteral1220::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::clickedOfferRelay::GleanEventWithExtras::typeLiteral1220::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:clickedOfferRelay.GleanEventWithExtras:typeLiteral1220:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6669"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:disabledOptInPanel.GleanEventWithExtras:typeLiteral1221:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:disabledOptInPanel.GleanEventWithExtras:typeLiteral1221:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::disabledOptInPanel::GleanEventWithExtras::typeLiteral1221::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::disabledOptInPanel::GleanEventWithExtras::typeLiteral1221::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:disabledOptInPanel.GleanEventWithExtras:typeLiteral1221:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6670"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:enabledOptInPanel.GleanEventWithExtras:typeLiteral1222:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:enabledOptInPanel.GleanEventWithExtras:typeLiteral1222:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::enabledOptInPanel::GleanEventWithExtras::typeLiteral1222::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::enabledOptInPanel::GleanEventWithExtras::typeLiteral1222::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:enabledOptInPanel.GleanEventWithExtras:typeLiteral1222:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6672"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:getUnlimitedMasksReusePanel.GleanEventWithExtras:typeLiteral1223:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:getUnlimitedMasksReusePanel.GleanEventWithExtras:typeLiteral1223:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::getUnlimitedMasksReusePanel::GleanEventWithExtras::typeLiteral1223::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::getUnlimitedMasksReusePanel::GleanEventWithExtras::typeLiteral1223::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:getUnlimitedMasksReusePanel.GleanEventWithExtras:typeLiteral1223:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6674"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:placedEmailMask.GleanEventWithExtras:typeLiteral1224:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:placedEmailMask.GleanEventWithExtras:typeLiteral1224:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::placedEmailMask::GleanEventWithExtras::typeLiteral1224::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::placedEmailMask::GleanEventWithExtras::typeLiteral1224::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:placedEmailMask.GleanEventWithExtras:typeLiteral1224:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6675"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:postponedOptInPanel.GleanEventWithExtras:typeLiteral1225:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:postponedOptInPanel.GleanEventWithExtras:typeLiteral1225:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::postponedOptInPanel::GleanEventWithExtras::typeLiteral1225::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::postponedOptInPanel::GleanEventWithExtras::typeLiteral1225::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:postponedOptInPanel.GleanEventWithExtras:typeLiteral1225:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6676"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:reuseMaskReusePanel.GleanEventWithExtras:typeLiteral1226:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:reuseMaskReusePanel.GleanEventWithExtras:typeLiteral1226:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::reuseMaskReusePanel::GleanEventWithExtras::typeLiteral1226::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::reuseMaskReusePanel::GleanEventWithExtras::typeLiteral1226::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:reuseMaskReusePanel.GleanEventWithExtras:typeLiteral1226:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6677"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownFillUsername.GleanEventWithExtras:typeLiteral1227:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownFillUsername.GleanEventWithExtras:typeLiteral1227:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::shownFillUsername::GleanEventWithExtras::typeLiteral1227::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::shownFillUsername::GleanEventWithExtras::typeLiteral1227::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownFillUsername.GleanEventWithExtras:typeLiteral1227:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6678"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownOfferRelay.GleanEventWithExtras:typeLiteral1228:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownOfferRelay.GleanEventWithExtras:typeLiteral1228:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::shownOfferRelay::GleanEventWithExtras::typeLiteral1228::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::shownOfferRelay::GleanEventWithExtras::typeLiteral1228::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownOfferRelay.GleanEventWithExtras:typeLiteral1228:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6679"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownOptInPanel.GleanEventWithExtras:typeLiteral1229:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownOptInPanel.GleanEventWithExtras:typeLiteral1229:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::shownOptInPanel::GleanEventWithExtras::typeLiteral1229::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::shownOptInPanel::GleanEventWithExtras::typeLiteral1229::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownOptInPanel.GleanEventWithExtras:typeLiteral1229:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6680"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownReusePanel.GleanEventWithExtras:typeLiteral1230:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownReusePanel.GleanEventWithExtras:typeLiteral1230:value.","pretty":"GleanImpl::relayIntegration::typeLiteral1218::shownReusePanel::GleanEventWithExtras::typeLiteral1230::value","meta":{"structured":1,"pretty":"GleanImpl::relayIntegration::typeLiteral1218::shownReusePanel::GleanEventWithExtras::typeLiteral1230::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#relayIntegration.typeLiteral1218:shownReusePanel.GleanEventWithExtras:typeLiteral1230:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6681"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:evalUsageParentProcess.GleanEventWithExtras:typeLiteral230:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:evalUsageParentProcess.GleanEventWithExtras:typeLiteral230:value.","pretty":"GleanImpl::security::typeLiteral226::evalUsageParentProcess::GleanEventWithExtras::typeLiteral230::value","meta":{"structured":1,"pretty":"GleanImpl::security::typeLiteral226::evalUsageParentProcess::GleanEventWithExtras::typeLiteral230::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:evalUsageParentProcess.GleanEventWithExtras:typeLiteral230:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#760"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:evalUsageSystemContext.GleanEventWithExtras:typeLiteral231:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:evalUsageSystemContext.GleanEventWithExtras:typeLiteral231:value.","pretty":"GleanImpl::security::typeLiteral226::evalUsageSystemContext::GleanEventWithExtras::typeLiteral231::value","meta":{"structured":1,"pretty":"GleanImpl::security::typeLiteral226::evalUsageSystemContext::GleanEventWithExtras::typeLiteral231::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:evalUsageSystemContext.GleanEventWithExtras:typeLiteral231:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#761"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:fissionPrincipals.GleanEventWithExtras:typeLiteral227:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:fissionPrincipals.GleanEventWithExtras:typeLiteral227:value.","pretty":"GleanImpl::security::typeLiteral226::fissionPrincipals::GleanEventWithExtras::typeLiteral227::value","meta":{"structured":1,"pretty":"GleanImpl::security::typeLiteral226::fissionPrincipals::GleanEventWithExtras::typeLiteral227::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:fissionPrincipals.GleanEventWithExtras:typeLiteral227:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#757"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:javascriptLoadParentProcess.GleanEventWithExtras:typeLiteral232:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:javascriptLoadParentProcess.GleanEventWithExtras:typeLiteral232:value.","pretty":"GleanImpl::security::typeLiteral226::javascriptLoadParentProcess::GleanEventWithExtras::typeLiteral232::value","meta":{"structured":1,"pretty":"GleanImpl::security::typeLiteral226::javascriptLoadParentProcess::GleanEventWithExtras::typeLiteral232::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:javascriptLoadParentProcess.GleanEventWithExtras:typeLiteral232:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#764"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:prefUsageContentProcess.GleanEventWithExtras:typeLiteral234:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:prefUsageContentProcess.GleanEventWithExtras:typeLiteral234:value.","pretty":"GleanImpl::security::typeLiteral226::prefUsageContentProcess::GleanEventWithExtras::typeLiteral234::value","meta":{"structured":1,"pretty":"GleanImpl::security::typeLiteral226::prefUsageContentProcess::GleanEventWithExtras::typeLiteral234::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:prefUsageContentProcess.GleanEventWithExtras:typeLiteral234:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#766"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:unexpectedLoad.GleanEventWithExtras:typeLiteral233:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:unexpectedLoad.GleanEventWithExtras:typeLiteral233:value.","pretty":"GleanImpl::security::typeLiteral226::unexpectedLoad::GleanEventWithExtras::typeLiteral233::value","meta":{"structured":1,"pretty":"GleanImpl::security::typeLiteral226::unexpectedLoad::GleanEventWithExtras::typeLiteral233::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#security.typeLiteral226:unexpectedLoad.GleanEventWithExtras:typeLiteral233:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#765"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickAddExceptionButton.GleanEventWithExtras:typeLiteral1381:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickAddExceptionButton.GleanEventWithExtras:typeLiteral1381:value.","pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickAddExceptionButton::GleanEventWithExtras::typeLiteral1381::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickAddExceptionButton::GleanEventWithExtras::typeLiteral1381::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickAddExceptionButton.GleanEventWithExtras:typeLiteral1381:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7667"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickContinueButton.GleanEventWithExtras:typeLiteral1382:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickContinueButton.GleanEventWithExtras:typeLiteral1382:value.","pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickContinueButton::GleanEventWithExtras::typeLiteral1382::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickContinueButton::GleanEventWithExtras::typeLiteral1382::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickContinueButton.GleanEventWithExtras:typeLiteral1382:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7668"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickDisableWarning.GleanEventWithExtras:typeLiteral1383:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickDisableWarning.GleanEventWithExtras:typeLiteral1383:value.","pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickDisableWarning::GleanEventWithExtras::typeLiteral1383::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickDisableWarning::GleanEventWithExtras::typeLiteral1383::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickDisableWarning.GleanEventWithExtras:typeLiteral1383:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7669"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickLearnMoreLink.GleanEventWithExtras:typeLiteral1384:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickLearnMoreLink.GleanEventWithExtras:typeLiteral1384:value.","pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickLearnMoreLink::GleanEventWithExtras::typeLiteral1384::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickLearnMoreLink::GleanEventWithExtras::typeLiteral1384::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickLearnMoreLink.GleanEventWithExtras:typeLiteral1384:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7670"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickSettingsButton.GleanEventWithExtras:typeLiteral1385:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickSettingsButton.GleanEventWithExtras:typeLiteral1385:value.","pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickSettingsButton::GleanEventWithExtras::typeLiteral1385::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickSettingsButton::GleanEventWithExtras::typeLiteral1385::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickSettingsButton.GleanEventWithExtras:typeLiteral1385:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7671"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickTryAgainButton.GleanEventWithExtras:typeLiteral1386:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickTryAgainButton.GleanEventWithExtras:typeLiteral1386:value.","pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickTryAgainButton::GleanEventWithExtras::typeLiteral1386::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::clickTryAgainButton::GleanEventWithExtras::typeLiteral1386::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:clickTryAgainButton.GleanEventWithExtras:typeLiteral1386:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7672"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:loadDohwarning.GleanEventWithExtras:typeLiteral1387:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:loadDohwarning.GleanEventWithExtras:typeLiteral1387:value.","pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::loadDohwarning::GleanEventWithExtras::typeLiteral1387::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohNeterror::typeLiteral1380::loadDohwarning::GleanEventWithExtras::typeLiteral1387::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohNeterror.typeLiteral1380:loadDohwarning.GleanEventWithExtras:typeLiteral1387:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7673"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohSettings.typeLiteral363:modeChangedButton.GleanEventWithExtras:typeLiteral364:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohSettings.typeLiteral363:modeChangedButton.GleanEventWithExtras:typeLiteral364:value.","pretty":"GleanImpl::securityDohSettings::typeLiteral363::modeChangedButton::GleanEventWithExtras::typeLiteral364::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohSettings::typeLiteral363::modeChangedButton::GleanEventWithExtras::typeLiteral364::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohSettings.typeLiteral363:modeChangedButton.GleanEventWithExtras:typeLiteral364:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1042"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohSettings.typeLiteral363:providerChoiceValue.GleanEventWithExtras:typeLiteral365:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohSettings.typeLiteral363:providerChoiceValue.GleanEventWithExtras:typeLiteral365:value.","pretty":"GleanImpl::securityDohSettings::typeLiteral363::providerChoiceValue::GleanEventWithExtras::typeLiteral365::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohSettings::typeLiteral363::providerChoiceValue::GleanEventWithExtras::typeLiteral365::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohSettings.typeLiteral363:providerChoiceValue.GleanEventWithExtras:typeLiteral365:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1043"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohTrrPerformance.typeLiteral981:resolvedRecord.GleanEventWithExtras:typeLiteral982:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohTrrPerformance.typeLiteral981:resolvedRecord.GleanEventWithExtras:typeLiteral982:value.","pretty":"GleanImpl::securityDohTrrPerformance::typeLiteral981::resolvedRecord::GleanEventWithExtras::typeLiteral982::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohTrrPerformance::typeLiteral981::resolvedRecord::GleanEventWithExtras::typeLiteral982::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohTrrPerformance.typeLiteral981:resolvedRecord.GleanEventWithExtras:typeLiteral982:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6148"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohTrrPerformance.typeLiteral981:trrselectDryrunresult.GleanEventWithExtras:typeLiteral983:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohTrrPerformance.typeLiteral981:trrselectDryrunresult.GleanEventWithExtras:typeLiteral983:value.","pretty":"GleanImpl::securityDohTrrPerformance::typeLiteral981::trrselectDryrunresult::GleanEventWithExtras::typeLiteral983::value","meta":{"structured":1,"pretty":"GleanImpl::securityDohTrrPerformance::typeLiteral981::trrselectDryrunresult::GleanEventWithExtras::typeLiteral983::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityDohTrrPerformance.typeLiteral981:trrselectDryrunresult.GleanEventWithExtras:typeLiteral983:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6149"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickAdvancedButton.GleanEventWithExtras:typeLiteral1389:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickAdvancedButton.GleanEventWithExtras:typeLiteral1389:value.","pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickAdvancedButton::GleanEventWithExtras::typeLiteral1389::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickAdvancedButton::GleanEventWithExtras::typeLiteral1389::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickAdvancedButton.GleanEventWithExtras:typeLiteral1389:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7677"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickAutoReportCb.GleanEventWithExtras:typeLiteral1390:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickAutoReportCb.GleanEventWithExtras:typeLiteral1390:value.","pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickAutoReportCb::GleanEventWithExtras::typeLiteral1390::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickAutoReportCb::GleanEventWithExtras::typeLiteral1390::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickAutoReportCb.GleanEventWithExtras:typeLiteral1390:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7678"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickClipboardButtonBot.GleanEventWithExtras:typeLiteral1391:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickClipboardButtonBot.GleanEventWithExtras:typeLiteral1391:value.","pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickClipboardButtonBot::GleanEventWithExtras::typeLiteral1391::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickClipboardButtonBot::GleanEventWithExtras::typeLiteral1391::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickClipboardButtonBot.GleanEventWithExtras:typeLiteral1391:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7679"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickClipboardButtonTop.GleanEventWithExtras:typeLiteral1392:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickClipboardButtonTop.GleanEventWithExtras:typeLiteral1392:value.","pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickClipboardButtonTop::GleanEventWithExtras::typeLiteral1392::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickClipboardButtonTop::GleanEventWithExtras::typeLiteral1392::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickClipboardButtonTop.GleanEventWithExtras:typeLiteral1392:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7680"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickErrorCodeLink.GleanEventWithExtras:typeLiteral1393:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickErrorCodeLink.GleanEventWithExtras:typeLiteral1393:value.","pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickErrorCodeLink::GleanEventWithExtras::typeLiteral1393::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickErrorCodeLink::GleanEventWithExtras::typeLiteral1393::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickErrorCodeLink.GleanEventWithExtras:typeLiteral1393:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7681"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickExceptionButton.GleanEventWithExtras:typeLiteral1394:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickExceptionButton.GleanEventWithExtras:typeLiteral1394:value.","pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickExceptionButton::GleanEventWithExtras::typeLiteral1394::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickExceptionButton::GleanEventWithExtras::typeLiteral1394::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickExceptionButton.GleanEventWithExtras:typeLiteral1394:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7682"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickLearnMoreLink.GleanEventWithExtras:typeLiteral1395:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickLearnMoreLink.GleanEventWithExtras:typeLiteral1395:value.","pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickLearnMoreLink::GleanEventWithExtras::typeLiteral1395::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickLearnMoreLink::GleanEventWithExtras::typeLiteral1395::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickLearnMoreLink.GleanEventWithExtras:typeLiteral1395:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7683"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickReturnButtonAdv.GleanEventWithExtras:typeLiteral1396:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickReturnButtonAdv.GleanEventWithExtras:typeLiteral1396:value.","pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickReturnButtonAdv::GleanEventWithExtras::typeLiteral1396::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickReturnButtonAdv::GleanEventWithExtras::typeLiteral1396::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickReturnButtonAdv.GleanEventWithExtras:typeLiteral1396:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7684"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickReturnButtonTop.GleanEventWithExtras:typeLiteral1397:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickReturnButtonTop.GleanEventWithExtras:typeLiteral1397:value.","pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickReturnButtonTop::GleanEventWithExtras::typeLiteral1397::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::clickReturnButtonTop::GleanEventWithExtras::typeLiteral1397::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:clickReturnButtonTop.GleanEventWithExtras:typeLiteral1397:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7685"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:loadAboutcerterror.GleanEventWithExtras:typeLiteral1398:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:loadAboutcerterror.GleanEventWithExtras:typeLiteral1398:value.","pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::loadAboutcerterror::GleanEventWithExtras::typeLiteral1398::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiCerterror::typeLiteral1388::loadAboutcerterror::GleanEventWithExtras::typeLiteral1398::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiCerterror.typeLiteral1388:loadAboutcerterror.GleanEventWithExtras:typeLiteral1398:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7686"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickAdvancedButton.GleanEventWithExtras:typeLiteral1400:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickAdvancedButton.GleanEventWithExtras:typeLiteral1400:value.","pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::clickAdvancedButton::GleanEventWithExtras::typeLiteral1400::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::clickAdvancedButton::GleanEventWithExtras::typeLiteral1400::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickAdvancedButton.GleanEventWithExtras:typeLiteral1400:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7691"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickDnsSuggestionLink.GleanEventWithExtras:typeLiteral1401:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickDnsSuggestionLink.GleanEventWithExtras:typeLiteral1401:value.","pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::clickDnsSuggestionLink::GleanEventWithExtras::typeLiteral1401::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::clickDnsSuggestionLink::GleanEventWithExtras::typeLiteral1401::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickDnsSuggestionLink.GleanEventWithExtras:typeLiteral1401:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7692"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickLearnMoreLink.GleanEventWithExtras:typeLiteral1402:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickLearnMoreLink.GleanEventWithExtras:typeLiteral1402:value.","pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::clickLearnMoreLink::GleanEventWithExtras::typeLiteral1402::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::clickLearnMoreLink::GleanEventWithExtras::typeLiteral1402::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickLearnMoreLink.GleanEventWithExtras:typeLiteral1402:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7693"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickReturnButtonAdv.GleanEventWithExtras:typeLiteral1403:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickReturnButtonAdv.GleanEventWithExtras:typeLiteral1403:value.","pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::clickReturnButtonAdv::GleanEventWithExtras::typeLiteral1403::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::clickReturnButtonAdv::GleanEventWithExtras::typeLiteral1403::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickReturnButtonAdv.GleanEventWithExtras:typeLiteral1403:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7694"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickTryAgainButton.GleanEventWithExtras:typeLiteral1404:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickTryAgainButton.GleanEventWithExtras:typeLiteral1404:value.","pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::clickTryAgainButton::GleanEventWithExtras::typeLiteral1404::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::clickTryAgainButton::GleanEventWithExtras::typeLiteral1404::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:clickTryAgainButton.GleanEventWithExtras:typeLiteral1404:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7695"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:loadAboutneterror.GleanEventWithExtras:typeLiteral1405:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:loadAboutneterror.GleanEventWithExtras:typeLiteral1405:value.","pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::loadAboutneterror::GleanEventWithExtras::typeLiteral1405::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiNeterror::typeLiteral1399::loadAboutneterror::GleanEventWithExtras::typeLiteral1405::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiNeterror.typeLiteral1399:loadAboutneterror.GleanEventWithExtras:typeLiteral1405:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7696"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickLwAboutLink.GleanEventWithExtras:typeLiteral392:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickLwAboutLink.GleanEventWithExtras:typeLiteral392:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickLwAboutLink::GleanEventWithExtras::typeLiteral392::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickLwAboutLink::GleanEventWithExtras::typeLiteral392::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickLwAboutLink.GleanEventWithExtras:typeLiteral392:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1126"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickLwOpenButton.GleanEventWithExtras:typeLiteral393:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickLwOpenButton.GleanEventWithExtras:typeLiteral393:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickLwOpenButton::GleanEventWithExtras::typeLiteral393::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickLwOpenButton::GleanEventWithExtras::typeLiteral393::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickLwOpenButton.GleanEventWithExtras:typeLiteral393:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1127"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickLwSyncLink.GleanEventWithExtras:typeLiteral394:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickLwSyncLink.GleanEventWithExtras:typeLiteral394:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickLwSyncLink::GleanEventWithExtras::typeLiteral394::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickLwSyncLink::GleanEventWithExtras::typeLiteral394::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickLwSyncLink.GleanEventWithExtras:typeLiteral394:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1128"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMobileAppLink.GleanEventWithExtras:typeLiteral395:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMobileAppLink.GleanEventWithExtras:typeLiteral395:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickMobileAppLink::GleanEventWithExtras::typeLiteral395::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickMobileAppLink::GleanEventWithExtras::typeLiteral395::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMobileAppLink.GleanEventWithExtras:typeLiteral395:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1129"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMtrAboutLink.GleanEventWithExtras:typeLiteral396:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMtrAboutLink.GleanEventWithExtras:typeLiteral396:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickMtrAboutLink::GleanEventWithExtras::typeLiteral396::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickMtrAboutLink::GleanEventWithExtras::typeLiteral396::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMtrAboutLink.GleanEventWithExtras:typeLiteral396:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1130"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMtrReportLink.GleanEventWithExtras:typeLiteral397:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMtrReportLink.GleanEventWithExtras:typeLiteral397:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickMtrReportLink::GleanEventWithExtras::typeLiteral397::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickMtrReportLink::GleanEventWithExtras::typeLiteral397::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMtrReportLink.GleanEventWithExtras:typeLiteral397:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1131"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMtrSignupButton.GleanEventWithExtras:typeLiteral398:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMtrSignupButton.GleanEventWithExtras:typeLiteral398:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickMtrSignupButton::GleanEventWithExtras::typeLiteral398::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickMtrSignupButton::GleanEventWithExtras::typeLiteral398::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickMtrSignupButton.GleanEventWithExtras:typeLiteral398:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1132"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickSettingsLink.GleanEventWithExtras:typeLiteral399:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickSettingsLink.GleanEventWithExtras:typeLiteral399:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickSettingsLink::GleanEventWithExtras::typeLiteral399::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickSettingsLink::GleanEventWithExtras::typeLiteral399::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickSettingsLink.GleanEventWithExtras:typeLiteral399:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1133"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickTrackersAboutLink.GleanEventWithExtras:typeLiteral400:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickTrackersAboutLink.GleanEventWithExtras:typeLiteral400:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickTrackersAboutLink::GleanEventWithExtras::typeLiteral400::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickTrackersAboutLink::GleanEventWithExtras::typeLiteral400::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickTrackersAboutLink.GleanEventWithExtras:typeLiteral400:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1134"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnAppLinkAndroid.GleanEventWithExtras:typeLiteral401:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnAppLinkAndroid.GleanEventWithExtras:typeLiteral401:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickVpnAppLinkAndroid::GleanEventWithExtras::typeLiteral401::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickVpnAppLinkAndroid::GleanEventWithExtras::typeLiteral401::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnAppLinkAndroid.GleanEventWithExtras:typeLiteral401:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1135"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnAppLinkIos.GleanEventWithExtras:typeLiteral402:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnAppLinkIos.GleanEventWithExtras:typeLiteral402:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickVpnAppLinkIos::GleanEventWithExtras::typeLiteral402::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickVpnAppLinkIos::GleanEventWithExtras::typeLiteral402::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnAppLinkIos.GleanEventWithExtras:typeLiteral402:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1136"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnBannerClose.GleanEventWithExtras:typeLiteral403:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnBannerClose.GleanEventWithExtras:typeLiteral403:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickVpnBannerClose::GleanEventWithExtras::typeLiteral403::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickVpnBannerClose::GleanEventWithExtras::typeLiteral403::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnBannerClose.GleanEventWithExtras:typeLiteral403:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1137"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnBannerLink.GleanEventWithExtras:typeLiteral404:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnBannerLink.GleanEventWithExtras:typeLiteral404:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickVpnBannerLink::GleanEventWithExtras::typeLiteral404::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickVpnBannerLink::GleanEventWithExtras::typeLiteral404::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnBannerLink.GleanEventWithExtras:typeLiteral404:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1138"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnCardLink.GleanEventWithExtras:typeLiteral405:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnCardLink.GleanEventWithExtras:typeLiteral405:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickVpnCardLink::GleanEventWithExtras::typeLiteral405::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::clickVpnCardLink::GleanEventWithExtras::typeLiteral405::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:clickVpnCardLink.GleanEventWithExtras:typeLiteral405:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1139"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:closeProtectionReport.GleanEventWithExtras:typeLiteral406:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:closeProtectionReport.GleanEventWithExtras:typeLiteral406:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::closeProtectionReport::GleanEventWithExtras::typeLiteral406::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::closeProtectionReport::GleanEventWithExtras::typeLiteral406::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:closeProtectionReport.GleanEventWithExtras:typeLiteral406:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1140"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:showProtectionReport.GleanEventWithExtras:typeLiteral407:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:showProtectionReport.GleanEventWithExtras:typeLiteral407:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::showProtectionReport::GleanEventWithExtras::typeLiteral407::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::showProtectionReport::GleanEventWithExtras::typeLiteral407::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:showProtectionReport.GleanEventWithExtras:typeLiteral407:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1141"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:showVpnBanner.GleanEventWithExtras:typeLiteral408:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:showVpnBanner.GleanEventWithExtras:typeLiteral408:value.","pretty":"GleanImpl::securityUiProtections::typeLiteral391::showVpnBanner::GleanEventWithExtras::typeLiteral408::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtections::typeLiteral391::showVpnBanner::GleanEventWithExtras::typeLiteral408::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtections.typeLiteral391:showVpnBanner.GleanEventWithExtras:typeLiteral408:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1142"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:clickProtectionspopupCfr.GleanEventWithExtras:typeLiteral9:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:clickProtectionspopupCfr.GleanEventWithExtras:typeLiteral9:value.","pretty":"GleanImpl::securityUiProtectionspopup::typeLiteral8::clickProtectionspopupCfr::GleanEventWithExtras::typeLiteral9::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtectionspopup::typeLiteral8::clickProtectionspopupCfr::GleanEventWithExtras::typeLiteral9::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:clickProtectionspopupCfr.GleanEventWithExtras:typeLiteral9:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#244"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:clickSubviewSettings.GleanEventWithExtras:typeLiteral11:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:clickSubviewSettings.GleanEventWithExtras:typeLiteral11:value.","pretty":"GleanImpl::securityUiProtectionspopup::typeLiteral8::clickSubviewSettings::GleanEventWithExtras::typeLiteral11::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtectionspopup::typeLiteral8::clickSubviewSettings::GleanEventWithExtras::typeLiteral11::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:clickSubviewSettings.GleanEventWithExtras:typeLiteral11:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#248"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:openProtectionspopupCfr.GleanEventWithExtras:typeLiteral14:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:openProtectionspopupCfr.GleanEventWithExtras:typeLiteral14:value.","pretty":"GleanImpl::securityUiProtectionspopup::typeLiteral8::openProtectionspopupCfr::GleanEventWithExtras::typeLiteral14::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiProtectionspopup::typeLiteral8::openProtectionspopupCfr::GleanEventWithExtras::typeLiteral14::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiProtectionspopup.typeLiteral8:openProtectionspopupCfr.GleanEventWithExtras:typeLiteral14:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#252"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiTlserror.typeLiteral1407:loadAbouttlserror.GleanEventWithExtras:typeLiteral1408:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiTlserror.typeLiteral1407:loadAbouttlserror.GleanEventWithExtras:typeLiteral1408:value.","pretty":"GleanImpl::securityUiTlserror::typeLiteral1407::loadAbouttlserror::GleanEventWithExtras::typeLiteral1408::value","meta":{"structured":1,"pretty":"GleanImpl::securityUiTlserror::typeLiteral1407::loadAbouttlserror::GleanEventWithExtras::typeLiteral1408::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#securityUiTlserror.typeLiteral1407:loadAbouttlserror.GleanEventWithExtras:typeLiteral1408:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7706"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#serviceRequest.typeLiteral1417:bypassProxyInfo.GleanEventWithExtras:typeLiteral1418:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#serviceRequest.typeLiteral1417:bypassProxyInfo.GleanEventWithExtras:typeLiteral1418:value.","pretty":"GleanImpl::serviceRequest::typeLiteral1417::bypassProxyInfo::GleanEventWithExtras::typeLiteral1418::value","meta":{"structured":1,"pretty":"GleanImpl::serviceRequest::typeLiteral1417::bypassProxyInfo::GleanEventWithExtras::typeLiteral1418::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#serviceRequest.typeLiteral1417:bypassProxyInfo.GleanEventWithExtras:typeLiteral1418:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7750"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#sidebar.typeLiteral471:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#sidebar.typeLiteral471:width.","pretty":"GleanImpl::sidebar::typeLiteral471::width","meta":{"structured":1,"pretty":"GleanImpl::sidebar::typeLiteral471::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#sidebar.typeLiteral471:width.","js_sym":"#width","type_pretty":"GleanQuantity","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1443"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#splitview.typeLiteral503:resize.GleanEventWithExtras:typeLiteral505:width.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#splitview.typeLiteral503:resize.GleanEventWithExtras:typeLiteral505:width.","pretty":"GleanImpl::splitview::typeLiteral503::resize::GleanEventWithExtras::typeLiteral505::width","meta":{"structured":1,"pretty":"GleanImpl::splitview::typeLiteral503::resize::GleanEventWithExtras::typeLiteral505::width","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#splitview.typeLiteral503:resize.GleanEventWithExtras:typeLiteral505:width.","js_sym":"#width","type_pretty":"string | number | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1496"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#tabgroup.typeLiteral510:addTab.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#tabgroup.typeLiteral510:addTab.","pretty":"GleanImpl::tabgroup::typeLiteral510::addTab","meta":{"structured":1,"pretty":"GleanImpl::tabgroup::typeLiteral510::addTab","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#tabgroup.typeLiteral510:addTab.","js_sym":"#addTab","type_pretty":"string | number | undefined; }>","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#1511"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#telemetryTest.typeLiteral1313:test1Object1.GleanEventWithExtras:typeLiteral1314:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#telemetryTest.typeLiteral1313:test1Object1.GleanEventWithExtras:typeLiteral1314:value.","pretty":"GleanImpl::telemetryTest::typeLiteral1313::test1Object1::GleanEventWithExtras::typeLiteral1314::value","meta":{"structured":1,"pretty":"GleanImpl::telemetryTest::typeLiteral1313::test1Object1::GleanEventWithExtras::typeLiteral1314::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#telemetryTest.typeLiteral1313:test1Object1.GleanEventWithExtras:typeLiteral1314:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7534"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#telemetryTest.typeLiteral1313:test2Object1.GleanEventWithExtras:typeLiteral1315:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#telemetryTest.typeLiteral1313:test2Object1.GleanEventWithExtras:typeLiteral1315:value.","pretty":"GleanImpl::telemetryTest::typeLiteral1313::test2Object1::GleanEventWithExtras::typeLiteral1315::value","meta":{"structured":1,"pretty":"GleanImpl::telemetryTest::typeLiteral1313::test2Object1::GleanEventWithExtras::typeLiteral1315::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#telemetryTest.typeLiteral1313:test2Object1.GleanEventWithExtras:typeLiteral1315:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7535"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#telemetryTest.typeLiteral1313:test2Object2.GleanEventWithExtras:typeLiteral1316:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#telemetryTest.typeLiteral1313:test2Object2.GleanEventWithExtras:typeLiteral1316:value.","pretty":"GleanImpl::telemetryTest::typeLiteral1313::test2Object2::GleanEventWithExtras::typeLiteral1316::value","meta":{"structured":1,"pretty":"GleanImpl::telemetryTest::typeLiteral1313::test2Object2::GleanEventWithExtras::typeLiteral1316::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#telemetryTest.typeLiteral1313:test2Object2.GleanEventWithExtras:typeLiteral1316:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#7536"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#testOnlyIpc.typeLiteral1080:anEvent.GleanEventWithExtras:typeLiteral1081:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#testOnlyIpc.typeLiteral1080:anEvent.GleanEventWithExtras:typeLiteral1081:value.","pretty":"GleanImpl::testOnlyIpc::typeLiteral1080::anEvent::GleanEventWithExtras::typeLiteral1081::value","meta":{"structured":1,"pretty":"GleanImpl::testOnlyIpc::typeLiteral1080::anEvent::GleanEventWithExtras::typeLiteral1081::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#testOnlyIpc.typeLiteral1080:anEvent.GleanEventWithExtras:typeLiteral1081:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#6406"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#topsites.typeLiteral327:click.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#topsites.typeLiteral327:click.","pretty":"GleanImpl::topsites::typeLiteral327::click","meta":{"structured":1,"pretty":"GleanImpl::topsites::typeLiteral327::click","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#topsites.typeLiteral327:click.","js_sym":"#click","type_pretty":"string | ....","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#970"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#upgradeDialog.typeLiteral240:triggerReason.GleanEventWithExtras:typeLiteral241:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#upgradeDialog.typeLiteral240:triggerReason.GleanEventWithExtras:typeLiteral241:value.","pretty":"GleanImpl::upgradeDialog::typeLiteral240::triggerReason::GleanEventWithExtras::typeLiteral241::value","meta":{"structured":1,"pretty":"GleanImpl::upgradeDialog::typeLiteral240::triggerReason::GleanEventWithExtras::typeLiteral241::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#upgradeDialog.typeLiteral240:triggerReason.GleanEventWithExtras:typeLiteral241:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#796"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#uptakeRemotecontentResult.typeLiteral877:uptakeRemotesettings.GleanEventWithExtras:typeLiteral878:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#uptakeRemotecontentResult.typeLiteral877:uptakeRemotesettings.GleanEventWithExtras:typeLiteral878:value.","pretty":"GleanImpl::uptakeRemotecontentResult::typeLiteral877::uptakeRemotesettings::GleanEventWithExtras::typeLiteral878::value","meta":{"structured":1,"pretty":"GleanImpl::uptakeRemotecontentResult::typeLiteral877::uptakeRemotesettings::GleanEventWithExtras::typeLiteral878::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#uptakeRemotecontentResult.typeLiteral877:uptakeRemotesettings.GleanEventWithExtras:typeLiteral878:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#5837"}},"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#ysod.typeLiteral844:shownYsod.GleanEventWithExtras:typeLiteral845:value.":{"sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#ysod.typeLiteral844:shownYsod.GleanEventWithExtras:typeLiteral845:value.","pretty":"GleanImpl::ysod::typeLiteral844::shownYsod::GleanEventWithExtras::typeLiteral845::value","meta":{"structured":1,"pretty":"GleanImpl::ysod::typeLiteral844::shownYsod::GleanEventWithExtras::typeLiteral845::value","sym":"S_js_typescript_generated/lib.gecko.glean.d.ts/GleanImpl#ysod.typeLiteral844:shownYsod.GleanEventWithExtras:typeLiteral845:value.","js_sym":"#value","type_pretty":"string | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.glean.d.ts#5676"}},"S_js_typescript_generated/lib.gecko.linux.d.ts/InOutParam#typeLiteral1:value.":{"sym":"S_js_typescript_generated/lib.gecko.linux.d.ts/InOutParam#typeLiteral1:value.","pretty":"InOutParam::typeLiteral1::value","meta":{"structured":1,"pretty":"InOutParam::typeLiteral1::value","sym":"S_js_typescript_generated/lib.gecko.linux.d.ts/InOutParam#typeLiteral1:value.","js_sym":"#value","type_pretty":"T","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.linux.d.ts#126"}},"S_js_typescript_generated/lib.gecko.linux.d.ts/OutParam#typeLiteral2:value.":{"sym":"S_js_typescript_generated/lib.gecko.linux.d.ts/OutParam#typeLiteral2:value.","pretty":"OutParam::typeLiteral2::value","meta":{"structured":1,"pretty":"OutParam::typeLiteral2::value","sym":"S_js_typescript_generated/lib.gecko.linux.d.ts/OutParam#typeLiteral2:value.","js_sym":"#value","type_pretty":"T | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.linux.d.ts#129"}},"S_js_typescript_generated/lib.gecko.services.d.ts/JSServices#focus.":{"sym":"S_js_typescript_generated/lib.gecko.services.d.ts/JSServices#focus.","pretty":"JSServices::focus","meta":{"structured":1,"pretty":"JSServices::focus","sym":"S_js_typescript_generated/lib.gecko.services.d.ts/JSServices#focus.","js_sym":"#focus","type_pretty":"nsIFocusManager","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.services.d.ts/JSServices#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.services.d.ts#26"}},"S_js_typescript_generated/lib.gecko.services.d.ts/JSServices#prefs.":{"sym":"S_js_typescript_generated/lib.gecko.services.d.ts/JSServices#prefs.","pretty":"JSServices::prefs","meta":{"structured":1,"pretty":"JSServices::prefs","sym":"S_js_typescript_generated/lib.gecko.services.d.ts/JSServices#prefs.","js_sym":"#prefs","type_pretty":"nsIPrefBranch & nsIPrefService","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.services.d.ts/JSServices#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.services.d.ts#39"}},"S_js_typescript_generated/lib.gecko.win32.d.ts/InOutParam#typeLiteral1:value.":{"sym":"S_js_typescript_generated/lib.gecko.win32.d.ts/InOutParam#typeLiteral1:value.","pretty":"InOutParam::typeLiteral1::value","meta":{"structured":1,"pretty":"InOutParam::typeLiteral1::value","sym":"S_js_typescript_generated/lib.gecko.win32.d.ts/InOutParam#typeLiteral1:value.","js_sym":"#value","type_pretty":"T","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.win32.d.ts#384"}},"S_js_typescript_generated/lib.gecko.win32.d.ts/OutParam#typeLiteral2:value.":{"sym":"S_js_typescript_generated/lib.gecko.win32.d.ts/OutParam#typeLiteral2:value.","pretty":"OutParam::typeLiteral2::value","meta":{"structured":1,"pretty":"OutParam::typeLiteral2::value","sym":"S_js_typescript_generated/lib.gecko.win32.d.ts/OutParam#typeLiteral2:value.","js_sym":"#value","type_pretty":"T | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.win32.d.ts#387"}},"S_js_typescript_generated/lib.gecko.win32.d.ts/global/nsITaskbarPreviewController#height.":{"sym":"S_js_typescript_generated/lib.gecko.win32.d.ts/global/nsITaskbarPreviewController#height.","pretty":"nsITaskbarPreviewController::height","meta":{"structured":1,"pretty":"nsITaskbarPreviewController::height","sym":"S_js_typescript_generated/lib.gecko.win32.d.ts/global/nsITaskbarPreviewController#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.win32.d.ts/global/nsITaskbarPreviewController#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.win32.d.ts#217"}},"S_js_typescript_generated/lib.gecko.win32.d.ts/global/nsITaskbarPreviewController#width.":{"sym":"S_js_typescript_generated/lib.gecko.win32.d.ts/global/nsITaskbarPreviewController#width.","pretty":"nsITaskbarPreviewController::width","meta":{"structured":1,"pretty":"nsITaskbarPreviewController::width","sym":"S_js_typescript_generated/lib.gecko.win32.d.ts/global/nsITaskbarPreviewController#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.win32.d.ts/global/nsITaskbarPreviewController#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.win32.d.ts#216"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/InOutParam#typeLiteral71:value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/InOutParam#typeLiteral71:value.","pretty":"InOutParam::typeLiteral71::value","meta":{"structured":1,"pretty":"InOutParam::typeLiteral71::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/InOutParam#typeLiteral71:value.","js_sym":"#value","type_pretty":"T","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#27758"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/OutParam#typeLiteral72:value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/OutParam#typeLiteral72:value.","pretty":"OutParam::typeLiteral72::value","meta":{"structured":1,"pretty":"OutParam::typeLiteral72::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/OutParam#typeLiteral72:value.","js_sym":"#value","type_pretty":"T | undefined","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#27761"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/imgIContainer#height.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/imgIContainer#height.","pretty":"imgIContainer::height","meta":{"structured":1,"pretty":"imgIContainer::height","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/imgIContainer#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/imgIContainer#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_imgIContainer_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#8757"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/imgIContainer#width.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/imgIContainer#width.","pretty":"imgIContainer::width","meta":{"structured":1,"pretty":"imgIContainer::width","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/imgIContainer#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/imgIContainer#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_imgIContainer_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#8755"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/mozIExtensionAPIRequestResult#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/mozIExtensionAPIRequestResult#value.","pretty":"mozIExtensionAPIRequestResult::value","meta":{"structured":1,"pretty":"mozIExtensionAPIRequestResult::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/mozIExtensionAPIRequestResult#value.","js_sym":"#value","type_pretty":"any","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/mozIExtensionAPIRequestResult#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_mozIExtensionAPIRequestResult_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#22112"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessible#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessible#value.","pretty":"nsIAccessible::value","meta":{"structured":1,"pretty":"nsIAccessible::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessible#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessible#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIAccessible_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#313"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessibleDocument#window.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessibleDocument#window.","pretty":"nsIAccessibleDocument::window","meta":{"structured":1,"pretty":"nsIAccessibleDocument::window","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessibleDocument#window.","js_sym":"#window","type_pretty":"mozIDOMWindowProxy","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAccessibleDocument#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIAccessibleDocument_window"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#432"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAsyncShutdownBarrier#wait().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAsyncShutdownBarrier#wait().","pretty":"nsIAsyncShutdownBarrier::wait","meta":{"structured":1,"pretty":"nsIAsyncShutdownBarrier::wait","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAsyncShutdownBarrier#wait().","js_sym":"#wait","type_pretty":"nsIAsyncShutdownCompletionCallback) => void","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIAsyncShutdownBarrier#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIAsyncShutdownBarrier_wait"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#19562"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICategoryEntry#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICategoryEntry#value.","pretty":"nsICategoryEntry::value","meta":{"structured":1,"pretty":"nsICategoryEntry::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICategoryEntry#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICategoryEntry#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsICategoryEntry_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#23944"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConsoleMessage#info.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConsoleMessage#info.","pretty":"nsIConsoleMessage::info","meta":{"structured":1,"pretty":"nsIConsoleMessage::info","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConsoleMessage#info.","js_sym":"#info","type_pretty":"1 | undefined","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIConsoleMessage#","slotOwner":{"slotKind":"const","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIConsoleMessage_info"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#23562"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentPermissionRequest#window.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentPermissionRequest#window.","pretty":"nsIContentPermissionRequest::window","meta":{"structured":1,"pretty":"nsIContentPermissionRequest::window","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentPermissionRequest#window.","js_sym":"#window","type_pretty":"mozIDOMWindow","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentPermissionRequest#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIContentPermissionRequest_window"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#4243"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentPref#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentPref#value.","pretty":"nsIContentPref::value","meta":{"structured":1,"pretty":"nsIContentPref::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentPref#value.","js_sym":"#value","type_pretty":"nsIVariant","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIContentPref#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIContentPref_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#4349"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICookie#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICookie#value.","pretty":"nsICookie::value","meta":{"structured":1,"pretty":"nsICookie::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICookie#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsICookie#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsICookie_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#13909"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMWindowUtils#getBoundsWithoutFlushing().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMWindowUtils#getBoundsWithoutFlushing().","pretty":"nsIDOMWindowUtils::getBoundsWithoutFlushing","meta":{"structured":1,"pretty":"nsIDOMWindowUtils::getBoundsWithoutFlushing","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMWindowUtils#getBoundsWithoutFlushing().","js_sym":"#getBoundsWithoutFlushing","type_pretty":"Element) => DOMRect","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMWindowUtils#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDOMWindowUtils_getBoundsWithoutFlushing"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#4730"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULSelectControlElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULSelectControlElement#value.","pretty":"nsIDOMXULSelectControlElement::value","meta":{"structured":1,"pretty":"nsIDOMXULSelectControlElement::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULSelectControlElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULSelectControlElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDOMXULSelectControlElement_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#7597"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULSelectControlItemElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULSelectControlItemElement#value.","pretty":"nsIDOMXULSelectControlItemElement::value","meta":{"structured":1,"pretty":"nsIDOMXULSelectControlItemElement::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULSelectControlItemElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDOMXULSelectControlItemElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDOMXULSelectControlItemElement_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#7621"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDataStorageItem#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDataStorageItem#value.","pretty":"nsIDataStorageItem::value","meta":{"structured":1,"pretty":"nsIDataStorageItem::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDataStorageItem#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDataStorageItem#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDataStorageItem_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#16376"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDomainSet#contains().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDomainSet#contains().","pretty":"nsIDomainSet::contains","meta":{"structured":1,"pretty":"nsIDomainSet::contains","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDomainSet#contains().","js_sym":"#contains","type_pretty":"nsIURI) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIDomainSet#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIDomainSet_contains"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#2172"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFavicon#width.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFavicon#width.","pretty":"nsIFavicon::width","meta":{"structured":1,"pretty":"nsIFavicon::width","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFavicon#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFavicon#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIFavicon_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#17356"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#contains().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#contains().","pretty":"nsIFile::contains","meta":{"structured":1,"pretty":"nsIFile::contains","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#contains().","js_sym":"#contains","type_pretty":"nsIFile) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIFile#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIFile_contains"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#24894"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIKeyValuePair#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIKeyValuePair#value.","pretty":"nsIKeyValuePair::value","meta":{"structured":1,"pretty":"nsIKeyValuePair::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIKeyValuePair#value.","js_sym":"#value","type_pretty":"nsIVariant","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIKeyValuePair#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIKeyValuePair_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#9401"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaper#height.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaper#height.","pretty":"nsIPaper::height","meta":{"structured":1,"pretty":"nsIPaper::height","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaper#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaper#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPaper_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#22849"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaper#width.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaper#width.","pretty":"nsIPaper::width","meta":{"structured":1,"pretty":"nsIPaper::width","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaper#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaper#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPaper_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#22847"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentCurrencyAmount#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentCurrencyAmount#value.","pretty":"nsIPaymentCurrencyAmount::value","meta":{"structured":1,"pretty":"nsIPaymentCurrencyAmount::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentCurrencyAmount#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPaymentCurrencyAmount#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPaymentCurrencyAmount_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#6175"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPrefBranch#getIntPref().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPrefBranch#getIntPref().","pretty":"nsIPrefBranch::getIntPref","meta":{"structured":1,"pretty":"nsIPrefBranch::getIntPref","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPrefBranch#getIntPref().","js_sym":"#getIntPref","type_pretty":"number | undefined) => number","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPrefBranch#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPrefBranch_getIntPref"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#17901"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIProperty#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIProperty#value.","pretty":"nsIProperty::value","meta":{"structured":1,"pretty":"nsIProperty::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIProperty#value.","js_sym":"#value","type_pretty":"nsIVariant","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIProperty#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIProperty_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#24185"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPropertyElement#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPropertyElement#value.","pretty":"nsIPropertyElement::value","meta":{"structured":1,"pretty":"nsIPropertyElement::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPropertyElement#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIPropertyElement#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIPropertyElement_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#24145"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIQueryContentEventResult#height.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIQueryContentEventResult#height.","pretty":"nsIQueryContentEventResult::height","meta":{"structured":1,"pretty":"nsIQueryContentEventResult::height","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIQueryContentEventResult#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIQueryContentEventResult#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIQueryContentEventResult_height"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#5149"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIQueryContentEventResult#width.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIQueryContentEventResult#width.","pretty":"nsIQueryContentEventResult::width","meta":{"structured":1,"pretty":"nsIQueryContentEventResult::width","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIQueryContentEventResult#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIQueryContentEventResult#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIQueryContentEventResult_width"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#5147"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVBool#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVBool#value.","pretty":"nsISFVBool::value","meta":{"structured":1,"pretty":"nsISFVBool::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVBool#value.","js_sym":"#value","type_pretty":"boolean","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVBool#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISFVBool_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#8548"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVByteSeq#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVByteSeq#value.","pretty":"nsISFVByteSeq::value","meta":{"structured":1,"pretty":"nsISFVByteSeq::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVByteSeq#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVByteSeq#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISFVByteSeq_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#8566"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVDecimal#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVDecimal#value.","pretty":"nsISFVDecimal::value","meta":{"structured":1,"pretty":"nsISFVDecimal::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVDecimal#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVDecimal#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISFVDecimal_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#8554"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVInteger#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVInteger#value.","pretty":"nsISFVInteger::value","meta":{"structured":1,"pretty":"nsISFVInteger::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVInteger#value.","js_sym":"#value","type_pretty":"number","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVInteger#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISFVInteger_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#8536"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVItem#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVItem#value.","pretty":"nsISFVItem::value","meta":{"structured":1,"pretty":"nsISFVItem::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVItem#value.","js_sym":"#value","type_pretty":"nsISFVBareItem","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVItem#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISFVItem_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#8600"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVString#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVString#value.","pretty":"nsISFVString::value","meta":{"structured":1,"pretty":"nsISFVString::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVString#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVString#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISFVString_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#8542"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVToken#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVToken#value.","pretty":"nsISFVToken::value","meta":{"structured":1,"pretty":"nsISFVToken::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVToken#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsISFVToken#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsISFVToken_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#8560"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITRRSkipReason/value#":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITRRSkipReason/value#","pretty":"value","meta":{"structured":1,"pretty":"value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsITRRSkipReason/value#","js_sym":"#value","type_pretty":"type value","kind":"class","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#14669"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierPrefixSet#contains().":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierPrefixSet#contains().","pretty":"nsIUrlClassifierPrefixSet::contains","meta":{"structured":1,"pretty":"nsIUrlClassifierPrefixSet::contains","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierPrefixSet#contains().","js_sym":"#contains","type_pretty":"number) => boolean","kind":"method","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIUrlClassifierPrefixSet#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIUrlClassifierPrefixSet_contains"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#21546"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebTransportHash#value.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebTransportHash#value.","pretty":"nsIWebTransportHash::value","meta":{"structured":1,"pretty":"nsIWebTransportHash::value","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebTransportHash#value.","js_sym":"#value","type_pretty":"number[]","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWebTransportHash#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIWebTransportHash_value"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#15768"}},"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWorkerDebugger#window.":{"sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWorkerDebugger#window.","pretty":"nsIWorkerDebugger::window","meta":{"structured":1,"pretty":"nsIWorkerDebugger::window","sym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWorkerDebugger#window.","js_sym":"#window","type_pretty":"mozIDOMWindow","kind":"field","subsystem":"Core/General","parentsym":"S_js_typescript_generated/lib.gecko.xpcom.d.ts/global/nsIWorkerDebugger#","slotOwner":{"slotKind":"attribute","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"XPIDL_nsIWorkerDebugger_window"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/generated/lib.gecko.xpcom.d.ts#7407"}},"S_js_typescript_index.d.ts/global/Services.":{"sym":"S_js_typescript_index.d.ts/global/Services.","pretty":"Services","meta":{"structured":1,"pretty":"Services","sym":"S_js_typescript_index.d.ts/global/Services.","js_sym":"#Services","type_pretty":"JSServices","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/index.d.ts#36"}},"S_js_typescript_mobile/shared/actors/GeckoViewAutoFillParent.sys.mjs/GeckoViewAutoFillParent#focus().":{"sym":"S_js_typescript_mobile/shared/actors/GeckoViewAutoFillParent.sys.mjs/GeckoViewAutoFillParent#focus().","pretty":"GeckoViewAutoFillParent::focus","meta":{"structured":1,"pretty":"GeckoViewAutoFillParent::focus","sym":"S_js_typescript_mobile/shared/actors/GeckoViewAutoFillParent.sys.mjs/GeckoViewAutoFillParent#focus().","js_sym":"#focus","type_pretty":"void","kind":"method","subsystem":"GeckoView/General","parentsym":"S_js_typescript_mobile/shared/actors/GeckoViewAutoFillParent.sys.mjs/GeckoViewAutoFillParent#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/actors/GeckoViewAutoFillParent.sys.mjs#38"}},"S_js_typescript_mobile/shared/modules/geckoview/GeckoViewAutofill.sys.mjs/Autofill#focus().":{"sym":"S_js_typescript_mobile/shared/modules/geckoview/GeckoViewAutofill.sys.mjs/Autofill#focus().","pretty":"Autofill::focus","meta":{"structured":1,"pretty":"Autofill::focus","sym":"S_js_typescript_mobile/shared/modules/geckoview/GeckoViewAutofill.sys.mjs/Autofill#focus().","js_sym":"#focus","type_pretty":"void","kind":"method","subsystem":"GeckoView/General","parentsym":"S_js_typescript_mobile/shared/modules/geckoview/GeckoViewAutofill.sys.mjs/Autofill#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"mobile/shared/modules/geckoview/GeckoViewAutofill.sys.mjs#31"}},"S_js_typescript_modules/PageEventManager.sys.mjs/PageEventManager#once().":{"sym":"S_js_typescript_modules/PageEventManager.sys.mjs/PageEventManager#once().","pretty":"PageEventManager::once","meta":{"structured":1,"pretty":"PageEventManager::once","sym":"S_js_typescript_modules/PageEventManager.sys.mjs/PageEventManager#once().","js_sym":"#once","type_pretty":"void","kind":"method","subsystem":"Firefox/Messaging System","parentsym":"S_js_typescript_modules/PageEventManager.sys.mjs/PageEventManager#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"browser/components/asrouter/modules/PageEventManager.sys.mjs#134"}},"S_js_typescript_src/api/Browser.ts/AddScreenParams#height.":{"sym":"S_js_typescript_src/api/Browser.ts/AddScreenParams#height.","pretty":"AddScreenParams::height","meta":{"structured":1,"pretty":"AddScreenParams::height","sym":"S_js_typescript_src/api/Browser.ts/AddScreenParams#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Browser.ts/AddScreenParams#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Browser.ts#301"}},"S_js_typescript_src/api/Browser.ts/AddScreenParams#width.":{"sym":"S_js_typescript_src/api/Browser.ts/AddScreenParams#width.","pretty":"AddScreenParams::width","meta":{"structured":1,"pretty":"AddScreenParams::width","sym":"S_js_typescript_src/api/Browser.ts/AddScreenParams#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Browser.ts/AddScreenParams#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Browser.ts#300"}},"S_js_typescript_src/api/Browser.ts/ScreenInfo#height.":{"sym":"S_js_typescript_src/api/Browser.ts/ScreenInfo#height.","pretty":"ScreenInfo::height","meta":{"structured":1,"pretty":"ScreenInfo::height","sym":"S_js_typescript_src/api/Browser.ts/ScreenInfo#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Browser.ts/ScreenInfo#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Browser.ts#269"}},"S_js_typescript_src/api/Browser.ts/ScreenInfo#width.":{"sym":"S_js_typescript_src/api/Browser.ts/ScreenInfo#width.","pretty":"ScreenInfo::width","meta":{"structured":1,"pretty":"ScreenInfo::width","sym":"S_js_typescript_src/api/Browser.ts/ScreenInfo#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Browser.ts/ScreenInfo#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Browser.ts#268"}},"S_js_typescript_src/api/Browser.ts/WindowBounds#height.":{"sym":"S_js_typescript_src/api/Browser.ts/WindowBounds#height.","pretty":"WindowBounds::height","meta":{"structured":1,"pretty":"WindowBounds::height","sym":"S_js_typescript_src/api/Browser.ts/WindowBounds#height.","js_sym":"#height","type_pretty":"number | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Browser.ts/WindowBounds#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Browser.ts#225"}},"S_js_typescript_src/api/Browser.ts/WindowBounds#width.":{"sym":"S_js_typescript_src/api/Browser.ts/WindowBounds#width.","pretty":"WindowBounds::width","meta":{"structured":1,"pretty":"WindowBounds::width","sym":"S_js_typescript_src/api/Browser.ts/WindowBounds#width.","js_sym":"#width","type_pretty":"number | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Browser.ts/WindowBounds#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Browser.ts#224"}},"S_js_typescript_src/api/ElementHandle.ts/BoundingBox#height.":{"sym":"S_js_typescript_src/api/ElementHandle.ts/BoundingBox#height.","pretty":"BoundingBox::height","meta":{"structured":1,"pretty":"BoundingBox::height","sym":"S_js_typescript_src/api/ElementHandle.ts/BoundingBox#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/ElementHandle.ts/BoundingBox#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/ElementHandle.ts#70"}},"S_js_typescript_src/api/ElementHandle.ts/BoundingBox#width.":{"sym":"S_js_typescript_src/api/ElementHandle.ts/BoundingBox#width.","pretty":"BoundingBox::width","meta":{"structured":1,"pretty":"BoundingBox::width","sym":"S_js_typescript_src/api/ElementHandle.ts/BoundingBox#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/ElementHandle.ts/BoundingBox#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/ElementHandle.ts#66"}},"S_js_typescript_src/api/ElementHandle.ts/BoxModel#height.":{"sym":"S_js_typescript_src/api/ElementHandle.ts/BoxModel#height.","pretty":"BoxModel::height","meta":{"structured":1,"pretty":"BoxModel::height","sym":"S_js_typescript_src/api/ElementHandle.ts/BoxModel#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/ElementHandle.ts/BoxModel#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/ElementHandle.ts#56"}},"S_js_typescript_src/api/ElementHandle.ts/BoxModel#width.":{"sym":"S_js_typescript_src/api/ElementHandle.ts/BoxModel#width.","pretty":"BoxModel::width","meta":{"structured":1,"pretty":"BoxModel::width","sym":"S_js_typescript_src/api/ElementHandle.ts/BoxModel#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/ElementHandle.ts/BoxModel#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/ElementHandle.ts#55"}},"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#click().":{"sym":"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#click().","pretty":"ElementHandle::click","meta":{"structured":1,"pretty":"ElementHandle::click","sym":"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#click().","js_sym":"#click","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/ElementHandle.ts#768"}},"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#focus().":{"sym":"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#focus().","pretty":"ElementHandle::focus","meta":{"structured":1,"pretty":"ElementHandle::focus","sym":"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#focus().","js_sym":"#focus","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/ElementHandle.ts/ElementHandle#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/ElementHandle.ts#1095"}},"S_js_typescript_src/api/Frame.ts/Frame#click().":{"sym":"S_js_typescript_src/api/Frame.ts/Frame#click().","pretty":"Frame::click","meta":{"structured":1,"pretty":"Frame::click","sym":"S_js_typescript_src/api/Frame.ts/Frame#click().","js_sym":"#click","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Frame.ts/Frame#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Frame.ts#1058"}},"S_js_typescript_src/api/Frame.ts/Frame#focus().":{"sym":"S_js_typescript_src/api/Frame.ts/Frame#focus().","pretty":"Frame::focus","meta":{"structured":1,"pretty":"Frame::focus","sym":"S_js_typescript_src/api/Frame.ts/Frame#focus().","js_sym":"#focus","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Frame.ts/Frame#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Frame.ts#1075"}},"S_js_typescript_src/api/HTTPRequest.ts/headersArray().Array:typeLiteral14:value.":{"sym":"S_js_typescript_src/api/HTTPRequest.ts/headersArray().Array:typeLiteral14:value.","pretty":"headersArray::Array::typeLiteral14::value","meta":{"structured":1,"pretty":"headersArray::Array::typeLiteral14::value","sym":"S_js_typescript_src/api/HTTPRequest.ts/headersArray().Array:typeLiteral14:value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/HTTPRequest.ts#623"}},"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#ok().":{"sym":"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#ok().","pretty":"HTTPResponse::ok","meta":{"structured":1,"pretty":"HTTPResponse::ok","sym":"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#ok().","js_sym":"#ok","type_pretty":"boolean","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/HTTPResponse.ts/HTTPResponse#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/HTTPResponse.ts#48"}},"S_js_typescript_src/api/Input.ts/Mouse#click().":{"sym":"S_js_typescript_src/api/Input.ts/Mouse#click().","pretty":"Mouse::click","meta":{"structured":1,"pretty":"Mouse::click","sym":"S_js_typescript_src/api/Input.ts/Mouse#click().","js_sym":"#click","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Input.ts/Mouse#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_src/bidi/Input.ts/BidiMouse#click().","S_js_typescript_src/cdp/Input.ts/CdpMouse#click()."],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Input.ts#396"}},"S_js_typescript_src/api/Page.ts/MediaFeature#value.":{"sym":"S_js_typescript_src/api/Page.ts/MediaFeature#value.","pretty":"MediaFeature::value","meta":{"structured":1,"pretty":"MediaFeature::value","sym":"S_js_typescript_src/api/Page.ts/MediaFeature#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Page.ts/MediaFeature#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Page.ts#247"}},"S_js_typescript_src/api/Page.ts/Page#click().":{"sym":"S_js_typescript_src/api/Page.ts/Page#click().","pretty":"Page::click","meta":{"structured":1,"pretty":"Page::click","sym":"S_js_typescript_src/api/Page.ts/Page#click().","js_sym":"#click","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Page.ts/Page#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Page.ts#2818"}},"S_js_typescript_src/api/Page.ts/Page#focus().":{"sym":"S_js_typescript_src/api/Page.ts/Page#focus().","pretty":"Page::focus","meta":{"structured":1,"pretty":"Page::focus","sym":"S_js_typescript_src/api/Page.ts/Page#focus().","js_sym":"#focus","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/Page.ts/Page#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/Page.ts#2851"}},"S_js_typescript_src/api/locators/locators.ts/Locator#click().":{"sym":"S_js_typescript_src/api/locators/locators.ts/Locator#click().","pretty":"Locator::click","meta":{"structured":1,"pretty":"Locator::click","sym":"S_js_typescript_src/api/locators/locators.ts/Locator#click().","js_sym":"#click","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/api/locators/locators.ts/Locator#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/api/locators/locators.ts#703"}},"S_js_typescript_src/bidi/Deserializer.ts/BidiDeserializer##deserializeTuple().typeLiteral22:value.":{"sym":"S_js_typescript_src/bidi/Deserializer.ts/BidiDeserializer##deserializeTuple().typeLiteral22:value.","pretty":"BidiDeserializer::#deserializeTuple::typeLiteral22::value","meta":{"structured":1,"pretty":"BidiDeserializer::#deserializeTuple::typeLiteral22::value","sym":"S_js_typescript_src/bidi/Deserializer.ts/BidiDeserializer##deserializeTuple().typeLiteral22:value.","js_sym":"#value","type_pretty":"unknown","kind":"field","subsystem":"Remote Protocol/Agent","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/bidi/Deserializer.ts#83"}},"S_js_typescript_src/bidi/Input.ts/BidiMouse#click().":{"sym":"S_js_typescript_src/bidi/Input.ts/BidiMouse#click().","pretty":"BidiMouse::click","meta":{"structured":1,"pretty":"BidiMouse::click","sym":"S_js_typescript_src/bidi/Input.ts/BidiMouse#click().","js_sym":"#click","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/bidi/Input.ts/BidiMouse#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/Input.ts/Mouse#click()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/bidi/Input.ts#531"}},"S_js_typescript_src/bidi/core/UserPrompt.ts/UserPrompt#info.":{"sym":"S_js_typescript_src/bidi/core/UserPrompt.ts/UserPrompt#info.","pretty":"UserPrompt::info","meta":{"structured":1,"pretty":"UserPrompt::info","sym":"S_js_typescript_src/bidi/core/UserPrompt.ts/UserPrompt#info.","js_sym":"#info","type_pretty":"Bidi.BrowsingContext.UserPromptOpenedParameters","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/bidi/core/UserPrompt.ts/UserPrompt#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/bidi/core/UserPrompt.ts#56"}},"S_js_typescript_src/cdp/Accessibility.ts/SerializedAXNode#value.":{"sym":"S_js_typescript_src/cdp/Accessibility.ts/SerializedAXNode#value.","pretty":"SerializedAXNode::value","meta":{"structured":1,"pretty":"SerializedAXNode::value","sym":"S_js_typescript_src/cdp/Accessibility.ts/SerializedAXNode#value.","js_sym":"#value","type_pretty":"string | number | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/cdp/Accessibility.ts/SerializedAXNode#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/cdp/Accessibility.ts#29"}},"S_js_typescript_src/cdp/Input.ts/CdpMouse#click().":{"sym":"S_js_typescript_src/cdp/Input.ts/CdpMouse#click().","pretty":"CdpMouse::click","meta":{"structured":1,"pretty":"CdpMouse::click","sym":"S_js_typescript_src/cdp/Input.ts/CdpMouse#click().","js_sym":"#click","type_pretty":"Promise","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/cdp/Input.ts/CdpMouse#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/api/Input.ts/Mouse#click()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/cdp/Input.ts#435"}},"S_js_typescript_src/common/AriaQueryHandler.ts/ARIAQueryHandler#querySelector.":{"sym":"S_js_typescript_src/common/AriaQueryHandler.ts/ARIAQueryHandler#querySelector.","pretty":"ARIAQueryHandler::querySelector","meta":{"structured":1,"pretty":"ARIAQueryHandler::querySelector","sym":"S_js_typescript_src/common/AriaQueryHandler.ts/ARIAQueryHandler#querySelector.","js_sym":"#querySelector","type_pretty":"QuerySelector","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/AriaQueryHandler.ts/ARIAQueryHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/AriaQueryHandler.ts#65"}},"S_js_typescript_src/common/CSSQueryHandler.ts/CSSQueryHandler#querySelector.":{"sym":"S_js_typescript_src/common/CSSQueryHandler.ts/CSSQueryHandler#querySelector.","pretty":"CSSQueryHandler::querySelector","meta":{"structured":1,"pretty":"CSSQueryHandler::querySelector","sym":"S_js_typescript_src/common/CSSQueryHandler.ts/CSSQueryHandler#querySelector.","js_sym":"#querySelector","type_pretty":"string) => AsyncIterable<...>; }>) =>...","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/CSSQueryHandler.ts/CSSQueryHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/CSSQueryHandler.ts#15"}},"S_js_typescript_src/common/Cookie.ts/CookieData#value.":{"sym":"S_js_typescript_src/common/Cookie.ts/CookieData#value.","pretty":"CookieData::value","meta":{"structured":1,"pretty":"CookieData::value","sym":"S_js_typescript_src/common/Cookie.ts/CookieData#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/Cookie.ts/CookieData#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/Cookie.ts#166"}},"S_js_typescript_src/common/Cookie.ts/CookieParam#value.":{"sym":"S_js_typescript_src/common/Cookie.ts/CookieParam#value.","pretty":"CookieParam::value","meta":{"structured":1,"pretty":"CookieParam::value","sym":"S_js_typescript_src/common/Cookie.ts/CookieParam#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/Cookie.ts/CookieParam#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/Cookie.ts#101"}},"S_js_typescript_src/common/EventEmitter.ts/CommonEventEmitter#once().":{"sym":"S_js_typescript_src/common/EventEmitter.ts/CommonEventEmitter#once().","pretty":"CommonEventEmitter::once","meta":{"structured":1,"pretty":"CommonEventEmitter::once","sym":"S_js_typescript_src/common/EventEmitter.ts/CommonEventEmitter#once().","js_sym":"#once","type_pretty":"Handler) => this","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/EventEmitter.ts/CommonEventEmitter#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_src/common/EventEmitter.ts/EventEmitter#once()."],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/EventEmitter.ts#30"}},"S_js_typescript_src/common/EventEmitter.ts/EventEmitter#once().":{"sym":"S_js_typescript_src/common/EventEmitter.ts/EventEmitter#once().","pretty":"EventEmitter::once","meta":{"structured":1,"pretty":"EventEmitter::once","sym":"S_js_typescript_src/common/EventEmitter.ts/EventEmitter#once().","js_sym":"#once","type_pretty":"this","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/EventEmitter.ts/EventEmitter#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_src/common/EventEmitter.ts/CommonEventEmitter#once()."}],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/EventEmitter.ts#145"}},"S_js_typescript_src/common/PDFOptions.ts/PDFOptions#height.":{"sym":"S_js_typescript_src/common/PDFOptions.ts/PDFOptions#height.","pretty":"PDFOptions::height","meta":{"structured":1,"pretty":"PDFOptions::height","sym":"S_js_typescript_src/common/PDFOptions.ts/PDFOptions#height.","js_sym":"#height","type_pretty":"string | number | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/PDFOptions.ts/PDFOptions#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/PDFOptions.ts#132"}},"S_js_typescript_src/common/PDFOptions.ts/PDFOptions#width.":{"sym":"S_js_typescript_src/common/PDFOptions.ts/PDFOptions#width.","pretty":"PDFOptions::width","meta":{"structured":1,"pretty":"PDFOptions::width","sym":"S_js_typescript_src/common/PDFOptions.ts/PDFOptions#width.","js_sym":"#width","type_pretty":"string | number | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/PDFOptions.ts/PDFOptions#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/PDFOptions.ts#128"}},"S_js_typescript_src/common/PDFOptions.ts/PaperFormatDimensions#height.":{"sym":"S_js_typescript_src/common/PDFOptions.ts/PaperFormatDimensions#height.","pretty":"PaperFormatDimensions::height","meta":{"structured":1,"pretty":"PaperFormatDimensions::height","sym":"S_js_typescript_src/common/PDFOptions.ts/PaperFormatDimensions#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/PDFOptions.ts/PaperFormatDimensions#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/PDFOptions.ts#196"}},"S_js_typescript_src/common/PDFOptions.ts/PaperFormatDimensions#width.":{"sym":"S_js_typescript_src/common/PDFOptions.ts/PaperFormatDimensions#width.","pretty":"PaperFormatDimensions::width","meta":{"structured":1,"pretty":"PaperFormatDimensions::width","sym":"S_js_typescript_src/common/PDFOptions.ts/PaperFormatDimensions#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/PDFOptions.ts/PaperFormatDimensions#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/PDFOptions.ts#195"}},"S_js_typescript_src/common/PDFOptions.ts/ParsedPDFOptionsInterface#height.":{"sym":"S_js_typescript_src/common/PDFOptions.ts/ParsedPDFOptionsInterface#height.","pretty":"ParsedPDFOptionsInterface::height","meta":{"structured":1,"pretty":"ParsedPDFOptionsInterface::height","sym":"S_js_typescript_src/common/PDFOptions.ts/ParsedPDFOptionsInterface#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/PDFOptions.ts/ParsedPDFOptionsInterface#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/PDFOptions.ts#204"}},"S_js_typescript_src/common/PDFOptions.ts/ParsedPDFOptionsInterface#width.":{"sym":"S_js_typescript_src/common/PDFOptions.ts/ParsedPDFOptionsInterface#width.","pretty":"ParsedPDFOptionsInterface::width","meta":{"structured":1,"pretty":"ParsedPDFOptionsInterface::width","sym":"S_js_typescript_src/common/PDFOptions.ts/ParsedPDFOptionsInterface#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/PDFOptions.ts/ParsedPDFOptionsInterface#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/PDFOptions.ts#203"}},"S_js_typescript_src/common/PQueryHandler.ts/PQueryHandler#querySelector.":{"sym":"S_js_typescript_src/common/PQueryHandler.ts/PQueryHandler#querySelector.","pretty":"PQueryHandler::querySelector","meta":{"structured":1,"pretty":"PQueryHandler::querySelector","sym":"S_js_typescript_src/common/PQueryHandler.ts/PQueryHandler#querySelector.","js_sym":"#querySelector","type_pretty":"QuerySelector","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/PQueryHandler.ts/PQueryHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/PQueryHandler.ts#24"}},"S_js_typescript_src/common/PierceQueryHandler.ts/PierceQueryHandler#querySelector.":{"sym":"S_js_typescript_src/common/PierceQueryHandler.ts/PierceQueryHandler#querySelector.","pretty":"PierceQueryHandler::querySelector","meta":{"structured":1,"pretty":"PierceQueryHandler::querySelector","sym":"S_js_typescript_src/common/PierceQueryHandler.ts/PierceQueryHandler#querySelector.","js_sym":"#querySelector","type_pretty":"string) => AsyncIterable<...>; }>)...","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/PierceQueryHandler.ts/PierceQueryHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/PierceQueryHandler.ts#15"}},"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#querySelector.":{"sym":"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#querySelector.","pretty":"QueryHandler::querySelector","meta":{"structured":1,"pretty":"QueryHandler::querySelector","sym":"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#querySelector.","js_sym":"#querySelector","type_pretty":"QuerySelector | undefined","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/QueryHandler.ts#52"}},"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#waitFor().":{"sym":"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#waitFor().","pretty":"QueryHandler::waitFor","meta":{"structured":1,"pretty":"QueryHandler::waitFor","sym":"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#waitFor().","js_sym":"#waitFor","type_pretty":"Promise<...>","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/QueryHandler.ts/QueryHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/QueryHandler.ts#148"}},"S_js_typescript_src/common/Viewport.ts/Viewport#height.":{"sym":"S_js_typescript_src/common/Viewport.ts/Viewport#height.","pretty":"Viewport::height","meta":{"structured":1,"pretty":"Viewport::height","sym":"S_js_typescript_src/common/Viewport.ts/Viewport#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/Viewport.ts/Viewport#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/Viewport.ts#24"}},"S_js_typescript_src/common/Viewport.ts/Viewport#width.":{"sym":"S_js_typescript_src/common/Viewport.ts/Viewport#width.","pretty":"Viewport::width","meta":{"structured":1,"pretty":"Viewport::width","sym":"S_js_typescript_src/common/Viewport.ts/Viewport#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/Viewport.ts/Viewport#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/Viewport.ts#17"}},"S_js_typescript_src/common/XPathQueryHandler.ts/XPathQueryHandler#querySelector.":{"sym":"S_js_typescript_src/common/XPathQueryHandler.ts/XPathQueryHandler#querySelector.","pretty":"XPathQueryHandler::querySelector","meta":{"structured":1,"pretty":"XPathQueryHandler::querySelector","sym":"S_js_typescript_src/common/XPathQueryHandler.ts/XPathQueryHandler#querySelector.","js_sym":"#querySelector","type_pretty":"QuerySelector","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/common/XPathQueryHandler.ts/XPathQueryHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/common/XPathQueryHandler.ts#25"}},"S_js_typescript_src/environment.ts/environment.typeLiteral30:value.":{"sym":"S_js_typescript_src/environment.ts/environment.typeLiteral30:value.","pretty":"environment::typeLiteral30::value","meta":{"structured":1,"pretty":"environment::typeLiteral30::value","sym":"S_js_typescript_src/environment.ts/environment.typeLiteral30:value.","js_sym":"#value","type_pretty":"EnvironmentDependencies","kind":"field","subsystem":"Remote Protocol/Agent","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/environment.ts#28"}},"S_js_typescript_src/injected/CustomQuerySelector.ts/CustomQuerySelector#querySelector().":{"sym":"S_js_typescript_src/injected/CustomQuerySelector.ts/CustomQuerySelector#querySelector().","pretty":"CustomQuerySelector::querySelector","meta":{"structured":1,"pretty":"CustomQuerySelector::querySelector","sym":"S_js_typescript_src/injected/CustomQuerySelector.ts/CustomQuerySelector#querySelector().","js_sym":"#querySelector","type_pretty":"string) => Awaitable","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/injected/CustomQuerySelector.ts/CustomQuerySelector#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/injected/CustomQuerySelector.ts#14"}},"S_js_typescript_src/injected/PQuerySelector.ts/PPseudoSelector#value.":{"sym":"S_js_typescript_src/injected/PQuerySelector.ts/PPseudoSelector#value.","pretty":"PPseudoSelector::value","meta":{"structured":1,"pretty":"PPseudoSelector::value","sym":"S_js_typescript_src/injected/PQuerySelector.ts/PPseudoSelector#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/injected/PQuerySelector.ts/PPseudoSelector#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/injected/PQuerySelector.ts#27"}},"S_js_typescript_src/injected/TextContent.ts/NonTrivialValueNode#value.":{"sym":"S_js_typescript_src/injected/TextContent.ts/NonTrivialValueNode#value.","pretty":"NonTrivialValueNode::value","meta":{"structured":1,"pretty":"NonTrivialValueNode::value","sym":"S_js_typescript_src/injected/TextContent.ts/NonTrivialValueNode#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/injected/TextContent.ts/NonTrivialValueNode#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/injected/TextContent.ts#8"}},"S_js_typescript_src/mouse.spec.ts/Dimensions#height.":{"sym":"S_js_typescript_src/mouse.spec.ts/Dimensions#height.","pretty":"Dimensions::height","meta":{"structured":1,"pretty":"Dimensions::height","sym":"S_js_typescript_src/mouse.spec.ts/Dimensions#height.","js_sym":"#height","type_pretty":"number","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/mouse.spec.ts/Dimensions#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/test/src/mouse.spec.ts#29"}},"S_js_typescript_src/mouse.spec.ts/Dimensions#width.":{"sym":"S_js_typescript_src/mouse.spec.ts/Dimensions#width.","pretty":"Dimensions::width","meta":{"structured":1,"pretty":"Dimensions::width","sym":"S_js_typescript_src/mouse.spec.ts/Dimensions#width.","js_sym":"#width","type_pretty":"number","kind":"field","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/mouse.spec.ts/Dimensions#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/test/src/mouse.spec.ts#28"}},"S_js_typescript_src/schematics/utils/packages.ts/updateJsonValues().(updates)Array:typeLiteral16:value.":{"sym":"S_js_typescript_src/schematics/utils/packages.ts/updateJsonValues().(updates)Array:typeLiteral16:value.","pretty":"updates::Array::typeLiteral16::value","meta":{"structured":1,"pretty":"updates::Array::typeLiteral16::value","sym":"S_js_typescript_src/schematics/utils/packages.ts/updateJsonValues().(updates)Array:typeLiteral16:value.","js_sym":"#value","type_pretty":"any","kind":"field","subsystem":"Remote Protocol/Agent","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/ng-schematics/src/schematics/utils/packages.ts#69"}},"S_js_typescript_src/util/Deferred.ts/Deferred#value().":{"sym":"S_js_typescript_src/util/Deferred.ts/Deferred#value().","pretty":"Deferred::value","meta":{"structured":1,"pretty":"Deferred::value","sym":"S_js_typescript_src/util/Deferred.ts/Deferred#value().","js_sym":"#value","type_pretty":"T | V | TimeoutError | undefined","kind":"method","subsystem":"Remote Protocol/Agent","parentsym":"S_js_typescript_src/util/Deferred.ts/Deferred#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"remote/test/puppeteer/packages/puppeteer-core/src/util/Deferred.ts#111"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"nimbus-qa-1\".typeLiteral8:variables.typeLiteral9:value.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"nimbus-qa-1\".typeLiteral8:variables.typeLiteral9:value.","pretty":"FeatureManifest::typeLiteral0::\"nimbus-qa-1\"::typeLiteral8::variables::typeLiteral9::value","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"nimbus-qa-1\"::typeLiteral8::variables::typeLiteral9::value","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"nimbus-qa-1\".typeLiteral8:variables.typeLiteral9:value.","js_sym":"#value","type_pretty":"string; }","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#41"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"nimbus-qa-2\".typeLiteral12:variables.typeLiteral13:value.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"nimbus-qa-2\".typeLiteral12:variables.typeLiteral13:value.","pretty":"FeatureManifest::typeLiteral0::\"nimbus-qa-2\"::typeLiteral12::variables::typeLiteral13::value","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::\"nimbus-qa-2\"::typeLiteral12::variables::typeLiteral13::value","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:\"nimbus-qa-2\".typeLiteral12:variables.typeLiteral13:value.","js_sym":"#value","type_pretty":"string; }","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#56"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:chatbot.typeLiteral1355:variables.typeLiteral1356:prefs.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:chatbot.typeLiteral1355:variables.typeLiteral1356:prefs.","pretty":"FeatureManifest::typeLiteral0::chatbot::typeLiteral1355::variables::typeLiteral1356::prefs","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::chatbot::typeLiteral1355::variables::typeLiteral1356::prefs","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:chatbot.typeLiteral1355:variables.typeLiteral1356:prefs.","js_sym":"#prefs","type_pretty":"string; }","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5549"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:linkPreviews.typeLiteral1360:variables.typeLiteral1361:prefs.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:linkPreviews.typeLiteral1360:variables.typeLiteral1361:prefs.","pretty":"FeatureManifest::typeLiteral0::linkPreviews::typeLiteral1360::variables::typeLiteral1361::prefs","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::linkPreviews::typeLiteral1360::variables::typeLiteral1361::prefs","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:linkPreviews.typeLiteral1360:variables.typeLiteral1361:prefs.","js_sym":"#prefs","type_pretty":"string; }","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#5568"}},"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:prefFlips.typeLiteral16:variables.typeLiteral17:prefs.":{"sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:prefFlips.typeLiteral16:variables.typeLiteral17:prefs.","pretty":"FeatureManifest::typeLiteral0::prefFlips::typeLiteral16::variables::typeLiteral17::prefs","meta":{"structured":1,"pretty":"FeatureManifest::typeLiteral0::prefFlips::typeLiteral16::variables::typeLiteral17::prefs","sym":"S_js_typescript_subs/FeatureManifest.sys.d.mts/FeatureManifest.typeLiteral0:prefFlips.typeLiteral16:variables.typeLiteral17:prefs.","js_sym":"#prefs","type_pretty":"string; }","kind":"field","subsystem":"Core/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"tools/@types/subs/FeatureManifest.sys.d.mts#72"}},"S_js_typescript_toolkit/components/asyncshutdown/AsyncShutdown.sys.mjs/PromiseSet().prototype.wait().":{"sym":"S_js_typescript_toolkit/components/asyncshutdown/AsyncShutdown.sys.mjs/PromiseSet().prototype.wait().","pretty":"PromiseSet::prototype::wait","meta":{"structured":1,"pretty":"PromiseSet::prototype::wait","sym":"S_js_typescript_toolkit/components/asyncshutdown/AsyncShutdown.sys.mjs/PromiseSet().prototype.wait().","js_sym":"#wait","type_pretty":"Promise","kind":"method","subsystem":"Toolkit/Async Tooling","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/asyncshutdown/AsyncShutdown.sys.mjs#116"}},"S_js_typescript_toolkit/components/asyncshutdown/nsAsyncShutdown.sys.mjs/nsAsyncShutdownBarrier().prototype.wait().":{"sym":"S_js_typescript_toolkit/components/asyncshutdown/nsAsyncShutdown.sys.mjs/nsAsyncShutdownBarrier().prototype.wait().","pretty":"nsAsyncShutdownBarrier::prototype::wait","meta":{"structured":1,"pretty":"nsAsyncShutdownBarrier::prototype::wait","sym":"S_js_typescript_toolkit/components/asyncshutdown/nsAsyncShutdown.sys.mjs/nsAsyncShutdownBarrier().prototype.wait().","js_sym":"#wait","type_pretty":"void","kind":"method","subsystem":"Toolkit/Async Tooling","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/asyncshutdown/nsAsyncShutdown.sys.mjs#199"}},"S_js_typescript_toolkit/components/doh/DoHTestUtils.sys.mjs/lazy.TestUtils.":{"sym":"S_js_typescript_toolkit/components/doh/DoHTestUtils.sys.mjs/lazy.TestUtils.","pretty":"lazy::TestUtils","meta":{"structured":1,"pretty":"lazy::TestUtils","sym":"S_js_typescript_toolkit/components/doh/DoHTestUtils.sys.mjs/lazy.TestUtils.","js_sym":"#TestUtils","type_pretty":"\"TestUtils\"","kind":"field","subsystem":"Core/Networking/DNS","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/doh/DoHTestUtils.sys.mjs#9"}},"S_js_typescript_toolkit/components/extensions/Extension.sys.mjs/Extension#once().":{"sym":"S_js_typescript_toolkit/components/extensions/Extension.sys.mjs/Extension#once().","pretty":"Extension::once","meta":{"structured":1,"pretty":"Extension::once","sym":"S_js_typescript_toolkit/components/extensions/Extension.sys.mjs/Extension#once().","js_sym":"#once","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/Extension.sys.mjs/Extension#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/Extension.sys.mjs#3638"}},"S_js_typescript_toolkit/components/extensions/ExtensionCommon.sys.mjs/EventEmitter#once().":{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionCommon.sys.mjs/EventEmitter#once().","pretty":"EventEmitter::once","meta":{"structured":1,"pretty":"EventEmitter::once","sym":"S_js_typescript_toolkit/components/extensions/ExtensionCommon.sys.mjs/EventEmitter#once().","js_sym":"#once","type_pretty":"void","kind":"method","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/ExtensionCommon.sys.mjs/EventEmitter#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ExtensionCommon.sys.mjs#307"}},"S_js_typescript_toolkit/components/extensions/ExtensionPermissions.sys.mjs/prefs.":{"sym":"S_js_typescript_toolkit/components/extensions/ExtensionPermissions.sys.mjs/prefs.","pretty":"prefs","meta":{"structured":1,"pretty":"prefs","sym":"S_js_typescript_toolkit/components/extensions/ExtensionPermissions.sys.mjs/prefs.","js_sym":"#prefs","type_pretty":"any","kind":"field","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/ExtensionPermissions.sys.mjs#45"}},"S_js_typescript_toolkit/components/extensions/types/ext-tabs-base.d.ts/tabs_base/WindowBase#window.":{"sym":"S_js_typescript_toolkit/components/extensions/types/ext-tabs-base.d.ts/tabs_base/WindowBase#window.","pretty":"WindowBase::window","meta":{"structured":1,"pretty":"WindowBase::window","sym":"S_js_typescript_toolkit/components/extensions/types/ext-tabs-base.d.ts/tabs_base/WindowBase#window.","js_sym":"#window","type_pretty":"any","kind":"field","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/types/ext-tabs-base.d.ts/tabs_base/WindowBase#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/types/ext-tabs-base.d.ts#529"}},"S_js_typescript_toolkit/components/extensions/types/extensions.ts/\"resource://gre/modules/IndexedDB.sys.mjs\"/CursorWithValue#value.":{"sym":"S_js_typescript_toolkit/components/extensions/types/extensions.ts/\"resource://gre/modules/IndexedDB.sys.mjs\"/CursorWithValue#value.","pretty":"CursorWithValue::value","meta":{"structured":1,"pretty":"CursorWithValue::value","sym":"S_js_typescript_toolkit/components/extensions/types/extensions.ts/\"resource://gre/modules/IndexedDB.sys.mjs\"/CursorWithValue#value.","js_sym":"#value","type_pretty":"any","kind":"field","subsystem":"WebExtensions/General","parentsym":"S_js_typescript_toolkit/components/extensions/types/extensions.ts/\"resource://gre/modules/IndexedDB.sys.mjs\"/CursorWithValue#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/types/extensions.ts#65"}},"S_js_typescript_toolkit/components/extensions/types/extensions.ts/\"resource://testing-common/Assert.sys.mjs\"/Assert/ok.":{"sym":"S_js_typescript_toolkit/components/extensions/types/extensions.ts/\"resource://testing-common/Assert.sys.mjs\"/Assert/ok.","pretty":"ok","meta":{"structured":1,"pretty":"ok","sym":"S_js_typescript_toolkit/components/extensions/types/extensions.ts/\"resource://testing-common/Assert.sys.mjs\"/Assert/ok.","js_sym":"#ok","type_pretty":"any[]) => void","kind":"field","subsystem":"WebExtensions/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/extensions/types/extensions.ts#50"}},"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains().","pretty":"AddressField::contains","meta":{"structured":1,"pretty":"AddressField::contains","sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains().","js_sym":"#contains","type_pretty":"void","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/StreetAddress#contains().","S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/PostalCode#contains().","S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/City#contains().","S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/State#contains().","S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Country#contains().","S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Name#contains().","S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Tel#contains().","S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Organization#contains().","S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Email#contains()."],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/AddressComponent.sys.mjs#186"}},"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/City#contains().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/City#contains().","pretty":"City::contains","meta":{"structured":1,"pretty":"City::contains","sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/City#contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/City#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/AddressComponent.sys.mjs#376"}},"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Country#contains().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Country#contains().","pretty":"Country::contains","meta":{"structured":1,"pretty":"Country::contains","sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Country#contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Country#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/AddressComponent.sys.mjs#493"}},"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Email#contains().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Email#contains().","pretty":"Email::contains","meta":{"structured":1,"pretty":"Email::contains","sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Email#contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Email#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/AddressComponent.sys.mjs#843"}},"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Name#contains().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Name#contains().","pretty":"Name::contains","meta":{"structured":1,"pretty":"Name::contains","sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Name#contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Name#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/AddressComponent.sys.mjs#551"}},"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Organization#contains().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Organization#contains().","pretty":"Organization::contains","meta":{"structured":1,"pretty":"Organization::contains","sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Organization#contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Organization#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/AddressComponent.sys.mjs#756"}},"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/PostalCode#contains().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/PostalCode#contains().","pretty":"PostalCode::contains","meta":{"structured":1,"pretty":"PostalCode::contains","sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/PostalCode#contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/PostalCode#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/AddressComponent.sys.mjs#325"}},"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/State#contains().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/State#contains().","pretty":"State::contains","meta":{"structured":1,"pretty":"State::contains","sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/State#contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/State#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/AddressComponent.sys.mjs#441"}},"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/StreetAddress#contains().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/StreetAddress#contains().","pretty":"StreetAddress::contains","meta":{"structured":1,"pretty":"StreetAddress::contains","sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/StreetAddress#contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/StreetAddress#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/AddressComponent.sys.mjs#249"}},"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Tel#contains().":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Tel#contains().","pretty":"Tel::contains","meta":{"structured":1,"pretty":"Tel::contains","sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Tel#contains().","js_sym":"#contains","type_pretty":"any","kind":"method","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/Tel#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/formautofill/shared/AddressComponent.sys.mjs/AddressField#contains()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/AddressComponent.sys.mjs#714"}},"S_js_typescript_toolkit/components/formautofill/shared/FormAutofillHandler.sys.mjs/FormAutofillHandler#window.":{"sym":"S_js_typescript_toolkit/components/formautofill/shared/FormAutofillHandler.sys.mjs/FormAutofillHandler#window.","pretty":"FormAutofillHandler::window","meta":{"structured":1,"pretty":"FormAutofillHandler::window","sym":"S_js_typescript_toolkit/components/formautofill/shared/FormAutofillHandler.sys.mjs/FormAutofillHandler#window.","js_sym":"#window","type_pretty":"null","kind":"field","subsystem":"Toolkit/Form Autofill","parentsym":"S_js_typescript_toolkit/components/formautofill/shared/FormAutofillHandler.sys.mjs/FormAutofillHandler#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/formautofill/shared/FormAutofillHandler.sys.mjs#40"}},"S_js_typescript_toolkit/components/ml/content/Utils.sys.mjs/ProgressAndStatusCallbackParams#ok.":{"sym":"S_js_typescript_toolkit/components/ml/content/Utils.sys.mjs/ProgressAndStatusCallbackParams#ok.","pretty":"ProgressAndStatusCallbackParams::ok","meta":{"structured":1,"pretty":"ProgressAndStatusCallbackParams::ok","sym":"S_js_typescript_toolkit/components/ml/content/Utils.sys.mjs/ProgressAndStatusCallbackParams#ok.","js_sym":"#ok","type_pretty":"boolean | null","kind":"field","subsystem":"Core/Machine Learning/On Device","parentsym":"S_js_typescript_toolkit/components/ml/content/Utils.sys.mjs/ProgressAndStatusCallbackParams#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ml/content/Utils.sys.mjs#164"}},"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfAssertions#ok().":{"sym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfAssertions#ok().","pretty":"MLPerfAssertions::ok","meta":{"structured":1,"pretty":"MLPerfAssertions::ok","sym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfAssertions#ok().","js_sym":"#ok","type_pretty":"string | undefined) => void","kind":"method","subsystem":"Core/Machine Learning/On Device","parentsym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfAssertions#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ml/ml.d.ts#319"}},"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfTestContext#info().":{"sym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfTestContext#info().","pretty":"MLPerfTestContext::info","meta":{"structured":1,"pretty":"MLPerfTestContext::info","sym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfTestContext#info().","js_sym":"#info","type_pretty":"string) => void","kind":"method","subsystem":"Core/Machine Learning/On Device","parentsym":"S_js_typescript_toolkit/components/ml/ml.d.ts/MLPerfTestContext#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/ml/ml.d.ts#347"}},"S_js_typescript_toolkit/components/normandy/lib/NormandyApi.sys.mjs/prefs.":{"sym":"S_js_typescript_toolkit/components/normandy/lib/NormandyApi.sys.mjs/prefs.","pretty":"prefs","meta":{"structured":1,"pretty":"prefs","sym":"S_js_typescript_toolkit/components/normandy/lib/NormandyApi.sys.mjs/prefs.","js_sym":"#prefs","type_pretty":"nsIPrefBranch","kind":"field","subsystem":"Firefox/Normandy Client","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/normandy/lib/NormandyApi.sys.mjs#11"}},"S_js_typescript_toolkit/components/places/tests/PlacesTestUtils.sys.mjs/lazy.TestUtils.":{"sym":"S_js_typescript_toolkit/components/places/tests/PlacesTestUtils.sys.mjs/lazy.TestUtils.","pretty":"lazy::TestUtils","meta":{"structured":1,"pretty":"lazy::TestUtils","sym":"S_js_typescript_toolkit/components/places/tests/PlacesTestUtils.sys.mjs/lazy.TestUtils.","js_sym":"#TestUtils","type_pretty":"\"TestUtils\"","kind":"field","subsystem":"Toolkit/Places","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/places/tests/PlacesTestUtils.sys.mjs#5"}},"S_js_typescript_toolkit/components/satchel/FillHelpers.sys.mjs/GenericAutocompleteItem#value.":{"sym":"S_js_typescript_toolkit/components/satchel/FillHelpers.sys.mjs/GenericAutocompleteItem#value.","pretty":"GenericAutocompleteItem::value","meta":{"structured":1,"pretty":"GenericAutocompleteItem::value","sym":"S_js_typescript_toolkit/components/satchel/FillHelpers.sys.mjs/GenericAutocompleteItem#value.","js_sym":"#value","type_pretty":"string","kind":"field","subsystem":"Toolkit/Form Manager","parentsym":"S_js_typescript_toolkit/components/satchel/FillHelpers.sys.mjs/GenericAutocompleteItem#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/satchel/FillHelpers.sys.mjs#11"}},"S_js_typescript_toolkit/components/satchel/FormHistory.sys.mjs/wait.":{"sym":"S_js_typescript_toolkit/components/satchel/FormHistory.sys.mjs/wait.","pretty":"wait","meta":{"structured":1,"pretty":"wait","sym":"S_js_typescript_toolkit/components/satchel/FormHistory.sys.mjs/wait.","js_sym":"#wait","type_pretty":"any) => Promise","kind":"field","subsystem":"Toolkit/Form Manager","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/satchel/FormHistory.sys.mjs#103"}},"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponent#contains().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponent#contains().","pretty":"FilterAdultComponent::contains","meta":{"structured":1,"pretty":"FilterAdultComponent::contains","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponent#contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponent#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponentInterface#contains()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs#153"}},"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponentInterface#contains().":{"sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponentInterface#contains().","pretty":"FilterAdultComponentInterface::contains","meta":{"structured":1,"pretty":"FilterAdultComponentInterface::contains","sym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponentInterface#contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/UniFFI Bindings","parentsym":"S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponentInterface#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"overriddenBy":["S_js_typescript_toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs/FilterAdultComponent#contains()."],"variants":[]},"jumps":{"def":"toolkit/components/uniffi-bindgen-gecko-js/components/generated/RustFilterAdult.sys.mjs#108"}},"S_js_typescript_toolkit/content/widgets/lit-select-control.mjs/SelectControlBaseElement#focus().":{"sym":"S_js_typescript_toolkit/content/widgets/lit-select-control.mjs/SelectControlBaseElement#focus().","pretty":"SelectControlBaseElement::focus","meta":{"structured":1,"pretty":"SelectControlBaseElement::focus","sym":"S_js_typescript_toolkit/content/widgets/lit-select-control.mjs/SelectControlBaseElement#focus().","js_sym":"#focus","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/lit-select-control.mjs/SelectControlBaseElement#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLOrSVGOrMathMLElement_focus"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOrSVGOrMathMLElement#focus()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/lit-select-control.mjs#110"}},"S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#click().":{"sym":"S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#click().","pretty":"MozBaseInputElement::click","meta":{"structured":1,"pretty":"MozBaseInputElement::click","sym":"S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#click().","js_sym":"#click","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLElement_click"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/lit-utils.mjs#404"}},"S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#focus().":{"sym":"S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#focus().","pretty":"MozBaseInputElement::focus","meta":{"structured":1,"pretty":"MozBaseInputElement::focus","sym":"S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#focus().","js_sym":"#focus","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/lit-utils.mjs/MozBaseInputElement#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLOrSVGOrMathMLElement_focus"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOrSVGOrMathMLElement#focus()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/lit-utils.mjs#408"}},"S_js_typescript_toolkit/content/widgets/moz-box-button/moz-box-button.mjs/MozBoxButton#click().":{"sym":"S_js_typescript_toolkit/content/widgets/moz-box-button/moz-box-button.mjs/MozBoxButton#click().","pretty":"MozBoxButton::click","meta":{"structured":1,"pretty":"MozBoxButton::click","sym":"S_js_typescript_toolkit/content/widgets/moz-box-button/moz-box-button.mjs/MozBoxButton#click().","js_sym":"#click","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/moz-box-button/moz-box-button.mjs/MozBoxButton#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLElement_click"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/moz-box-button/moz-box-button.mjs#42"}},"S_js_typescript_toolkit/content/widgets/moz-box-item/moz-box-item.mjs/MozBoxItem#focus().":{"sym":"S_js_typescript_toolkit/content/widgets/moz-box-item/moz-box-item.mjs/MozBoxItem#focus().","pretty":"MozBoxItem::focus","meta":{"structured":1,"pretty":"MozBoxItem::focus","sym":"S_js_typescript_toolkit/content/widgets/moz-box-item/moz-box-item.mjs/MozBoxItem#focus().","js_sym":"#focus","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/moz-box-item/moz-box-item.mjs/MozBoxItem#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOrSVGOrMathMLElement#focus()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/moz-box-item/moz-box-item.mjs#189"}},"S_js_typescript_toolkit/content/widgets/moz-button/moz-button.mjs/MozButton#click().":{"sym":"S_js_typescript_toolkit/content/widgets/moz-button/moz-button.mjs/MozButton#click().","pretty":"MozButton::click","meta":{"structured":1,"pretty":"MozButton::click","sym":"S_js_typescript_toolkit/content/widgets/moz-button/moz-button.mjs/MozButton#click().","js_sym":"#click","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/moz-button/moz-button.mjs/MozButton#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLElement_click"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/moz-button/moz-button.mjs#314"}},"S_js_typescript_toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs/MozVisualPickerItem#click().":{"sym":"S_js_typescript_toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs/MozVisualPickerItem#click().","pretty":"MozVisualPickerItem::click","meta":{"structured":1,"pretty":"MozVisualPickerItem::click","sym":"S_js_typescript_toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs/MozVisualPickerItem#click().","js_sym":"#click","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs/MozVisualPickerItem#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs#85"}},"S_js_typescript_toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs/MozVisualPickerItem#focus().":{"sym":"S_js_typescript_toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs/MozVisualPickerItem#focus().","pretty":"MozVisualPickerItem::focus","meta":{"structured":1,"pretty":"MozVisualPickerItem::focus","sym":"S_js_typescript_toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs/MozVisualPickerItem#focus().","js_sym":"#focus","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs/MozVisualPickerItem#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/moz-visual-picker/moz-visual-picker.mjs#89"}},"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#click().":{"sym":"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#click().","pretty":"PanelItem::click","meta":{"structured":1,"pretty":"PanelItem::click","sym":"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#click().","js_sym":"#click","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLElement_click"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLElement#click()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/panel-list/panel-list.mjs#1083"}},"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#focus().":{"sym":"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#focus().","pretty":"PanelItem::focus","meta":{"structured":1,"pretty":"PanelItem::focus","sym":"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#focus().","js_sym":"#focus","type_pretty":"void","kind":"method","subsystem":"Toolkit/UI Widgets","parentsym":"S_js_typescript_toolkit/content/widgets/panel-list/panel-list.mjs/PanelItem#","slotOwner":{"slotKind":"method","slotLang":"js","implKind":null,"ownerLang":"idl","sym":"WEBIDL_HTMLOrSVGOrMathMLElement_focus"},"implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[{"sym":"S_js_typescript_generated/lib.gecko.dom.d.ts/HTMLOrSVGOrMathMLElement#focus()."}],"props":[],"variants":[]},"jumps":{"def":"toolkit/content/widgets/panel-list/panel-list.mjs#1087"}},"S_js_typescript_toolkit/modules/EventEmitter.sys.mjs/EventEmitter#once().":{"sym":"S_js_typescript_toolkit/modules/EventEmitter.sys.mjs/EventEmitter#once().","pretty":"EventEmitter::once","meta":{"structured":1,"pretty":"EventEmitter::once","sym":"S_js_typescript_toolkit/modules/EventEmitter.sys.mjs/EventEmitter#once().","js_sym":"#once","type_pretty":"Promise","kind":"method","subsystem":"Toolkit/General","parentsym":"S_js_typescript_toolkit/modules/EventEmitter.sys.mjs/EventEmitter#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/modules/EventEmitter.sys.mjs#83"}},"S_js_typescript_toolkit/modules/Geometry.sys.mjs/Rect().prototype.contains().":{"sym":"S_js_typescript_toolkit/modules/Geometry.sys.mjs/Rect().prototype.contains().","pretty":"Rect::prototype::contains","meta":{"structured":1,"pretty":"Rect::prototype::contains","sym":"S_js_typescript_toolkit/modules/Geometry.sys.mjs/Rect().prototype.contains().","js_sym":"#contains","type_pretty":"boolean","kind":"method","subsystem":"Toolkit/General","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/modules/Geometry.sys.mjs#207"}},"S_js_typescript_toolkit/modules/Log.sys.mjs/Logger#info().":{"sym":"S_js_typescript_toolkit/modules/Log.sys.mjs/Logger#info().","pretty":"Logger::info","meta":{"structured":1,"pretty":"Logger::info","sym":"S_js_typescript_toolkit/modules/Log.sys.mjs/Logger#info().","js_sym":"#info","type_pretty":"void","kind":"method","subsystem":"Toolkit/General","parentsym":"S_js_typescript_toolkit/modules/Log.sys.mjs/Logger#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/modules/Log.sys.mjs#398"}},"S_js_typescript_toolkit/modules/SubDialog.sys.mjs/SubDialog().prototype.focus().":{"sym":"S_js_typescript_toolkit/modules/SubDialog.sys.mjs/SubDialog().prototype.focus().","pretty":"SubDialog::prototype::focus","meta":{"structured":1,"pretty":"SubDialog::prototype::focus","sym":"S_js_typescript_toolkit/modules/SubDialog.sys.mjs/SubDialog().prototype.focus().","js_sym":"#focus","type_pretty":"void","kind":"method","subsystem":"Toolkit/Content Prompts","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/modules/SubDialog.sys.mjs#885"}},"S_js_typescript_toolkit/modules/subprocess/subprocess_common.sys.mjs/BaseProcess#wait().":{"sym":"S_js_typescript_toolkit/modules/subprocess/subprocess_common.sys.mjs/BaseProcess#wait().","pretty":"BaseProcess::wait","meta":{"structured":1,"pretty":"BaseProcess::wait","sym":"S_js_typescript_toolkit/modules/subprocess/subprocess_common.sys.mjs/BaseProcess#wait().","js_sym":"#wait","type_pretty":"Promise","kind":"method","subsystem":"Toolkit/Async Tooling","parentsym":"S_js_typescript_toolkit/modules/subprocess/subprocess_common.sys.mjs/BaseProcess#","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/modules/subprocess/subprocess_common.sys.mjs#719"}},"S_js_typescript_toolkit/mozapps/extensions/internal/AddonTestUtils.sys.mjs/AddonTestUtils.info().":{"sym":"S_js_typescript_toolkit/mozapps/extensions/internal/AddonTestUtils.sys.mjs/AddonTestUtils.info().","pretty":"AddonTestUtils::info","meta":{"structured":1,"pretty":"AddonTestUtils::info","sym":"S_js_typescript_toolkit/mozapps/extensions/internal/AddonTestUtils.sys.mjs/AddonTestUtils.info().","js_sym":"#info","type_pretty":"void","kind":"method","subsystem":"Toolkit/Add-ons Manager","implKind":"impl","sizeBytes":null,"alignmentBytes":null,"ownVFPtrBytes":null,"bindingSlots":[],"ontologySlots":[],"supers":[],"methods":[],"fields":[],"overrides":[],"props":[],"variants":[]},"jumps":{"def":"toolkit/mozapps/extensions/internal/AddonTestUtils.sys.mjs#508"}},"Services#prefs":{"sym":"Services#prefs","pretty":"Services.prefs"},"TestUtils#waitForCondition":{"sym":"TestUtils#waitForCondition","pretty":"TestUtils.waitForCondition","jumps":{"def":"testing/modules/TestUtils.sys.mjs#288"}},"bounds#height":{"sym":"bounds#height","pretty":"bounds.height"},"bounds#width":{"sym":"bounds#width","pretty":"bounds.width"},"dwu#getBoundsWithoutFlushing":{"sym":"dwu#getBoundsWithoutFlushing","pretty":"dwu.getBoundsWithoutFlushing"},"editButton#classList":{"sym":"editButton#classList","pretty":"editButton.classList"},"editButton#click":{"sym":"editButton#click","pretty":"editButton.click"},"editSection#classList":{"sym":"editSection#classList","pretty":"editSection.classList"},"gDevTools#showToolboxForTab":{"sym":"gDevTools#showToolboxForTab","pretty":"gDevTools.showToolboxForTab"},"input#focus":{"sym":"input#focus","pretty":"input.focus"},"input#value":{"sym":"input#value","pretty":"input.value"},"panel#panelDoc":{"sym":"panel#panelDoc","pretty":"panel.panelDoc"},"panel#panelWin":{"sym":"panel#panelWin","pretty":"panel.panelWin"},"resetButton#classList":{"sym":"resetButton#classList","pretty":"resetButton.classList"},"resetButton#click":{"sym":"resetButton#click","pretty":"resetButton.click"},"toolbox#getCurrentPanel":{"sym":"toolbox#getCurrentPanel","pretty":"toolbox.getCurrentPanel"},"toolbox#once":{"sym":"toolbox#once","pretty":"toolbox.once"},"window#windowUtils":{"sym":"window#windowUtils","pretty":"window.windowUtils"}};