Skip to main content

@dialstack/sdk-dev / js/src / BaseComponentElement

Interface: BaseComponentElement

Defined in: sdk/js/src/types/components.ts:454

Base component element interface with common setters

Extends

  • HTMLElement

Properties

accessKey

TypeScript
accessKey: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17735

The HTMLElement.accessKey property sets the keystroke which a user can press to jump to a given element.

MDN Reference

Inherited from

TypeScript
HTMLElement.accessKey

accessKeyLabel

TypeScript
readonly accessKeyLabel: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17741

The HTMLElement.accessKeyLabel read-only property returns a string containing the element's browser-assigned access key (if any); otherwise it returns an empty string.

MDN Reference

Inherited from

TypeScript
HTMLElement.accessKeyLabel

ariaActiveDescendantElement

TypeScript
ariaActiveDescendantElement: Element | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3242

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaActiveDescendantElement

ariaAtomic

TypeScript
ariaAtomic: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3244

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaAtomic

ariaAutoComplete

TypeScript
ariaAutoComplete: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3246

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaAutoComplete

ariaBrailleLabel

TypeScript
ariaBrailleLabel: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3248

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaBrailleLabel

ariaBrailleRoleDescription

TypeScript
ariaBrailleRoleDescription: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3250

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaBrailleRoleDescription

ariaBusy

TypeScript
ariaBusy: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3252

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaBusy

ariaChecked

TypeScript
ariaChecked: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3254

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaChecked

ariaColCount

TypeScript
ariaColCount: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3256

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaColCount

ariaColIndex

TypeScript
ariaColIndex: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3258

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaColIndex

ariaColIndexText

TypeScript
ariaColIndexText: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3260

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaColIndexText

ariaColSpan

TypeScript
ariaColSpan: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3262

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaColSpan

ariaControlsElements

TypeScript
ariaControlsElements: readonly Element[] | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3264

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaControlsElements

ariaCurrent

TypeScript
ariaCurrent: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3266

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaCurrent

ariaDescribedByElements

TypeScript
ariaDescribedByElements: readonly Element[] | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3268

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaDescribedByElements

ariaDescription

TypeScript
ariaDescription: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3270

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaDescription

ariaDetailsElements

TypeScript
ariaDetailsElements: readonly Element[] | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3272

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaDetailsElements

ariaDisabled

TypeScript
ariaDisabled: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3274

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaDisabled

ariaErrorMessageElements

TypeScript
ariaErrorMessageElements: readonly Element[] | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3276

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaErrorMessageElements

ariaExpanded

TypeScript
ariaExpanded: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3278

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaExpanded

ariaFlowToElements

TypeScript
ariaFlowToElements: readonly Element[] | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3280

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaFlowToElements

ariaHasPopup

TypeScript
ariaHasPopup: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3282

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaHasPopup

ariaHidden

TypeScript
ariaHidden: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3284

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaHidden

ariaInvalid

TypeScript
ariaInvalid: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3286

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaInvalid

ariaKeyShortcuts

TypeScript
ariaKeyShortcuts: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3288

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaKeyShortcuts

ariaLabel

TypeScript
ariaLabel: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3290

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaLabel

ariaLabelledByElements

TypeScript
ariaLabelledByElements: readonly Element[] | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3292

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaLabelledByElements

ariaLevel

TypeScript
ariaLevel: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3294

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaLevel

ariaLive

TypeScript
ariaLive: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3296

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaLive

ariaModal

TypeScript
ariaModal: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3298

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaModal

ariaMultiLine

TypeScript
ariaMultiLine: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3300

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaMultiLine

ariaMultiSelectable

TypeScript
ariaMultiSelectable: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3302

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaMultiSelectable

ariaOrientation

TypeScript
ariaOrientation: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3304

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaOrientation

ariaOwnsElements

TypeScript
ariaOwnsElements: readonly Element[] | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3306

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaOwnsElements

ariaPlaceholder

TypeScript
ariaPlaceholder: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3308

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaPlaceholder

ariaPosInSet

TypeScript
ariaPosInSet: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3310

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaPosInSet

ariaPressed

TypeScript
ariaPressed: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3312

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaPressed

ariaReadOnly

TypeScript
ariaReadOnly: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3314

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaReadOnly

ariaRelevant

TypeScript
ariaRelevant: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3316

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaRelevant

ariaRequired

TypeScript
ariaRequired: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3318

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaRequired

ariaRoleDescription

TypeScript
ariaRoleDescription: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3320

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaRoleDescription

ariaRowCount

TypeScript
ariaRowCount: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3322

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaRowCount

ariaRowIndex

TypeScript
ariaRowIndex: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3324

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaRowIndex

ariaRowIndexText

TypeScript
ariaRowIndexText: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3326

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaRowIndexText

ariaRowSpan

TypeScript
ariaRowSpan: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3328

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaRowSpan

ariaSelected

TypeScript
ariaSelected: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3330

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaSelected

ariaSetSize

TypeScript
ariaSetSize: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3332

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaSetSize

ariaSort

TypeScript
ariaSort: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3334

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaSort

ariaValueMax

TypeScript
ariaValueMax: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3336

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaValueMax

ariaValueMin

TypeScript
ariaValueMin: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3338

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaValueMin

ariaValueNow

TypeScript
ariaValueNow: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3340

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaValueNow

ariaValueText

TypeScript
ariaValueText: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3342

MDN Reference

Inherited from

TypeScript
HTMLElement.ariaValueText

assignedSlot

TypeScript
readonly assignedSlot: HTMLSlotElement | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:35365

MDN Reference

Inherited from

TypeScript
HTMLElement.assignedSlot

ATTRIBUTE_NODE

TypeScript
readonly ATTRIBUTE_NODE: 2;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26212

Inherited from

TypeScript
HTMLElement.ATTRIBUTE_NODE

attributes

TypeScript
readonly attributes: NamedNodeMap;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13514

The Element.attributes property returns a live collection of all attribute nodes registered to the specified node. It is a NamedNodeMap, not an Array, so it has no Array methods and the Attr nodes' indexes may differ among browsers. To be more specific, attributes is a key/value pair of strings that represents any information regarding that attribute.

MDN Reference

Inherited from

TypeScript
HTMLElement.attributes

attributeStyleMap

TypeScript
readonly attributeStyleMap: StylePropertyMap;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13928

MDN Reference

Inherited from

TypeScript
HTMLElement.attributeStyleMap

autocapitalize

TypeScript
autocapitalize: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17747

The autocapitalize property of the HTMLElement interface represents the element's capitalization behavior for user input. It is available on all HTML elements, though it doesn't affect all of them, including:

MDN Reference

Inherited from

TypeScript
HTMLElement.autocapitalize

autocorrect

TypeScript
autocorrect: boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17753

The autocorrect property of the HTMLElement interface controls whether or not autocorrection of editable text is enabled for spelling and/or punctuation errors.

MDN Reference

Inherited from

TypeScript
HTMLElement.autocorrect

autofocus

TypeScript
autofocus: boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:20122

MDN Reference

Inherited from

TypeScript
HTMLElement.autofocus

baseURI

TypeScript
readonly baseURI: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26041

The read-only baseURI property of the Node interface returns the absolute base URL of the document containing the node.

MDN Reference

Inherited from

TypeScript
HTMLElement.baseURI

CDATA_SECTION_NODE

TypeScript
readonly CDATA_SECTION_NODE: 4;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26216

node is a CDATASection node.

Inherited from

TypeScript
HTMLElement.CDATA_SECTION_NODE

childElementCount

TypeScript
readonly childElementCount: number;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27044

MDN Reference

Inherited from

TypeScript
HTMLElement.childElementCount

childNodes

TypeScript
readonly childNodes: NodeListOf<ChildNode>;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26047

The read-only childNodes property of the Node interface returns a live NodeList of child nodes of the given element where the first child node is assigned index 0. Child nodes include elements, text and comments.

MDN Reference

Inherited from

TypeScript
HTMLElement.childNodes

children

TypeScript
readonly children: HTMLCollection;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27050

Returns the child elements.

MDN Reference

Inherited from

TypeScript
HTMLElement.children

className

TypeScript
className: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13527

The className property of the Element interface gets and sets the value of the class attribute of the specified element.

MDN Reference

Inherited from

TypeScript
HTMLElement.className

clientHeight

TypeScript
readonly clientHeight: number;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13533

The clientHeight read-only property of the Element interface is zero for elements with no CSS or inline layout boxes; otherwise, it's the inner height of an element in pixels. It includes padding but excludes borders, margins, and horizontal scrollbars (if present).

MDN Reference

Inherited from

TypeScript
HTMLElement.clientHeight

clientLeft

TypeScript
readonly clientLeft: number;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13539

The clientLeft read-only property of the Element interface returns the width of the left border of an element in pixels. It includes the width of the vertical scrollbar if the text direction of the element is right-to-left and if there is an overflow causing a left vertical scrollbar to be rendered. clientLeft does not include the left margin or the left padding.

MDN Reference

Inherited from

TypeScript
HTMLElement.clientLeft

clientTop

TypeScript
readonly clientTop: number;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13545

The clientTop read-only property of the Element interface returns the width of the top border of an element in pixels.

MDN Reference

Inherited from

TypeScript
HTMLElement.clientTop

clientWidth

TypeScript
readonly clientWidth: number;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13551

The clientWidth read-only property of the Element interface is zero for inline elements and elements with no CSS; otherwise, it's the inner width of an element in pixels. It includes padding but excludes borders, margins, and vertical scrollbars (if present).

MDN Reference

Inherited from

TypeScript
HTMLElement.clientWidth

COMMENT_NODE

TypeScript
readonly COMMENT_NODE: 8;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26222

node is a Comment node.

Inherited from

TypeScript
HTMLElement.COMMENT_NODE

contentEditable

TypeScript
contentEditable: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13936

MDN Reference

Inherited from

TypeScript
HTMLElement.contentEditable

currentCSSZoom

TypeScript
readonly currentCSSZoom: number;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13557

The currentCSSZoom read-only property of the Element interface provides the "effective" CSS zoom of an element, taking into account the zoom applied to the element and all its parent elements.

MDN Reference

Inherited from

TypeScript
HTMLElement.currentCSSZoom

customElementRegistry

TypeScript
readonly customElementRegistry: CustomElementRegistry | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13558

Inherited from

TypeScript
HTMLElement.customElementRegistry

dataset

TypeScript
readonly dataset: DOMStringMap;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:20124

MDN Reference

Inherited from

TypeScript
HTMLElement.dataset

dir

TypeScript
dir: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17759

The HTMLElement.dir property indicates the text writing directionality of the content of the current element. It reflects the element's dir attribute.

MDN Reference

Inherited from

TypeScript
HTMLElement.dir

DOCUMENT_FRAGMENT_NODE

TypeScript
readonly DOCUMENT_FRAGMENT_NODE: 11;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26228

node is a DocumentFragment node.

Inherited from

TypeScript
HTMLElement.DOCUMENT_FRAGMENT_NODE

DOCUMENT_NODE

TypeScript
readonly DOCUMENT_NODE: 9;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26224

node is a document.

Inherited from

TypeScript
HTMLElement.DOCUMENT_NODE

DOCUMENT_POSITION_CONTAINED_BY

TypeScript
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26239

Set when other is a descendant of node.

Inherited from

TypeScript
HTMLElement.DOCUMENT_POSITION_CONTAINED_BY

DOCUMENT_POSITION_CONTAINS

TypeScript
readonly DOCUMENT_POSITION_CONTAINS: 8;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26237

Set when other is an ancestor of node.

Inherited from

TypeScript
HTMLElement.DOCUMENT_POSITION_CONTAINS

DOCUMENT_POSITION_DISCONNECTED

TypeScript
readonly DOCUMENT_POSITION_DISCONNECTED: 1;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26231

Set when node and other are not in the same tree.

Inherited from

TypeScript
HTMLElement.DOCUMENT_POSITION_DISCONNECTED

DOCUMENT_POSITION_FOLLOWING

TypeScript
readonly DOCUMENT_POSITION_FOLLOWING: 4;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26235

Set when other is following node.

Inherited from

TypeScript
HTMLElement.DOCUMENT_POSITION_FOLLOWING

DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC

TypeScript
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26240

Inherited from

TypeScript
HTMLElement.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC

DOCUMENT_POSITION_PRECEDING

TypeScript
readonly DOCUMENT_POSITION_PRECEDING: 2;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26233

Set when other is preceding node.

Inherited from

TypeScript
HTMLElement.DOCUMENT_POSITION_PRECEDING

DOCUMENT_TYPE_NODE

TypeScript
readonly DOCUMENT_TYPE_NODE: 10;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26226

node is a doctype.

Inherited from

TypeScript
HTMLElement.DOCUMENT_TYPE_NODE

draggable

TypeScript
draggable: boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17765

The draggable property of the HTMLElement interface gets and sets a Boolean primitive indicating if the element is draggable.

MDN Reference

Inherited from

TypeScript
HTMLElement.draggable

ELEMENT_NODE

TypeScript
readonly ELEMENT_NODE: 1;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26211

node is an element.

Inherited from

TypeScript
HTMLElement.ELEMENT_NODE

enterKeyHint

TypeScript
enterKeyHint: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13938

MDN Reference

Inherited from

TypeScript
HTMLElement.enterKeyHint

ENTITY_NODE

TypeScript
readonly ENTITY_NODE: 6;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26218

Inherited from

TypeScript
HTMLElement.ENTITY_NODE

ENTITY_REFERENCE_NODE

TypeScript
readonly ENTITY_REFERENCE_NODE: 5;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26217

Inherited from

TypeScript
HTMLElement.ENTITY_REFERENCE_NODE

firstChild

TypeScript
readonly firstChild: ChildNode | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26053

The read-only firstChild property of the Node interface returns the node's first child in the tree, or null if the node has no children.

MDN Reference

Inherited from

TypeScript
HTMLElement.firstChild

firstElementChild

TypeScript
readonly firstElementChild: Element | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27056

Returns the first child that is an element, and null otherwise.

MDN Reference

Inherited from

TypeScript
HTMLElement.firstElementChild

hidden

TypeScript
hidden: boolean | "until-found";

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17771

The HTMLElement property hidden reflects the value of the element's hidden attribute.

MDN Reference

Inherited from

TypeScript
HTMLElement.hidden

id

TypeScript
id: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13564

The id property of the Element interface represents the element's identifier, reflecting the id global attribute.

MDN Reference

Inherited from

TypeScript
HTMLElement.id

inert

TypeScript
inert: boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17777

The HTMLElement property inert reflects the value of the element's inert attribute. It is a boolean value that, when present, makes the browser "ignore" user input events for the element, including focus events and events from assistive technologies. The browser may also ignore page search and text selection in the element. This can be useful when building UIs such as modals where you would want to "trap" the focus inside the modal when it's visible.

MDN Reference

Inherited from

TypeScript
HTMLElement.inert

innerHTML

TypeScript
innerHTML: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13570

The innerHTML property of the Element interface gets or sets the HTML or XML markup contained within the element, omitting any shadow roots in both cases.

MDN Reference

Inherited from

TypeScript
HTMLElement.innerHTML

innerText

TypeScript
innerText: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17783

The innerText property of the HTMLElement interface represents the rendered text content of a node and its descendants.

MDN Reference

Inherited from

TypeScript
HTMLElement.innerText

inputMode

TypeScript
inputMode: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13940

MDN Reference

Inherited from

TypeScript
HTMLElement.inputMode

isConnected

TypeScript
readonly isConnected: boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26059

The read-only isConnected property of the Node interface returns a boolean indicating whether the node is connected (directly or indirectly) to a Document object.

MDN Reference

Inherited from

TypeScript
HTMLElement.isConnected

isContentEditable

TypeScript
readonly isContentEditable: boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13942

MDN Reference

Inherited from

TypeScript
HTMLElement.isContentEditable

lang

TypeScript
lang: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17789

The lang property of the HTMLElement interface indicates the base language of an element's attribute values and text content, in the form of a BCP 47 language tag. It reflects the element's lang attribute; the xml:lang attribute does not affect this property.

MDN Reference

Inherited from

TypeScript
HTMLElement.lang

lastChild

TypeScript
readonly lastChild: ChildNode | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26065

The read-only lastChild property of the Node interface returns the last child of the node, or null if there are no child nodes.

MDN Reference

Inherited from

TypeScript
HTMLElement.lastChild

lastElementChild

TypeScript
readonly lastElementChild: Element | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27062

Returns the last child that is an element, and null otherwise.

MDN Reference

Inherited from

TypeScript
HTMLElement.lastElementChild

localName

TypeScript
readonly localName: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13576

The Element.localName read-only property returns the local part of the qualified name of an element.

MDN Reference

Inherited from

TypeScript
HTMLElement.localName

namespaceURI

TypeScript
readonly namespaceURI: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13582

The Element.namespaceURI read-only property returns the namespace URI of the element, or null if the element is not in a namespace.

MDN Reference

Inherited from

TypeScript
HTMLElement.namespaceURI

nextElementSibling

TypeScript
readonly nextElementSibling: Element | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26380

Returns the first following sibling that is an element, and null otherwise.

MDN Reference

Inherited from

TypeScript
HTMLElement.nextElementSibling

nextSibling

TypeScript
readonly nextSibling: ChildNode | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26071

The read-only nextSibling property of the Node interface returns the node immediately following the specified one in their parent's childNodes, or returns null if the specified node is the last child in the parent element.

MDN Reference

Inherited from

TypeScript
HTMLElement.nextSibling

nodeName

TypeScript
readonly nodeName: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26077

The read-only nodeName property of Node returns the name of the current node as a string.

MDN Reference

Inherited from

TypeScript
HTMLElement.nodeName

nodeType

TypeScript
readonly nodeType: number;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26083

The read-only nodeType property of a Node interface is an integer that identifies what the node is. It distinguishes different kinds of nodes from each other, such as elements, text, and comments.

MDN Reference

Inherited from

TypeScript
HTMLElement.nodeType

nodeValue

TypeScript
nodeValue: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26089

The nodeValue property of the Node interface returns or sets the value of the current node.

MDN Reference

Inherited from

TypeScript
HTMLElement.nodeValue

nonce

TypeScript
nonce: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:20126

MDN Reference

Inherited from

TypeScript
HTMLElement.nonce

NOTATION_NODE

TypeScript
readonly NOTATION_NODE: 12;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26229

Inherited from

TypeScript
HTMLElement.NOTATION_NODE

offsetHeight

TypeScript
readonly offsetHeight: number;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17795

The offsetHeight read-only property of the HTMLElement interface returns the height of an element, including vertical padding and borders, as an integer.

MDN Reference

Inherited from

TypeScript
HTMLElement.offsetHeight

offsetLeft

TypeScript
readonly offsetLeft: number;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17801

The offsetLeft read-only property of the HTMLElement interface returns the number of pixels that the upper left corner of the current element is offset to the left within the HTMLElement.offsetParent node.

MDN Reference

Inherited from

TypeScript
HTMLElement.offsetLeft

offsetParent

TypeScript
readonly offsetParent: Element | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17807

The HTMLElement.offsetParent read-only property returns a reference to the element which is the closest (nearest in the containment hierarchy) positioned ancestor element.

MDN Reference

Inherited from

TypeScript
HTMLElement.offsetParent

offsetTop

TypeScript
readonly offsetTop: number;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17813

The offsetTop read-only property of the HTMLElement interface returns the distance from the outer border of the current element (including its margin) to the top padding edge of the offsetParent, the closest positioned ancestor element.

MDN Reference

Inherited from

TypeScript
HTMLElement.offsetTop

offsetWidth

TypeScript
readonly offsetWidth: number;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17819

The offsetWidth read-only property of the HTMLElement interface returns the layout width of an element as an integer.

MDN Reference

Inherited from

TypeScript
HTMLElement.offsetWidth

onabort

TypeScript
onabort: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16764

MDN Reference

Inherited from

TypeScript
HTMLElement.onabort

onanimationcancel

TypeScript
onanimationcancel: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16766

MDN Reference

Inherited from

TypeScript
HTMLElement.onanimationcancel

onanimationend

TypeScript
onanimationend: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16768

MDN Reference

Inherited from

TypeScript
HTMLElement.onanimationend

onanimationiteration

TypeScript
onanimationiteration: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16770

MDN Reference

Inherited from

TypeScript
HTMLElement.onanimationiteration

onanimationstart

TypeScript
onanimationstart: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16772

MDN Reference

Inherited from

TypeScript
HTMLElement.onanimationstart

onauxclick

TypeScript
onauxclick: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16774

MDN Reference

Inherited from

TypeScript
HTMLElement.onauxclick

onbeforeinput

TypeScript
onbeforeinput: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16776

MDN Reference

Inherited from

TypeScript
HTMLElement.onbeforeinput

onbeforematch

TypeScript
onbeforematch: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16778

MDN Reference

Inherited from

TypeScript
HTMLElement.onbeforematch

onbeforetoggle

TypeScript
onbeforetoggle: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16780

MDN Reference

Inherited from

TypeScript
HTMLElement.onbeforetoggle

onblur

TypeScript
onblur: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16782

MDN Reference

Inherited from

TypeScript
HTMLElement.onblur

oncancel

TypeScript
oncancel: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16784

MDN Reference

Inherited from

TypeScript
HTMLElement.oncancel

oncanplay

TypeScript
oncanplay: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16786

MDN Reference

Inherited from

TypeScript
HTMLElement.oncanplay

oncanplaythrough

TypeScript
oncanplaythrough: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16788

MDN Reference

Inherited from

TypeScript
HTMLElement.oncanplaythrough

onchange

TypeScript
onchange: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16790

MDN Reference

Inherited from

TypeScript
HTMLElement.onchange

onclick

TypeScript
onclick: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16792

MDN Reference

Inherited from

TypeScript
HTMLElement.onclick

onclose

TypeScript
onclose: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16794

MDN Reference

Inherited from

TypeScript
HTMLElement.onclose

oncommand

TypeScript
oncommand: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16796

MDN Reference

Inherited from

TypeScript
HTMLElement.oncommand

oncontextlost

TypeScript
oncontextlost: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16798

MDN Reference

Inherited from

TypeScript
HTMLElement.oncontextlost

oncontextmenu

TypeScript
oncontextmenu: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16800

MDN Reference

Inherited from

TypeScript
HTMLElement.oncontextmenu

oncontextrestored

TypeScript
oncontextrestored: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16802

MDN Reference

Inherited from

TypeScript
HTMLElement.oncontextrestored

oncopy

TypeScript
oncopy: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16804

MDN Reference

Inherited from

TypeScript
HTMLElement.oncopy

oncuechange

TypeScript
oncuechange: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16806

MDN Reference

Inherited from

TypeScript
HTMLElement.oncuechange

oncut

TypeScript
oncut: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16808

MDN Reference

Inherited from

TypeScript
HTMLElement.oncut

ondblclick

TypeScript
ondblclick: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16810

MDN Reference

Inherited from

TypeScript
HTMLElement.ondblclick

ondrag

TypeScript
ondrag: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16812

MDN Reference

Inherited from

TypeScript
HTMLElement.ondrag

ondragend

TypeScript
ondragend: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16814

MDN Reference

Inherited from

TypeScript
HTMLElement.ondragend

ondragenter

TypeScript
ondragenter: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16816

MDN Reference

Inherited from

TypeScript
HTMLElement.ondragenter

ondragleave

TypeScript
ondragleave: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16818

MDN Reference

Inherited from

TypeScript
HTMLElement.ondragleave

ondragover

TypeScript
ondragover: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16820

MDN Reference

Inherited from

TypeScript
HTMLElement.ondragover

ondragstart

TypeScript
ondragstart: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16822

MDN Reference

Inherited from

TypeScript
HTMLElement.ondragstart

ondrop

TypeScript
ondrop: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16824

MDN Reference

Inherited from

TypeScript
HTMLElement.ondrop

ondurationchange

TypeScript
ondurationchange: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16826

MDN Reference

Inherited from

TypeScript
HTMLElement.ondurationchange

onemptied

TypeScript
onemptied: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16828

MDN Reference

Inherited from

TypeScript
HTMLElement.onemptied

onended

TypeScript
onended: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16830

MDN Reference

Inherited from

TypeScript
HTMLElement.onended

onerror

TypeScript
onerror: OnErrorEventHandler;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16832

MDN Reference

Inherited from

TypeScript
HTMLElement.onerror

onfocus

TypeScript
onfocus: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16834

MDN Reference

Inherited from

TypeScript
HTMLElement.onfocus

onformdata

TypeScript
onformdata: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16836

MDN Reference

Inherited from

TypeScript
HTMLElement.onformdata

onfullscreenchange

TypeScript
onfullscreenchange: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13584

MDN Reference

Inherited from

TypeScript
HTMLElement.onfullscreenchange

onfullscreenerror

TypeScript
onfullscreenerror: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13586

MDN Reference

Inherited from

TypeScript
HTMLElement.onfullscreenerror

ongotpointercapture

TypeScript
ongotpointercapture: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16838

MDN Reference

Inherited from

TypeScript
HTMLElement.ongotpointercapture

oninput

TypeScript
oninput: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16840

MDN Reference

Inherited from

TypeScript
HTMLElement.oninput

oninvalid

TypeScript
oninvalid: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16842

MDN Reference

Inherited from

TypeScript
HTMLElement.oninvalid

onkeydown

TypeScript
onkeydown: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16844

MDN Reference

Inherited from

TypeScript
HTMLElement.onkeydown

onkeypress

TypeScript
onkeypress: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16850

Deprecated

MDN Reference

Inherited from

TypeScript
HTMLElement.onkeypress

onkeyup

TypeScript
onkeyup: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16852

MDN Reference

Inherited from

TypeScript
HTMLElement.onkeyup

onload

TypeScript
onload: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16854

MDN Reference

Inherited from

TypeScript
HTMLElement.onload

onloadeddata

TypeScript
onloadeddata: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16856

MDN Reference

Inherited from

TypeScript
HTMLElement.onloadeddata

onloadedmetadata

TypeScript
onloadedmetadata: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16858

MDN Reference

Inherited from

TypeScript
HTMLElement.onloadedmetadata

onloadstart

TypeScript
onloadstart: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16860

MDN Reference

Inherited from

TypeScript
HTMLElement.onloadstart

onlostpointercapture

TypeScript
onlostpointercapture: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16862

MDN Reference

Inherited from

TypeScript
HTMLElement.onlostpointercapture

onmousedown

TypeScript
onmousedown: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16864

MDN Reference

Inherited from

TypeScript
HTMLElement.onmousedown

onmouseenter

TypeScript
onmouseenter: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16866

MDN Reference

Inherited from

TypeScript
HTMLElement.onmouseenter

onmouseleave

TypeScript
onmouseleave: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16868

MDN Reference

Inherited from

TypeScript
HTMLElement.onmouseleave

onmousemove

TypeScript
onmousemove: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16870

MDN Reference

Inherited from

TypeScript
HTMLElement.onmousemove

onmouseout

TypeScript
onmouseout: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16872

MDN Reference

Inherited from

TypeScript
HTMLElement.onmouseout

onmouseover

TypeScript
onmouseover: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16874

MDN Reference

Inherited from

TypeScript
HTMLElement.onmouseover

onmouseup

TypeScript
onmouseup: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16876

MDN Reference

Inherited from

TypeScript
HTMLElement.onmouseup

onpaste

TypeScript
onpaste: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16878

MDN Reference

Inherited from

TypeScript
HTMLElement.onpaste

onpause

TypeScript
onpause: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16880

MDN Reference

Inherited from

TypeScript
HTMLElement.onpause

onplay

TypeScript
onplay: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16882

MDN Reference

Inherited from

TypeScript
HTMLElement.onplay

onplaying

TypeScript
onplaying: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16884

MDN Reference

Inherited from

TypeScript
HTMLElement.onplaying

onpointercancel

TypeScript
onpointercancel: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16886

MDN Reference

Inherited from

TypeScript
HTMLElement.onpointercancel

onpointerdown

TypeScript
onpointerdown: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16888

MDN Reference

Inherited from

TypeScript
HTMLElement.onpointerdown

onpointerenter

TypeScript
onpointerenter: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16890

MDN Reference

Inherited from

TypeScript
HTMLElement.onpointerenter

onpointerleave

TypeScript
onpointerleave: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16892

MDN Reference

Inherited from

TypeScript
HTMLElement.onpointerleave

onpointermove

TypeScript
onpointermove: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16894

MDN Reference

Inherited from

TypeScript
HTMLElement.onpointermove

onpointerout

TypeScript
onpointerout: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16896

MDN Reference

Inherited from

TypeScript
HTMLElement.onpointerout

onpointerover

TypeScript
onpointerover: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16898

MDN Reference

Inherited from

TypeScript
HTMLElement.onpointerover

onpointerrawupdate

TypeScript
onpointerrawupdate: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16904

Available only in secure contexts.

MDN Reference

Inherited from

TypeScript
HTMLElement.onpointerrawupdate

onpointerup

TypeScript
onpointerup: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16906

MDN Reference

Inherited from

TypeScript
HTMLElement.onpointerup

onprogress

TypeScript
onprogress: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16908

MDN Reference

Inherited from

TypeScript
HTMLElement.onprogress

onratechange

TypeScript
onratechange: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16910

MDN Reference

Inherited from

TypeScript
HTMLElement.onratechange

onreset

TypeScript
onreset: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16912

MDN Reference

Inherited from

TypeScript
HTMLElement.onreset

onresize

TypeScript
onresize: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16914

MDN Reference

Inherited from

TypeScript
HTMLElement.onresize

onscroll

TypeScript
onscroll: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16916

MDN Reference

Inherited from

TypeScript
HTMLElement.onscroll

onscrollend

TypeScript
onscrollend: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16918

MDN Reference

Inherited from

TypeScript
HTMLElement.onscrollend

onsecuritypolicyviolation

TypeScript
onsecuritypolicyviolation: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16920

MDN Reference

Inherited from

TypeScript
HTMLElement.onsecuritypolicyviolation

onseeked

TypeScript
onseeked: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16922

MDN Reference

Inherited from

TypeScript
HTMLElement.onseeked

onseeking

TypeScript
onseeking: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16924

MDN Reference

Inherited from

TypeScript
HTMLElement.onseeking

onselect

TypeScript
onselect: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16926

MDN Reference

Inherited from

TypeScript
HTMLElement.onselect

onselectionchange

TypeScript
onselectionchange: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16928

MDN Reference

Inherited from

TypeScript
HTMLElement.onselectionchange

onselectstart

TypeScript
onselectstart: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16930

MDN Reference

Inherited from

TypeScript
HTMLElement.onselectstart

onslotchange

TypeScript
onslotchange: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16932

MDN Reference

Inherited from

TypeScript
HTMLElement.onslotchange

onstalled

TypeScript
onstalled: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16934

MDN Reference

Inherited from

TypeScript
HTMLElement.onstalled

onsubmit

TypeScript
onsubmit: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16936

MDN Reference

Inherited from

TypeScript
HTMLElement.onsubmit

onsuspend

TypeScript
onsuspend: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16938

MDN Reference

Inherited from

TypeScript
HTMLElement.onsuspend

ontimeupdate

TypeScript
ontimeupdate: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16940

MDN Reference

Inherited from

TypeScript
HTMLElement.ontimeupdate

ontoggle

TypeScript
ontoggle: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16942

MDN Reference

Inherited from

TypeScript
HTMLElement.ontoggle

ontouchcancel?

TypeScript
optional ontouchcancel?: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16944

MDN Reference

Inherited from

TypeScript
HTMLElement.ontouchcancel

ontouchend?

TypeScript
optional ontouchend?: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16946

MDN Reference

Inherited from

TypeScript
HTMLElement.ontouchend

ontouchmove?

TypeScript
optional ontouchmove?: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16948

MDN Reference

Inherited from

TypeScript
HTMLElement.ontouchmove

ontouchstart?

TypeScript
optional ontouchstart?: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16950

MDN Reference

Inherited from

TypeScript
HTMLElement.ontouchstart

ontransitioncancel

TypeScript
ontransitioncancel: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16952

MDN Reference

Inherited from

TypeScript
HTMLElement.ontransitioncancel

ontransitionend

TypeScript
ontransitionend: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16954

MDN Reference

Inherited from

TypeScript
HTMLElement.ontransitionend

ontransitionrun

TypeScript
ontransitionrun: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16956

MDN Reference

Inherited from

TypeScript
HTMLElement.ontransitionrun

ontransitionstart

TypeScript
ontransitionstart: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16958

MDN Reference

Inherited from

TypeScript
HTMLElement.ontransitionstart

onvolumechange

TypeScript
onvolumechange: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16960

MDN Reference

Inherited from

TypeScript
HTMLElement.onvolumechange

onwaiting

TypeScript
onwaiting: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16962

MDN Reference

Inherited from

TypeScript
HTMLElement.onwaiting

onwebkitanimationend

TypeScript
onwebkitanimationend: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16968

Deprecated

This is a legacy alias of onanimationend.

MDN Reference

Inherited from

TypeScript
HTMLElement.onwebkitanimationend

onwebkitanimationiteration

TypeScript
onwebkitanimationiteration: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16974

Deprecated

This is a legacy alias of onanimationiteration.

MDN Reference

Inherited from

TypeScript
HTMLElement.onwebkitanimationiteration

onwebkitanimationstart

TypeScript
onwebkitanimationstart: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16980

Deprecated

This is a legacy alias of onanimationstart.

MDN Reference

Inherited from

TypeScript
HTMLElement.onwebkitanimationstart

onwebkittransitionend

TypeScript
onwebkittransitionend: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16986

Deprecated

This is a legacy alias of ontransitionend.

MDN Reference

Inherited from

TypeScript
HTMLElement.onwebkittransitionend

onwheel

TypeScript
onwheel: ((this, ev) => any) | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16988

MDN Reference

Inherited from

TypeScript
HTMLElement.onwheel

outerHTML

TypeScript
outerHTML: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13592

The outerHTML attribute of the Element interface gets or sets the HTML or XML markup of the element and its descendants, omitting any shadow roots in both cases.

MDN Reference

Inherited from

TypeScript
HTMLElement.outerHTML

outerText

TypeScript
outerText: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17825

The outerText property of the HTMLElement interface returns the same value as HTMLElement.innerText. When used as a setter it replaces the whole current node with the given text (this differs from innerText, which replaces the content inside the current node).

MDN Reference

Inherited from

TypeScript
HTMLElement.outerText

ownerDocument

TypeScript
readonly ownerDocument: Document;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13593

The read-only ownerDocument property of the Node interface returns the top-level document object of the node.

MDN Reference

Inherited from

TypeScript
HTMLElement.ownerDocument

parentElement

TypeScript
readonly parentElement: HTMLElement | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26101

The read-only parentElement property of Node interface returns the DOM node's parent Element, or null if the node either has no parent, or its parent isn't a DOM Element. Node.parentNode on the other hand returns any kind of parent, regardless of its type.

MDN Reference

Inherited from

TypeScript
HTMLElement.parentElement

parentNode

TypeScript
readonly parentNode: ParentNode | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26107

The read-only parentNode property of the Node interface returns the parent of the specified node in the DOM tree.

MDN Reference

Inherited from

TypeScript
HTMLElement.parentNode

popover

TypeScript
popover: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17831

The popover property of the HTMLElement interface gets and sets an element's popover state via JavaScript ("auto", "hint", or "manual"), and can be used for feature detection.

MDN Reference

Inherited from

TypeScript
HTMLElement.popover

prefix

TypeScript
readonly prefix: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13606

The Element.prefix read-only property returns the namespace prefix of the specified element, or null if no prefix is specified.

MDN Reference

Inherited from

TypeScript
HTMLElement.prefix

previousElementSibling

TypeScript
readonly previousElementSibling: Element | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26386

Returns the first preceding sibling that is an element, and null otherwise.

MDN Reference

Inherited from

TypeScript
HTMLElement.previousElementSibling

previousSibling

TypeScript
readonly previousSibling: ChildNode | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26113

The read-only previousSibling property of the Node interface returns the node immediately preceding the specified one in its parent's childNodes list, or null if the specified node is the first in that list.

MDN Reference

Inherited from

TypeScript
HTMLElement.previousSibling

PROCESSING_INSTRUCTION_NODE

TypeScript
readonly PROCESSING_INSTRUCTION_NODE: 7;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26220

node is a ProcessingInstruction node.

Inherited from

TypeScript
HTMLElement.PROCESSING_INSTRUCTION_NODE

role

TypeScript
role: string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3344

MDN Reference

Inherited from

TypeScript
HTMLElement.role

scrollHeight

TypeScript
readonly scrollHeight: number;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13612

The scrollHeight read-only property of the Element interface is a measurement of the height of an element's content, including content not visible on the screen due to overflow.

MDN Reference

Inherited from

TypeScript
HTMLElement.scrollHeight

scrollLeft

TypeScript
scrollLeft: number;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13618

The scrollLeft property of the Element interface gets or sets the number of pixels by which an element's content is scrolled from its left edge. This value is subpixel precise in modern browsers, meaning that it isn't necessarily a whole number.

MDN Reference

Inherited from

TypeScript
HTMLElement.scrollLeft

scrollTop

TypeScript
scrollTop: number;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13624

The scrollTop property of the Element interface gets or sets the number of pixels by which an element's content is scrolled from its top edge. This value is subpixel precise in modern browsers, meaning that it isn't necessarily a whole number.

MDN Reference

Inherited from

TypeScript
HTMLElement.scrollTop

scrollWidth

TypeScript
readonly scrollWidth: number;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13630

The scrollWidth read-only property of the Element interface is a measurement of the width of an element's content, including content not visible on the screen due to overflow.

MDN Reference

Inherited from

TypeScript
HTMLElement.scrollWidth

setClasses

TypeScript
setClasses: (classes) => void;

Defined in: sdk/js/src/types/components.ts:460

Parameters

classes

BaseComponentClasses

Returns

void


setFormatting

TypeScript
setFormatting: (formatting) => void;

Defined in: sdk/js/src/types/components.ts:457

Parameters

formatting

FormattingOptions

Returns

void


setIcons

TypeScript
setIcons: (icons) => void;

Defined in: sdk/js/src/types/components.ts:458

Parameters

icons

ComponentIcons

Returns

void


setInstance

TypeScript
setInstance: (instance) => void;

Defined in: sdk/js/src/types/components.ts:455

Parameters

instance

DialStackInstanceImpl

Returns

void


setLayoutVariant

TypeScript
setLayoutVariant: (variant) => void;

Defined in: sdk/js/src/types/components.ts:459

Parameters

variant

LayoutVariant

Returns

void


setLocale

TypeScript
setLocale: (locale) => void;

Defined in: sdk/js/src/types/components.ts:456

Parameters

locale
accountOnboarding

{ account: { details: { companyNameLabel: string; companyNamePlaceholder: string; companyNameRequired: string; emailInvalid: string; emailLabel: string; emailPlaceholder: string; emailRequired: string; heading: string; phoneInvalid: string; phoneLabel: string; phonePlaceholder: string; phoneRequired: string; primaryContactLabel: string; primaryContactPlaceholder: string; primaryContactRequired: string; regionLabel: string; regionPlaceholder: string; timezoneLabel: string; timezonePlaceholder: string; timezoneRequired: string; }; location: { addressLabel: string; addressRequired: string; cityLabel: string; cityPlaceholder: string; description: string; edit: string; enterManually: string; heading: string; houseNumberLabel: string; houseNumberPlaceholder: string; nameLabel: string; namePlaceholder: string; nameRequired: string; noResults: string; postalCodeLabel: string; postalCodePlaceholder: string; searching: string; searchInstead: string; searchPlaceholder: string; stateLabel: string; statePlaceholder: string; streetLabel: string; streetPlaceholder: string; }; saveError: string; saving: string; subtitle: string; title: string; users: { addUser: string; atLeastOne: string; description: string; duplicateEmail: string; emailLabel: string; emailPlaceholder: string; extensionLabel: string; extensionPlaceholder: string; heading: string; nameLabel: string; namePlaceholder: string; nameRequired: string; noUsers: string; removeUser: string; }; }; breadcrumbAriaLabel: string; complete: { e911: { addressStandardized: string; deferred: string; errorDescription: string; errorTitle: string; loading: string; pendingAfterPolling: string; pollingStatus: string; primaryAssigned: string; processing: string; retryButton: string; verified: string; }; subtitle: string; title: string; }; error: { description: string; retry: string; title: string; }; hardware: { addDeviceButton: string; addHandsetButton: string; allAssigned: string; assignAndComplete: string; availableDevices: string; cancel: string; clickToAssign: string; cordless: string; dectBase: string; deskPhone: string; deviceNotFound: string; dragDropHint: string; duplicateMac: string; gate: { noDevices: string; }; handset: string; handsets: string; invalidIpei: string; invalidMac: string; ipeiLabel: string; ipeiNotMac: string; ipeiPlaceholder: string; isDectBase: string; macLabel: string; macPlaceholder: string; noDevices: string; noUsers: string; removeBaseFailed: string; removeDevice: string; save: string; saving: string; selectUser: string; selectUserRequired: string; shippingAddress: string; submitOrder: string; submitting: string; subtitle: string; tableHeaderDevice: string; tableHeaderExtension: string; tableHeaderName: string; title: string; unassign: string; unsupportedVendor: string; userLabel: string; }; legal: { and: string; prefix: string; privacyPolicy: string; recipientTerms: string; termsOfService: string; }; loading: string; nav: { back: string; exit: string; next: string; skip: string; }; numbers: { callerId: { alreadySet: string; charCount: string; directoryListing: { info: string; title: string; }; error: { conflict: string; submitFailed: string; }; inputHelp: string; inputLabel: string; inputPlaceholder: string; noDIDs: string; partialError: string; skipCallerId: string; submit: string; submitAll: string; submitted: string; submitting: string; submittingAll: string; subtitle: string; title: string; validation: { invalidChars: string; required: string; tooLong: string; }; }; defaultDialPlanName: string; directoryListing: { businessName: string; businessNameHelp: string; businessNamePlaceholder: string; noDIDs: string; noneOption: string; selectPrompt: string; subtitle: string; title: string; validation: { nameRequired: string; }; }; gate: { noDIDsAvailable: string; primaryRequired: string; }; nav: { back: string; backToSearch: string; cancel: string; confirm: string; next: string; }; order: { areaCodeLabel: string; areaCodePlaceholder: string; carrierNote: string; confirmSubtitle: string; confirmSubtitle_one: string; confirmSubtitle_other: string; confirmTitle: string; continue: string; deselectAll: string; done: string; error: string; noResults: string; ordering: string; orderMore: string; placeOrder: string; placing: string; quantityLabel: string; resultsSubtitle: string; resultsTitle: string; search: string; searchByAreaCode: string; searchByZip: string; searching: string; searchSubtitle: string; searchTitle: string; selectAll: string; selected: string; state: string; statusComplete: string; statusFailed: string; statusPartial: string; statusPending: string; statusStalled: string; statusTitle: string; zipLabel: string; zipPlaceholder: string; }; overview: { empty: string; heading: string; loadError: string; phoneNumber: string; portExisting: string; portExistingDesc: string; requestNew: string; requestNewDesc: string; retry: string; source: string; status: string; temporaryBanner: string; type: string; }; port: { accountNumberLabel: string; accountNumberPlaceholder: string; accountRequired: string; addAnother: string; addressHeading: string; approve: string; approverNameLabel: string; approverNamePlaceholder: string; backToOverview: string; billCopyDesc: string; billCopyLabel: string; billCopyRequired: string; btnLabel: string; btnPlaceholder: string; businessNameLabel: string; businessNamePlaceholder: string; carrier: string; carrierContinue: string; carrierGroupsSubtitle: string; carrierGroupsTitle: string; carrierStart: string; carrierSubmitted: string; checkEligibility: string; checking: string; cityLabel: string; cityPlaceholder: string; continueWithPortable: string; csrDesc: string; csrLabel: string; csrOptional: string; documentsSection: string; documentsSubtitle: string; documentsTitle: string; eligibilitySubtitle: string; eligibilityTitle: string; fileSelected: string; focDateLabel: string; focSection: string; focSubtitle: string; focTimeLabel: string; focTimePlaceholder: string; focTitle: string; houseNumberLabel: string; houseNumberPlaceholder: string; line2Label: string; line2Placeholder: string; noFileSelected: string; noPortable: string; notPortable: string; numberPlural: string; numberSingular: string; numbersSection: string; numbersSubtitle: string; numbersTitle: string; phoneLabel: string; phonePlaceholder: string; pinLabel: string; pinPlaceholder: string; portable: string; removeNumber: string; reviewSubtitle: string; reviewTitle: string; signatureHelp: string; signatureLabel: string; signaturePlaceholder: string; stateLabel: string; statePlaceholder: string; streetNameLabel: string; streetNamePlaceholder: string; submittedStatus: string; submittedSubtitle: string; submittedTitle: string; submitting: string; subscriberSection: string; subscriberSubtitle: string; subscriberTitle: string; uploadFile: string; uploading: string; wireless: string; wirelessNo: string; wirelessYes: string; zipLabel: string; zipPlaceholder: string; }; source: { did: string; didTemporary: string; number_order: string; port_order: string; }; status: { active: string; inactive: string; order_failed: string; ordering: string; porting_approved: string; porting_draft: string; porting_exception: string; porting_foc: string; porting_submitted: string; released: string; }; subtitle: string; title: string; validation: { approverNameRequired: string; areaCodeFormat: string; areaCodeRequired: string; billCopyRequired: string; btnInvalid: string; btnRequired: string; businessNameRequired: string; cityRequired: string; eligibilityError: string; focDateRequired: string; focDateTooFar: string; focDateTooSoon: string; focTimeRequired: string; houseNumberRequired: string; phoneDuplicate: string; phoneInvalid: string; phoneRequired: string; selectAtLeastOne: string; signatureRequired: string; stateRequired: string; streetNameRequired: string; submitError: string; zipFormat: string; zipRequired: string; }; }; sidebar: { businessDetails: string; businessDetailsDesc: string; callerId: string; callerIdDesc: string; deviceAssignment: string; deviceAssignmentDesc: string; directoryListing: string; directoryListingDesc: string; numberOptions: string; numberOptionsDesc: string; numberSetup: string; numberSetupDesc: string; teamMembers: string; teamMembersDesc: string; verification: string; verificationDesc: string; }; ssa: { accept: string; agreementLabel: string; errors: { generic: string; pricingMissing: string; retry: string; stale: string; }; intro: string; loadError: { description: string; retry: string; retrying: string; title: string; }; openInNewTab: string; perAiLocation: string; perMonthSuffix: string; perNumber: string; perUser: string; pricingTitle: string; submitting: string; title: string; }; stepComplete: { done: string; subtitle: string; title: string; }; steps: { account: string; complete: string; hardware: string; numbers: string; }; title: string; } = ...

accountOnboarding.account

{ details: { companyNameLabel: string; companyNamePlaceholder: string; companyNameRequired: string; emailInvalid: string; emailLabel: string; emailPlaceholder: string; emailRequired: string; heading: string; phoneInvalid: string; phoneLabel: string; phonePlaceholder: string; phoneRequired: string; primaryContactLabel: string; primaryContactPlaceholder: string; primaryContactRequired: string; regionLabel: string; regionPlaceholder: string; timezoneLabel: string; timezonePlaceholder: string; timezoneRequired: string; }; location: { addressLabel: string; addressRequired: string; cityLabel: string; cityPlaceholder: string; description: string; edit: string; enterManually: string; heading: string; houseNumberLabel: string; houseNumberPlaceholder: string; nameLabel: string; namePlaceholder: string; nameRequired: string; noResults: string; postalCodeLabel: string; postalCodePlaceholder: string; searching: string; searchInstead: string; searchPlaceholder: string; stateLabel: string; statePlaceholder: string; streetLabel: string; streetPlaceholder: string; }; saveError: string; saving: string; subtitle: string; title: string; users: { addUser: string; atLeastOne: string; description: string; duplicateEmail: string; emailLabel: string; emailPlaceholder: string; extensionLabel: string; extensionPlaceholder: string; heading: string; nameLabel: string; namePlaceholder: string; nameRequired: string; noUsers: string; removeUser: string; }; } = ...

accountOnboarding.account.details

{ companyNameLabel: string; companyNamePlaceholder: string; companyNameRequired: string; emailInvalid: string; emailLabel: string; emailPlaceholder: string; emailRequired: string; heading: string; phoneInvalid: string; phoneLabel: string; phonePlaceholder: string; phoneRequired: string; primaryContactLabel: string; primaryContactPlaceholder: string; primaryContactRequired: string; regionLabel: string; regionPlaceholder: string; timezoneLabel: string; timezonePlaceholder: string; timezoneRequired: string; } = ...

accountOnboarding.account.details.companyNameLabel

string = 'Company Name'

accountOnboarding.account.details.companyNamePlaceholder

string = 'Acme Corp'

accountOnboarding.account.details.companyNameRequired

string = 'Company name is required'

accountOnboarding.account.details.emailInvalid

string = 'Enter a valid email address'

accountOnboarding.account.details.emailLabel

string = 'Primary Contact Email'

accountOnboarding.account.details.emailPlaceholder

string = 'admin@company.com'

accountOnboarding.account.details.emailRequired

string = 'Primary contact email is required'

accountOnboarding.account.details.heading

string = 'Account Details'

accountOnboarding.account.details.phoneInvalid

string = 'Enter a valid US phone number'

accountOnboarding.account.details.phoneLabel

string = 'Primary Contact Phone Number'

accountOnboarding.account.details.phonePlaceholder

string = '(555) 123-4567'

accountOnboarding.account.details.phoneRequired

string = 'Primary contact phone number is required'

accountOnboarding.account.details.primaryContactLabel

string = 'Primary Contact'

accountOnboarding.account.details.primaryContactPlaceholder

string = 'Jane Doe'

accountOnboarding.account.details.primaryContactRequired

string = 'Primary contact is required'

accountOnboarding.account.details.regionLabel

string = 'Region'

accountOnboarding.account.details.regionPlaceholder

string = 'Select a region'

accountOnboarding.account.details.timezoneLabel

string = 'Timezone'

accountOnboarding.account.details.timezonePlaceholder

string = 'Select a timezone'

accountOnboarding.account.details.timezoneRequired

string = 'Timezone is required'

accountOnboarding.account.location

{ addressLabel: string; addressRequired: string; cityLabel: string; cityPlaceholder: string; description: string; edit: string; enterManually: string; heading: string; houseNumberLabel: string; houseNumberPlaceholder: string; nameLabel: string; namePlaceholder: string; nameRequired: string; noResults: string; postalCodeLabel: string; postalCodePlaceholder: string; searching: string; searchInstead: string; searchPlaceholder: string; stateLabel: string; statePlaceholder: string; streetLabel: string; streetPlaceholder: string; } = ...

accountOnboarding.account.location.addressLabel

string = 'Address'

accountOnboarding.account.location.addressRequired

string = 'Address is required'

accountOnboarding.account.location.cityLabel

string = 'City'

accountOnboarding.account.location.cityPlaceholder

string = 'New York'

accountOnboarding.account.location.description

string = 'Add your business address for E911 and caller ID.'

accountOnboarding.account.location.edit

string = 'Edit'

accountOnboarding.account.location.enterManually

string = 'Enter manually'

accountOnboarding.account.location.heading

string = 'Business Location'

accountOnboarding.account.location.houseNumberLabel

string = '#'

accountOnboarding.account.location.houseNumberPlaceholder

string = '123'

accountOnboarding.account.location.nameLabel

string = 'Location Name'

accountOnboarding.account.location.namePlaceholder

string = 'Main Office'

accountOnboarding.account.location.nameRequired

string = 'Location name is required'

accountOnboarding.account.location.noResults

string = 'No addresses found'

accountOnboarding.account.location.postalCodeLabel

string = 'ZIP'

accountOnboarding.account.location.postalCodePlaceholder

string = '10001'

accountOnboarding.account.location.searching

string = 'Searching...'

accountOnboarding.account.location.searchInstead

string = 'Search instead'

accountOnboarding.account.location.searchPlaceholder

string = 'Start typing an address...'

accountOnboarding.account.location.stateLabel

string = 'State'

accountOnboarding.account.location.statePlaceholder

string = 'Select'

accountOnboarding.account.location.streetLabel

string = 'Street'

accountOnboarding.account.location.streetPlaceholder

string = 'Main St'

accountOnboarding.account.saveError

string = 'Failed to save. Please try again.'

accountOnboarding.account.saving

string = 'Saving...'

accountOnboarding.account.subtitle

string = 'Enter your company information'

accountOnboarding.account.title

string = 'Business Details'

accountOnboarding.account.users

{ addUser: string; atLeastOne: string; description: string; duplicateEmail: string; emailLabel: string; emailPlaceholder: string; extensionLabel: string; extensionPlaceholder: string; heading: string; nameLabel: string; namePlaceholder: string; nameRequired: string; noUsers: string; removeUser: string; } = ...

accountOnboarding.account.users.addUser

string = 'Add User'

accountOnboarding.account.users.atLeastOne

string = 'Add at least one team member to continue.'

accountOnboarding.account.users.description

string = 'Add users who will have phone extensions'

accountOnboarding.account.users.duplicateEmail

string = 'A user with this email already exists.'

accountOnboarding.account.users.emailLabel

string = 'Email'

accountOnboarding.account.users.emailPlaceholder

string = 'john@company.com'

accountOnboarding.account.users.extensionLabel

string = 'Extension'

accountOnboarding.account.users.extensionPlaceholder

string = 'ex. 103'

accountOnboarding.account.users.heading

string = 'Team Members'

accountOnboarding.account.users.nameLabel

string = 'Full name'

accountOnboarding.account.users.namePlaceholder

string = 'John Doe'

accountOnboarding.account.users.nameRequired

string = 'Name is required'

accountOnboarding.account.users.noUsers

string = 'No team members added yet.'

accountOnboarding.account.users.removeUser

string = 'Remove'

accountOnboarding.breadcrumbAriaLabel

string = 'Onboarding progress'

accountOnboarding.complete

{ e911: { addressStandardized: string; deferred: string; errorDescription: string; errorTitle: string; loading: string; pendingAfterPolling: string; pollingStatus: string; primaryAssigned: string; processing: string; retryButton: string; verified: string; }; subtitle: string; title: string; } = ...

accountOnboarding.complete.e911

{ addressStandardized: string; deferred: string; errorDescription: string; errorTitle: string; loading: string; pendingAfterPolling: string; pollingStatus: string; primaryAssigned: string; processing: string; retryButton: string; verified: string; } = ...

accountOnboarding.complete.e911.addressStandardized

string = 'Your address was standardized for emergency services accuracy.'

accountOnboarding.complete.e911.deferred

string = 'E911 emergency services have not been fully configured. Each location with a phone number needs a verified emergency address before your phone service can be activated.'

accountOnboarding.complete.e911.errorDescription

string = 'There was an error configuring emergency services. You can retry or configure manually later.'

accountOnboarding.complete.e911.errorTitle

string = 'E911 configuration failed'

accountOnboarding.complete.e911.loading

string = 'Configuring emergency services...'

accountOnboarding.complete.e911.pendingAfterPolling

string = 'E911 registration submitted. Your phone service is active — emergency address verification will complete shortly.'

accountOnboarding.complete.e911.pollingStatus

string = 'Verifying emergency services registration...'

accountOnboarding.complete.e911.primaryAssigned

string = 'assigned as primary number for'

accountOnboarding.complete.e911.processing

string = 'E911 registration is being processed. This may take a few minutes.'

accountOnboarding.complete.e911.retryButton

string = 'Retry'

accountOnboarding.complete.e911.verified

string = 'E911 emergency address is verified.'

accountOnboarding.complete.subtitle

string = "It's time to start using your embedded voice system"

accountOnboarding.complete.title

string = 'Wahoo!'

accountOnboarding.error

{ description: string; retry: string; title: string; } = ...

accountOnboarding.error.description

string = 'Something went wrong loading the onboarding wizard.'

accountOnboarding.error.retry

string = 'Try Again'

accountOnboarding.error.title

string = 'Unable to Load'

accountOnboarding.hardware

{ addDeviceButton: string; addHandsetButton: string; allAssigned: string; assignAndComplete: string; availableDevices: string; cancel: string; clickToAssign: string; cordless: string; dectBase: string; deskPhone: string; deviceNotFound: string; dragDropHint: string; duplicateMac: string; gate: { noDevices: string; }; handset: string; handsets: string; invalidIpei: string; invalidMac: string; ipeiLabel: string; ipeiNotMac: string; ipeiPlaceholder: string; isDectBase: string; macLabel: string; macPlaceholder: string; noDevices: string; noUsers: string; removeBaseFailed: string; removeDevice: string; save: string; saving: string; selectUser: string; selectUserRequired: string; shippingAddress: string; submitOrder: string; submitting: string; subtitle: string; tableHeaderDevice: string; tableHeaderExtension: string; tableHeaderName: string; title: string; unassign: string; unsupportedVendor: string; userLabel: string; } = ...

accountOnboarding.hardware.addDeviceButton

string = '+ Add Device'

accountOnboarding.hardware.addHandsetButton

string = '+ Handset'

accountOnboarding.hardware.allAssigned

string = 'All devices have been assigned'

accountOnboarding.hardware.assignAndComplete

string = 'Save & Continue'

accountOnboarding.hardware.availableDevices

string = 'Available Devices'

accountOnboarding.hardware.cancel

string = 'Cancel'

accountOnboarding.hardware.clickToAssign

string = 'Click to assign'

accountOnboarding.hardware.cordless

string = 'Cordless'

accountOnboarding.hardware.dectBase

string = 'Cordless Base'

accountOnboarding.hardware.deskPhone

string = 'Desk phone'

accountOnboarding.hardware.deviceNotFound

string = 'Device was created but could not be found. Please try again.'

accountOnboarding.hardware.dragDropHint

string = 'Drag and drop device here'

accountOnboarding.hardware.duplicateMac

string = 'This MAC address is already registered.'

accountOnboarding.hardware.gate

{ noDevices: string; } = ...

accountOnboarding.hardware.gate.noDevices

string = 'No devices are available for your account. Please contact support to add devices before completing this step.'

accountOnboarding.hardware.handset

string = 'handset'

accountOnboarding.hardware.handsets

string = 'handsets'

accountOnboarding.hardware.invalidIpei

string = 'Enter a valid IPEI (hex digits only).'

accountOnboarding.hardware.invalidMac

string = 'Enter a valid 12-digit MAC address.'

accountOnboarding.hardware.ipeiLabel

string = 'Handset IPEI'

accountOnboarding.hardware.ipeiNotMac

string = 'This looks like a MAC address, not an IPEI. An IPEI looks like 03AABB1234567890CCDD.'

accountOnboarding.hardware.ipeiPlaceholder

string = '03AABB1234567890CCDD'

accountOnboarding.hardware.isDectBase

string = 'This is a cordless handset base station'

accountOnboarding.hardware.macLabel

string = 'MAC Address'

accountOnboarding.hardware.macPlaceholder

string = '00:04:13:AA:BB:CC'

accountOnboarding.hardware.noDevices

string = 'No devices are available for your account at the moment.'

accountOnboarding.hardware.noUsers

string = 'No team members found. Add team members in the Account step first.'

accountOnboarding.hardware.removeBaseFailed

string = 'Failed to remove cordless base.'

accountOnboarding.hardware.removeDevice

string = 'Remove'

accountOnboarding.hardware.save

string = 'Save'

accountOnboarding.hardware.saving

string = 'Saving...'

accountOnboarding.hardware.selectUser

string = 'Select a team member'

accountOnboarding.hardware.selectUserRequired

string = 'Please select a team member.'

accountOnboarding.hardware.shippingAddress

string = 'Shipping Address'

accountOnboarding.hardware.submitOrder

string = 'Submit Order'

accountOnboarding.hardware.submitting

string = 'Submitting...'

accountOnboarding.hardware.subtitle

string = 'Drag and drop devices to assign them to team members'

accountOnboarding.hardware.tableHeaderDevice

string = 'Assigned Device'

accountOnboarding.hardware.tableHeaderExtension

string = 'Extension'

accountOnboarding.hardware.tableHeaderName

string = 'Full name'

accountOnboarding.hardware.title

string = 'Assign Devices'

accountOnboarding.hardware.unassign

string = 'Unassign'

accountOnboarding.hardware.unsupportedVendor

string = 'This device is not currently supported. Our support team has been notified and will follow up.'

accountOnboarding.hardware.userLabel

string = 'Team Member'

accountOnboarding.legal

{ and: string; prefix: string; privacyPolicy: string; recipientTerms: string; termsOfService: string; } = ...

accountOnboarding.legal.and

string = 'and'

accountOnboarding.legal.prefix

string = 'By continuing, you agree to the'

accountOnboarding.legal.privacyPolicy

string = 'Privacy Policy'

accountOnboarding.legal.recipientTerms

string = 'Recipient Terms of Service'

accountOnboarding.legal.termsOfService

string = 'Terms of Service'

accountOnboarding.loading

string = 'Loading...'

accountOnboarding.nav

{ back: string; exit: string; next: string; skip: string; } = ...

accountOnboarding.nav.back

string = 'Back'

accountOnboarding.nav.exit

string = 'Finish'

accountOnboarding.nav.next

string = 'Next'

accountOnboarding.nav.skip

string = 'Skip'

accountOnboarding.numbers

{ callerId: { alreadySet: string; charCount: string; directoryListing: { info: string; title: string; }; error: { conflict: string; submitFailed: string; }; inputHelp: string; inputLabel: string; inputPlaceholder: string; noDIDs: string; partialError: string; skipCallerId: string; submit: string; submitAll: string; submitted: string; submitting: string; submittingAll: string; subtitle: string; title: string; validation: { invalidChars: string; required: string; tooLong: string; }; }; defaultDialPlanName: string; directoryListing: { businessName: string; businessNameHelp: string; businessNamePlaceholder: string; noDIDs: string; noneOption: string; selectPrompt: string; subtitle: string; title: string; validation: { nameRequired: string; }; }; gate: { noDIDsAvailable: string; primaryRequired: string; }; nav: { back: string; backToSearch: string; cancel: string; confirm: string; next: string; }; order: { areaCodeLabel: string; areaCodePlaceholder: string; carrierNote: string; confirmSubtitle: string; confirmSubtitle_one: string; confirmSubtitle_other: string; confirmTitle: string; continue: string; deselectAll: string; done: string; error: string; noResults: string; ordering: string; orderMore: string; placeOrder: string; placing: string; quantityLabel: string; resultsSubtitle: string; resultsTitle: string; search: string; searchByAreaCode: string; searchByZip: string; searching: string; searchSubtitle: string; searchTitle: string; selectAll: string; selected: string; state: string; statusComplete: string; statusFailed: string; statusPartial: string; statusPending: string; statusStalled: string; statusTitle: string; zipLabel: string; zipPlaceholder: string; }; overview: { empty: string; heading: string; loadError: string; phoneNumber: string; portExisting: string; portExistingDesc: string; requestNew: string; requestNewDesc: string; retry: string; source: string; status: string; temporaryBanner: string; type: string; }; port: { accountNumberLabel: string; accountNumberPlaceholder: string; accountRequired: string; addAnother: string; addressHeading: string; approve: string; approverNameLabel: string; approverNamePlaceholder: string; backToOverview: string; billCopyDesc: string; billCopyLabel: string; billCopyRequired: string; btnLabel: string; btnPlaceholder: string; businessNameLabel: string; businessNamePlaceholder: string; carrier: string; carrierContinue: string; carrierGroupsSubtitle: string; carrierGroupsTitle: string; carrierStart: string; carrierSubmitted: string; checkEligibility: string; checking: string; cityLabel: string; cityPlaceholder: string; continueWithPortable: string; csrDesc: string; csrLabel: string; csrOptional: string; documentsSection: string; documentsSubtitle: string; documentsTitle: string; eligibilitySubtitle: string; eligibilityTitle: string; fileSelected: string; focDateLabel: string; focSection: string; focSubtitle: string; focTimeLabel: string; focTimePlaceholder: string; focTitle: string; houseNumberLabel: string; houseNumberPlaceholder: string; line2Label: string; line2Placeholder: string; noFileSelected: string; noPortable: string; notPortable: string; numberPlural: string; numberSingular: string; numbersSection: string; numbersSubtitle: string; numbersTitle: string; phoneLabel: string; phonePlaceholder: string; pinLabel: string; pinPlaceholder: string; portable: string; removeNumber: string; reviewSubtitle: string; reviewTitle: string; signatureHelp: string; signatureLabel: string; signaturePlaceholder: string; stateLabel: string; statePlaceholder: string; streetNameLabel: string; streetNamePlaceholder: string; submittedStatus: string; submittedSubtitle: string; submittedTitle: string; submitting: string; subscriberSection: string; subscriberSubtitle: string; subscriberTitle: string; uploadFile: string; uploading: string; wireless: string; wirelessNo: string; wirelessYes: string; zipLabel: string; zipPlaceholder: string; }; source: { did: string; didTemporary: string; number_order: string; port_order: string; }; status: { active: string; inactive: string; order_failed: string; ordering: string; porting_approved: string; porting_draft: string; porting_exception: string; porting_foc: string; porting_submitted: string; released: string; }; subtitle: string; title: string; validation: { approverNameRequired: string; areaCodeFormat: string; areaCodeRequired: string; billCopyRequired: string; btnInvalid: string; btnRequired: string; businessNameRequired: string; cityRequired: string; eligibilityError: string; focDateRequired: string; focDateTooFar: string; focDateTooSoon: string; focTimeRequired: string; houseNumberRequired: string; phoneDuplicate: string; phoneInvalid: string; phoneRequired: string; selectAtLeastOne: string; signatureRequired: string; stateRequired: string; streetNameRequired: string; submitError: string; zipFormat: string; zipRequired: string; }; } = ...

accountOnboarding.numbers.callerId

{ alreadySet: string; charCount: string; directoryListing: { info: string; title: string; }; error: { conflict: string; submitFailed: string; }; inputHelp: string; inputLabel: string; inputPlaceholder: string; noDIDs: string; partialError: string; skipCallerId: string; submit: string; submitAll: string; submitted: string; submitting: string; submittingAll: string; subtitle: string; title: string; validation: { invalidChars: string; required: string; tooLong: string; }; } = ...

accountOnboarding.numbers.callerId.alreadySet

string = 'Already configured'

accountOnboarding.numbers.callerId.charCount

string = '{count}/15'

accountOnboarding.numbers.callerId.directoryListing

{ info: string; title: string; } = ...

accountOnboarding.numbers.callerId.directoryListing.info

string = 'To update your directory listing, contact {platformName} support.'

accountOnboarding.numbers.callerId.directoryListing.title

string = 'Directory Listing (DA/DL)'

accountOnboarding.numbers.callerId.error

{ conflict: string; submitFailed: string; } = ...

accountOnboarding.numbers.callerId.error.conflict

string = 'A caller ID update is already in progress for this number.'

accountOnboarding.numbers.callerId.error.submitFailed

string = 'Failed to set caller ID. Please try again.'

accountOnboarding.numbers.callerId.inputHelp

string = 'Max 15 characters. Letters, numbers, spaces, and hyphens only.'

accountOnboarding.numbers.callerId.inputLabel

string = 'Caller ID Name'

accountOnboarding.numbers.callerId.inputPlaceholder

string = 'e.g. ACME Corp'

accountOnboarding.numbers.callerId.noDIDs

string = 'No active phone numbers to configure.'

accountOnboarding.numbers.callerId.partialError

string = 'Some caller IDs could not be set. Fix errors and retry, or skip.'

accountOnboarding.numbers.callerId.skipCallerId

string = 'Skip'

accountOnboarding.numbers.callerId.submit

string = 'Set Caller ID'

accountOnboarding.numbers.callerId.submitAll

string = 'Set All Caller IDs'

accountOnboarding.numbers.callerId.submitted

string = 'Submitted'

accountOnboarding.numbers.callerId.submitting

string = 'Submitting...'

accountOnboarding.numbers.callerId.submittingAll

string = 'Submitting caller IDs...'

accountOnboarding.numbers.callerId.subtitle

string = 'Configure the name displayed when making outbound calls'

accountOnboarding.numbers.callerId.title

string = 'Caller ID Setup'

accountOnboarding.numbers.callerId.validation

{ invalidChars: string; required: string; tooLong: string; } = ...

accountOnboarding.numbers.callerId.validation.invalidChars

string = 'Only letters, numbers, spaces, and hyphens allowed'

accountOnboarding.numbers.callerId.validation.required

string = 'Caller ID name is required'

accountOnboarding.numbers.callerId.validation.tooLong

string = 'Must be 15 characters or fewer'

accountOnboarding.numbers.defaultDialPlanName

string = 'Onboarding Dial Plan'

accountOnboarding.numbers.directoryListing

{ businessName: string; businessNameHelp: string; businessNamePlaceholder: string; noDIDs: string; noneOption: string; selectPrompt: string; subtitle: string; title: string; validation: { nameRequired: string; }; } = ...

accountOnboarding.numbers.directoryListing.businessName

string = 'Business Name'

accountOnboarding.numbers.directoryListing.businessNameHelp

string = 'The name shown in directory listings and used for caller verification. Max 200 characters.'

accountOnboarding.numbers.directoryListing.businessNamePlaceholder

string = 'Enter business name for listing'

accountOnboarding.numbers.directoryListing.noDIDs

string = 'No eligible phone numbers to configure.'

accountOnboarding.numbers.directoryListing.noneOption

string = 'None \u2014 skip directory listing'

accountOnboarding.numbers.directoryListing.selectPrompt

string = 'Select which number should be listed:'

accountOnboarding.numbers.directoryListing.subtitle

string = 'A directory listing feeds your business information into online directories and data aggregators, helping customers find you. It also reduces the chance of your outbound calls being flagged as spam by call-screening apps.'

accountOnboarding.numbers.directoryListing.title

string = 'Directory Listing'

accountOnboarding.numbers.directoryListing.validation

{ nameRequired: string; } = ...

accountOnboarding.numbers.directoryListing.validation.nameRequired

string = 'Business name is required for the directory listing.'

accountOnboarding.numbers.gate

{ noDIDsAvailable: string; primaryRequired: string; } = ...

accountOnboarding.numbers.gate.noDIDsAvailable

string = 'You need at least one phone number before selecting a primary number. Order or port a number first.'

accountOnboarding.numbers.gate.primaryRequired

string = 'Please select a primary number to continue.'

accountOnboarding.numbers.nav

{ back: string; backToSearch: string; cancel: string; confirm: string; next: string; } = ...

accountOnboarding.numbers.nav.back

string = 'Back'

accountOnboarding.numbers.nav.backToSearch

string = 'Back to Search'

accountOnboarding.numbers.nav.cancel

string = 'Cancel'

accountOnboarding.numbers.nav.confirm

string = 'Confirm'

accountOnboarding.numbers.nav.next

string = 'Next'

accountOnboarding.numbers.order

{ areaCodeLabel: string; areaCodePlaceholder: string; carrierNote: string; confirmSubtitle: string; confirmSubtitle_one: string; confirmSubtitle_other: string; confirmTitle: string; continue: string; deselectAll: string; done: string; error: string; noResults: string; ordering: string; orderMore: string; placeOrder: string; placing: string; quantityLabel: string; resultsSubtitle: string; resultsTitle: string; search: string; searchByAreaCode: string; searchByZip: string; searching: string; searchSubtitle: string; searchTitle: string; selectAll: string; selected: string; state: string; statusComplete: string; statusFailed: string; statusPartial: string; statusPending: string; statusStalled: string; statusTitle: string; zipLabel: string; zipPlaceholder: string; } = ...

accountOnboarding.numbers.order.areaCodeLabel

string = 'Area Code'

accountOnboarding.numbers.order.areaCodePlaceholder

string = '212'

accountOnboarding.numbers.order.carrierNote

string = 'Your order will be submitted to the carrier for fulfillment. This usually completes within seconds but may take longer.'

accountOnboarding.numbers.order.confirmSubtitle

string = 'You are about to order {count} phone numbers'

accountOnboarding.numbers.order.confirmSubtitle_one

string = 'You are about to order {count} phone number'

accountOnboarding.numbers.order.confirmSubtitle_other

string = 'You are about to order {count} phone numbers'

accountOnboarding.numbers.order.confirmTitle

string = 'Confirm Your Order'

accountOnboarding.numbers.order.continue

string = 'Continue'

accountOnboarding.numbers.order.deselectAll

string = 'Deselect All'

accountOnboarding.numbers.order.done

string = 'Done'

accountOnboarding.numbers.order.error

string = 'An error occurred while placing the order.'

accountOnboarding.numbers.order.noResults

string = 'No numbers found. Try a different search.'

accountOnboarding.numbers.order.ordering

string = 'Ordering...'

accountOnboarding.numbers.order.orderMore

string = 'Order More Numbers'

accountOnboarding.numbers.order.placeOrder

string = 'Place Order'

accountOnboarding.numbers.order.placing

string = 'Placing Order...'

accountOnboarding.numbers.order.quantityLabel

string = 'Quantity'

accountOnboarding.numbers.order.resultsSubtitle

string = 'Select the numbers you would like to order.'

accountOnboarding.numbers.order.resultsTitle

string = 'Available Numbers'

accountOnboarding.numbers.order.search

string = 'Search'

accountOnboarding.numbers.order.searchByAreaCode

string = 'Area Code'

accountOnboarding.numbers.order.searchByZip

string = 'ZIP Code'

accountOnboarding.numbers.order.searching

string = 'Searching...'

accountOnboarding.numbers.order.searchSubtitle

string = 'Find available numbers by entering an area code or ZIP code'

accountOnboarding.numbers.order.searchTitle

string = 'Search Available Numbers'

accountOnboarding.numbers.order.selectAll

string = 'Select All'

accountOnboarding.numbers.order.selected

string = 'selected'

accountOnboarding.numbers.order.state

string = 'State'

accountOnboarding.numbers.order.statusComplete

string = 'Your numbers have been activated.'

accountOnboarding.numbers.order.statusFailed

string = 'The order could not be completed.'

accountOnboarding.numbers.order.statusPartial

string = 'Some numbers were activated, but others failed.'

accountOnboarding.numbers.order.statusPending

string = 'Your order has been submitted to the carrier. Fulfillment usually completes within seconds but may take longer.'

accountOnboarding.numbers.order.statusStalled

string = 'Your order has been submitted to the carrier. Fulfillment usually completes within seconds but may take longer.'

accountOnboarding.numbers.order.statusTitle

string = 'Order Submitted'

accountOnboarding.numbers.order.zipLabel

string = 'ZIP Code'

accountOnboarding.numbers.order.zipPlaceholder

string = '10001'

accountOnboarding.numbers.overview

{ empty: string; heading: string; loadError: string; phoneNumber: string; portExisting: string; portExistingDesc: string; requestNew: string; requestNewDesc: string; retry: string; source: string; status: string; temporaryBanner: string; type: string; } = ...

accountOnboarding.numbers.overview.empty

string = 'No telephone numbers yet. Request new numbers or port your existing ones.'

accountOnboarding.numbers.overview.heading

string = 'Your Numbers'

accountOnboarding.numbers.overview.loadError

string = 'Failed to load telephone numbers. Please try again.'

accountOnboarding.numbers.overview.phoneNumber

string = 'Phone Number'

accountOnboarding.numbers.overview.portExisting

string = 'Port Existing Number'

accountOnboarding.numbers.overview.portExistingDesc

string = 'Transfer your current business number to {platformName}. This typically takes 5–10 business days.'

accountOnboarding.numbers.overview.requestNew

string = 'Request New Numbers'

accountOnboarding.numbers.overview.requestNewDesc

string = 'Get new business phone numbers instantly. Choose from available numbers in your area.'

accountOnboarding.numbers.overview.retry

string = 'Retry'

accountOnboarding.numbers.overview.source

string = 'Source'

accountOnboarding.numbers.overview.status

string = 'Status'

accountOnboarding.numbers.overview.temporaryBanner

string = 'A temporary number has been assigned to your account while you set up your permanent numbers.'

accountOnboarding.numbers.overview.type

string = 'Type'

accountOnboarding.numbers.port

{ accountNumberLabel: string; accountNumberPlaceholder: string; accountRequired: string; addAnother: string; addressHeading: string; approve: string; approverNameLabel: string; approverNamePlaceholder: string; backToOverview: string; billCopyDesc: string; billCopyLabel: string; billCopyRequired: string; btnLabel: string; btnPlaceholder: string; businessNameLabel: string; businessNamePlaceholder: string; carrier: string; carrierContinue: string; carrierGroupsSubtitle: string; carrierGroupsTitle: string; carrierStart: string; carrierSubmitted: string; checkEligibility: string; checking: string; cityLabel: string; cityPlaceholder: string; continueWithPortable: string; csrDesc: string; csrLabel: string; csrOptional: string; documentsSection: string; documentsSubtitle: string; documentsTitle: string; eligibilitySubtitle: string; eligibilityTitle: string; fileSelected: string; focDateLabel: string; focSection: string; focSubtitle: string; focTimeLabel: string; focTimePlaceholder: string; focTitle: string; houseNumberLabel: string; houseNumberPlaceholder: string; line2Label: string; line2Placeholder: string; noFileSelected: string; noPortable: string; notPortable: string; numberPlural: string; numberSingular: string; numbersSection: string; numbersSubtitle: string; numbersTitle: string; phoneLabel: string; phonePlaceholder: string; pinLabel: string; pinPlaceholder: string; portable: string; removeNumber: string; reviewSubtitle: string; reviewTitle: string; signatureHelp: string; signatureLabel: string; signaturePlaceholder: string; stateLabel: string; statePlaceholder: string; streetNameLabel: string; streetNamePlaceholder: string; submittedStatus: string; submittedSubtitle: string; submittedTitle: string; submitting: string; subscriberSection: string; subscriberSubtitle: string; subscriberTitle: string; uploadFile: string; uploading: string; wireless: string; wirelessNo: string; wirelessYes: string; zipLabel: string; zipPlaceholder: string; } = ...

accountOnboarding.numbers.port.accountNumberLabel

string = 'Account Number'

accountOnboarding.numbers.port.accountNumberPlaceholder

string = 'From your current carrier'

accountOnboarding.numbers.port.accountRequired

string = 'Account # Required'

accountOnboarding.numbers.port.addAnother

string = 'Add another number'

accountOnboarding.numbers.port.addressHeading

string = 'Service Address'

accountOnboarding.numbers.port.approve

string = 'Approve & Submit'

accountOnboarding.numbers.port.approverNameLabel

string = 'Authorized Contact'

accountOnboarding.numbers.port.approverNamePlaceholder

string = 'John Doe'

accountOnboarding.numbers.port.backToOverview

string = 'Back to Numbers'

accountOnboarding.numbers.port.billCopyDesc

string = 'A recent bill from your current carrier showing the numbers to be ported.'

accountOnboarding.numbers.port.billCopyLabel

string = 'Phone Bill Copy'

accountOnboarding.numbers.port.billCopyRequired

string = 'Required'

accountOnboarding.numbers.port.btnLabel

string = 'Billing Telephone Number (BTN)'

accountOnboarding.numbers.port.btnPlaceholder

string = '(555) 123-4567'

accountOnboarding.numbers.port.businessNameLabel

string = 'Business Name'

accountOnboarding.numbers.port.businessNamePlaceholder

string = 'Acme Corp'

accountOnboarding.numbers.port.carrier

string = 'Current Carrier'

accountOnboarding.numbers.port.carrierContinue

string = 'Continue'

accountOnboarding.numbers.port.carrierGroupsSubtitle

string = 'Your numbers are with different carriers. Each carrier requires a separate port request.'

accountOnboarding.numbers.port.carrierGroupsTitle

string = 'Carrier Groups'

accountOnboarding.numbers.port.carrierStart

string = 'Start'

accountOnboarding.numbers.port.carrierSubmitted

string = 'Submitted'

accountOnboarding.numbers.port.checkEligibility

string = 'Check Eligibility'

accountOnboarding.numbers.port.checking

string = 'Checking...'

accountOnboarding.numbers.port.cityLabel

string = 'City'

accountOnboarding.numbers.port.cityPlaceholder

string = 'New York'

accountOnboarding.numbers.port.continueWithPortable

string = 'Continue with Portable Numbers'

accountOnboarding.numbers.port.csrDesc

string = 'Optional but recommended — speeds up the porting process.'

accountOnboarding.numbers.port.csrLabel

string = 'Customer Service Record (CSR)'

accountOnboarding.numbers.port.csrOptional

string = 'Optional'

accountOnboarding.numbers.port.documentsSection

string = 'Documents'

accountOnboarding.numbers.port.documentsSubtitle

string = 'Upload your latest phone bill and optionally a Customer Service Record (CSR).'

accountOnboarding.numbers.port.documentsTitle

string = 'Supporting Documents'

accountOnboarding.numbers.port.eligibilitySubtitle

string = 'Review which numbers can be ported.'

accountOnboarding.numbers.port.eligibilityTitle

string = 'Port Eligibility'

accountOnboarding.numbers.port.fileSelected

string = 'Selected:'

accountOnboarding.numbers.port.focDateLabel

string = 'Port Date'

accountOnboarding.numbers.port.focSection

string = 'Port Date'

accountOnboarding.numbers.port.focSubtitle

string = 'Choose when you want the numbers transferred. Must be at least 5 business days out.'

accountOnboarding.numbers.port.focTimeLabel

string = 'Port Time (Eastern)'

accountOnboarding.numbers.port.focTimePlaceholder

string = 'Select time'

accountOnboarding.numbers.port.focTitle

string = 'Requested Port Date'

accountOnboarding.numbers.port.houseNumberLabel

string = 'Street Number'

accountOnboarding.numbers.port.houseNumberPlaceholder

string = '123'

accountOnboarding.numbers.port.line2Label

string = 'Suite / Unit'

accountOnboarding.numbers.port.line2Placeholder

string = 'Suite 100'

accountOnboarding.numbers.port.noFileSelected

string = 'No file selected'

accountOnboarding.numbers.port.noPortable

string = 'None of the entered numbers are eligible for porting.'

accountOnboarding.numbers.port.notPortable

string = 'Not Portable'

accountOnboarding.numbers.port.numberPlural

string = 'numbers'

accountOnboarding.numbers.port.numberSingular

string = 'number'

accountOnboarding.numbers.port.numbersSection

string = 'Numbers'

accountOnboarding.numbers.port.numbersSubtitle

string = 'Enter the phone numbers you want to transfer to {platformName}.'

accountOnboarding.numbers.port.numbersTitle

string = 'Numbers to Port'

accountOnboarding.numbers.port.phoneLabel

string = 'Phone Number'

accountOnboarding.numbers.port.phonePlaceholder

string = '(555) 123-4567'

accountOnboarding.numbers.port.pinLabel

string = 'Account PIN'

accountOnboarding.numbers.port.pinPlaceholder

string = '1234'

accountOnboarding.numbers.port.portable

string = 'Portable'

accountOnboarding.numbers.port.removeNumber

string = 'Remove'

accountOnboarding.numbers.port.reviewSubtitle

string = 'Verify all details before submitting your port request.'

accountOnboarding.numbers.port.reviewTitle

string = 'Review & Approve'

accountOnboarding.numbers.port.signatureHelp

string = 'By signing, you authorize the transfer of the listed numbers to {platformName}.'

accountOnboarding.numbers.port.signatureLabel

string = 'Electronic Signature'

accountOnboarding.numbers.port.signaturePlaceholder

string = 'Type your full legal name'

accountOnboarding.numbers.port.stateLabel

string = 'State'

accountOnboarding.numbers.port.statePlaceholder

string = 'Select state'

accountOnboarding.numbers.port.streetNameLabel

string = 'Street Name'

accountOnboarding.numbers.port.streetNamePlaceholder

string = 'Main St'

accountOnboarding.numbers.port.submittedStatus

string = 'Status'

accountOnboarding.numbers.port.submittedSubtitle

string = 'Your port request has been submitted and is being processed.'

accountOnboarding.numbers.port.submittedTitle

string = 'Port Request Submitted'

accountOnboarding.numbers.port.submitting

string = 'Submitting...'

accountOnboarding.numbers.port.subscriberSection

string = 'Subscriber'

accountOnboarding.numbers.port.subscriberSubtitle

string = 'Enter the details exactly as they appear on your current phone bill.'

accountOnboarding.numbers.port.subscriberTitle

string = 'Subscriber Information'

accountOnboarding.numbers.port.uploadFile

string = 'Choose File'

accountOnboarding.numbers.port.uploading

string = 'Uploading...'

accountOnboarding.numbers.port.wireless

string = 'Wireless'

accountOnboarding.numbers.port.wirelessNo

string = 'No'

accountOnboarding.numbers.port.wirelessYes

string = 'Yes'

accountOnboarding.numbers.port.zipLabel

string = 'ZIP Code'

accountOnboarding.numbers.port.zipPlaceholder

string = '10001'

accountOnboarding.numbers.source

{ did: string; didTemporary: string; number_order: string; port_order: string; } = ...

accountOnboarding.numbers.source.did

string = 'Account'

accountOnboarding.numbers.source.didTemporary

string = 'Temporary'

accountOnboarding.numbers.source.number_order

string = 'New Order'

accountOnboarding.numbers.source.port_order

string = 'Port'

accountOnboarding.numbers.status

{ active: string; inactive: string; order_failed: string; ordering: string; porting_approved: string; porting_draft: string; porting_exception: string; porting_foc: string; porting_submitted: string; released: string; } = ...

accountOnboarding.numbers.status.active

string = 'Active'

accountOnboarding.numbers.status.inactive

string = 'Inactive'

accountOnboarding.numbers.status.order_failed

string = 'Order Failed'

accountOnboarding.numbers.status.ordering

string = 'Ordering'

accountOnboarding.numbers.status.porting_approved

string = 'Ready to Submit'

accountOnboarding.numbers.status.porting_draft

string = 'Port Draft'

accountOnboarding.numbers.status.porting_exception

string = 'Port Exception'

accountOnboarding.numbers.status.porting_foc

string = 'Port Scheduled'

accountOnboarding.numbers.status.porting_submitted

string = 'Port Submitted'

accountOnboarding.numbers.status.released

string = 'Released'

accountOnboarding.numbers.subtitle

string = "Choose how you'd like to set up your business numbers"

accountOnboarding.numbers.title

string = 'Phone Numbers'

accountOnboarding.numbers.validation

{ approverNameRequired: string; areaCodeFormat: string; areaCodeRequired: string; billCopyRequired: string; btnInvalid: string; btnRequired: string; businessNameRequired: string; cityRequired: string; eligibilityError: string; focDateRequired: string; focDateTooFar: string; focDateTooSoon: string; focTimeRequired: string; houseNumberRequired: string; phoneDuplicate: string; phoneInvalid: string; phoneRequired: string; selectAtLeastOne: string; signatureRequired: string; stateRequired: string; streetNameRequired: string; submitError: string; zipFormat: string; zipRequired: string; } = ...

accountOnboarding.numbers.validation.approverNameRequired

string = 'Authorized contact name is required.'

accountOnboarding.numbers.validation.areaCodeFormat

string = 'Enter a 3-digit area code.'

accountOnboarding.numbers.validation.areaCodeRequired

string = 'Area code is required.'

accountOnboarding.numbers.validation.billCopyRequired

string = 'A phone bill copy is required.'

accountOnboarding.numbers.validation.btnInvalid

string = 'Enter a valid US phone number.'

accountOnboarding.numbers.validation.btnRequired

string = 'BTN is required.'

accountOnboarding.numbers.validation.businessNameRequired

string = 'Business name is required.'

accountOnboarding.numbers.validation.cityRequired

string = 'City is required.'

accountOnboarding.numbers.validation.eligibilityError

string = 'Failed to check eligibility. Please try again.'

accountOnboarding.numbers.validation.focDateRequired

string = 'Port date is required.'

accountOnboarding.numbers.validation.focDateTooFar

string = 'Port date must be within 30 days.'

accountOnboarding.numbers.validation.focDateTooSoon

string = 'Port date must be at least 5 business days from today.'

accountOnboarding.numbers.validation.focTimeRequired

string = 'Port time is required.'

accountOnboarding.numbers.validation.houseNumberRequired

string = 'Street number is required.'

accountOnboarding.numbers.validation.phoneDuplicate

string = 'This number has already been entered.'

accountOnboarding.numbers.validation.phoneInvalid

string = 'Enter a valid US phone number.'

accountOnboarding.numbers.validation.phoneRequired

string = 'At least one phone number is required.'

accountOnboarding.numbers.validation.selectAtLeastOne

string = 'Select at least one number.'

accountOnboarding.numbers.validation.signatureRequired

string = 'Signature is required.'

accountOnboarding.numbers.validation.stateRequired

string = 'State is required.'

accountOnboarding.numbers.validation.streetNameRequired

string = 'Street name is required.'

accountOnboarding.numbers.validation.submitError

string = 'Failed to submit port request. Please try again.'

accountOnboarding.numbers.validation.zipFormat

string = 'Enter a 5-digit ZIP code.'

accountOnboarding.numbers.validation.zipRequired

string = 'ZIP code is required.'

accountOnboarding.sidebar

{ businessDetails: string; businessDetailsDesc: string; callerId: string; callerIdDesc: string; deviceAssignment: string; deviceAssignmentDesc: string; directoryListing: string; directoryListingDesc: string; numberOptions: string; numberOptionsDesc: string; numberSetup: string; numberSetupDesc: string; teamMembers: string; teamMembersDesc: string; verification: string; verificationDesc: string; } = ...

accountOnboarding.sidebar.businessDetails

string = 'Business Details'

accountOnboarding.sidebar.businessDetailsDesc

string = 'Enter your company information'

accountOnboarding.sidebar.callerId

string = 'Caller ID'

accountOnboarding.sidebar.callerIdDesc

string = 'Set caller ID for your numbers'

accountOnboarding.sidebar.deviceAssignment

string = 'Device Assignment'

accountOnboarding.sidebar.deviceAssignmentDesc

string = 'Assign devices to users'

accountOnboarding.sidebar.directoryListing

string = 'Directory Listing'

accountOnboarding.sidebar.directoryListingDesc

string = 'Configure 411 directory listing'

accountOnboarding.sidebar.numberOptions

string = 'Number Options'

accountOnboarding.sidebar.numberOptionsDesc

string = 'Choose to port existing or get new numbers'

accountOnboarding.sidebar.numberSetup

string = 'Number Setup'

accountOnboarding.sidebar.numberSetupDesc

string = 'Configure your phone numbers'

accountOnboarding.sidebar.teamMembers

string = 'Team Members'

accountOnboarding.sidebar.teamMembersDesc

string = 'Add users and assign extensions'

accountOnboarding.sidebar.verification

string = 'Verification'

accountOnboarding.sidebar.verificationDesc

string = 'Verify number status'

accountOnboarding.ssa

{ accept: string; agreementLabel: string; errors: { generic: string; pricingMissing: string; retry: string; stale: string; }; intro: string; loadError: { description: string; retry: string; retrying: string; title: string; }; openInNewTab: string; perAiLocation: string; perMonthSuffix: string; perNumber: string; perUser: string; pricingTitle: string; submitting: string; title: string; } = ...

accountOnboarding.ssa.accept

string = 'Accept & Continue'

accountOnboarding.ssa.agreementLabel

string = 'Service Subscription Agreement'

accountOnboarding.ssa.errors

{ generic: string; pricingMissing: string; retry: string; stale: string; } = ...

accountOnboarding.ssa.errors.generic

string = 'We could not record your acceptance. Please try again.'

accountOnboarding.ssa.errors.pricingMissing

string = 'Your plan pricing has not been finalized yet. Please contact your provider to continue.'

accountOnboarding.ssa.errors.retry

string = 'Try again'

accountOnboarding.ssa.errors.stale

string = 'The agreement was updated. Please review the latest version and accept again.'

accountOnboarding.ssa.intro

string = 'Before you can use your phone service, please review the Service Subscription Agreement below — including its emergency calling (911/E911) terms — and confirm your acceptance.'

accountOnboarding.ssa.loadError

{ description: string; retry: string; retrying: string; title: string; } = ...

accountOnboarding.ssa.loadError.description

string = 'We could not load your subscription agreement, which is required before you can continue. Please try again.'

accountOnboarding.ssa.loadError.retry

string = 'Try again'

accountOnboarding.ssa.loadError.retrying

string = 'Loading…'

accountOnboarding.ssa.loadError.title

string = 'Unable to load your agreement'

accountOnboarding.ssa.openInNewTab

string = 'Open the full agreement in a new tab'

accountOnboarding.ssa.perAiLocation

string = 'Per AI location'

accountOnboarding.ssa.perMonthSuffix

string = '/mo'

accountOnboarding.ssa.perNumber

string = 'Per phone number'

accountOnboarding.ssa.perUser

string = 'Per user'

accountOnboarding.ssa.pricingTitle

string = 'Your plan pricing'

accountOnboarding.ssa.submitting

string = 'Recording your acceptance…'

accountOnboarding.ssa.title

string = 'Review and accept your subscription agreement'

accountOnboarding.stepComplete

{ done: string; subtitle: string; title: string; } = ...

accountOnboarding.stepComplete.done

string = 'Done'

accountOnboarding.stepComplete.subtitle

string = 'This step has been completed successfully.'

accountOnboarding.stepComplete.title

string = '{stepName} Complete'

accountOnboarding.steps

{ account: string; complete: string; hardware: string; numbers: string; } = ...

accountOnboarding.steps.account

string = 'Account Setup'

accountOnboarding.steps.complete

string = 'Complete'

accountOnboarding.steps.hardware

string = 'Hardware Setup'

accountOnboarding.steps.numbers

string = 'Phone Numbers'

accountOnboarding.title

string = 'Account Onboarding'

aiAgent

{ errors: { extensionNumeric: string; extensionUnavailable: string; faqFieldMaxLength: string; faqIncompleteEntry: string; faqMaxItems: string; greetingNameMaxLength: string; hostCreateRequired: string; hostSaveRequired: string; instructionsMaxLength: string; nameMaxLength: string; nameRequired: string; personaNameMaxLength: string; schedulingUrlHttpsRequired: string; schedulingUrlMaxLength: string; }; fields: { copySecret: string; extensionChecking: string; extensionNumber: string; extensionNumberHint: string; extensionNumberPlaceholder: string; faq: string; faqAdd: string; faqAnswer: string; faqAnswerLabel: string; faqEmpty: string; faqEntry: string; faqQuestion: string; faqQuestionLabel: string; faqRemove: string; faqRemoveLabel: string; greetingName: string; greetingNameHintGeneric: string; greetingNameHintWithName: string; greetingNamePlaceholder: string; instructions: string; instructionsHint: string; instructionsPlaceholder: string; name: string; nameHint: string; namePlaceholder: string; personaName: string; personaNameHint: string; personaNamePlaceholder: string; rotateSecret: string; scheduling: string; schedulingHint: string; secret: string; secretHint: string; webhookUrl: string; webhookUrlHint: string; webhookUrlPlaceholder: string; }; loadFailed: string; loading: string; save: string; saved: string; saving: string; } = ...

aiAgent.errors

{ extensionNumeric: string; extensionUnavailable: string; faqFieldMaxLength: string; faqIncompleteEntry: string; faqMaxItems: string; greetingNameMaxLength: string; hostCreateRequired: string; hostSaveRequired: string; instructionsMaxLength: string; nameMaxLength: string; nameRequired: string; personaNameMaxLength: string; schedulingUrlHttpsRequired: string; schedulingUrlMaxLength: string; } = ...

aiAgent.errors.extensionNumeric

string = 'Extension must contain only digits.'

aiAgent.errors.extensionUnavailable

string = 'Extension number is already in use.'

aiAgent.errors.faqFieldMaxLength

string = 'FAQ fields must be {max} characters or fewer.'

aiAgent.errors.faqIncompleteEntry

string = 'Every FAQ entry needs both a question and an answer.'

aiAgent.errors.faqMaxItems

string = 'FAQ supports up to {max} entries.'

aiAgent.errors.greetingNameMaxLength

string = 'Greeting name must be {max} characters or fewer.'

aiAgent.errors.hostCreateRequired

string = 'This form is waiting for the host app to create the AI agent.'

aiAgent.errors.hostSaveRequired

string = 'This form is waiting for the host app to save the AI agent.'

aiAgent.errors.instructionsMaxLength

string = 'Instructions must be {max} characters or fewer.'

aiAgent.errors.nameMaxLength

string = 'Name must be {max} characters or fewer.'

aiAgent.errors.nameRequired

string = 'Name is required.'

aiAgent.errors.personaNameMaxLength

string = 'Persona name must be {max} characters or fewer.'

aiAgent.errors.schedulingUrlHttpsRequired

string = 'Webhook URL must start with https://.'

aiAgent.errors.schedulingUrlMaxLength

string = 'Webhook URL must be {max} characters or fewer.'

aiAgent.fields

{ copySecret: string; extensionChecking: string; extensionNumber: string; extensionNumberHint: string; extensionNumberPlaceholder: string; faq: string; faqAdd: string; faqAnswer: string; faqAnswerLabel: string; faqEmpty: string; faqEntry: string; faqQuestion: string; faqQuestionLabel: string; faqRemove: string; faqRemoveLabel: string; greetingName: string; greetingNameHintGeneric: string; greetingNameHintWithName: string; greetingNamePlaceholder: string; instructions: string; instructionsHint: string; instructionsPlaceholder: string; name: string; nameHint: string; namePlaceholder: string; personaName: string; personaNameHint: string; personaNamePlaceholder: string; rotateSecret: string; scheduling: string; schedulingHint: string; secret: string; secretHint: string; webhookUrl: string; webhookUrlHint: string; webhookUrlPlaceholder: string; } = ...

aiAgent.fields.copySecret

string = 'Copy webhook secret'

aiAgent.fields.extensionChecking

string = 'Checking extension...'

aiAgent.fields.extensionNumber

string = 'Extension'

aiAgent.fields.extensionNumberHint

string = 'Dial this extension from any phone on the account to reach the agent.'

aiAgent.fields.extensionNumberPlaceholder

string = '700'

aiAgent.fields.faq

string = 'FAQ'

aiAgent.fields.faqAdd

string = 'Add FAQ entry'

aiAgent.fields.faqAnswer

string = 'Answer'

aiAgent.fields.faqAnswerLabel

string = 'FAQ entry {index} answer'

aiAgent.fields.faqEmpty

string = 'No FAQ entries yet. Add one to teach the agent a recurring question.'

aiAgent.fields.faqEntry

string = 'Entry {index}'

aiAgent.fields.faqQuestion

string = 'Question'

aiAgent.fields.faqQuestionLabel

string = 'FAQ entry {index} question'

aiAgent.fields.faqRemove

string = 'Remove'

aiAgent.fields.faqRemoveLabel

string = 'Remove FAQ entry {index}'

aiAgent.fields.greetingName

string = 'Greeting name'

aiAgent.fields.greetingNameHintGeneric

string = 'Used in the call greeting (e.g. "Thanks for calling [your business]").'

aiAgent.fields.greetingNameHintWithName

string = 'Used in the call greeting (e.g. "Thanks for calling {name}").'

aiAgent.fields.greetingNamePlaceholder

string = 'Your business name'

aiAgent.fields.instructions

string = 'Instructions'

aiAgent.fields.instructionsHint

string = 'Plain-English guidance for the agent: tone, what to do, what to escalate.'

aiAgent.fields.instructionsPlaceholder

string = 'Provide additional instructions for how the AI agent should behave during calls...'

aiAgent.fields.name

string = 'Name'

aiAgent.fields.nameHint

string = 'Internal label shown in lists and call logs. Not heard by callers.'

aiAgent.fields.namePlaceholder

string = 'Front Desk Agent'

aiAgent.fields.personaName

string = 'Persona name'

aiAgent.fields.personaNameHint

string = 'How the agent introduces itself on calls.'

aiAgent.fields.personaNamePlaceholder

string = 'e.g. Receptionist'

aiAgent.fields.rotateSecret

string = 'Rotate secret'

aiAgent.fields.scheduling

string = 'Scheduling'

aiAgent.fields.schedulingHint

string = 'Connect your AI agent to an external scheduling system. Clear the URL to disable scheduling.'

aiAgent.fields.secret

string = 'Webhook secret'

aiAgent.fields.secretHint

string = 'Used to verify tool-call webhooks sent from this AI agent to your integration.'

aiAgent.fields.webhookUrl

string = 'Webhook URL'

aiAgent.fields.webhookUrlHint

string = 'Base URL for scheduling webhooks. DialStack appends tool-call paths automatically.'

aiAgent.fields.webhookUrlPlaceholder

string = 'https://example.com/api/dialstack/webhooks'

aiAgent.loadFailed

string = 'Failed to load AI agent: {message}'

aiAgent.loading

string = 'Loading AI agent…'

aiAgent.save

string = 'Save'

aiAgent.saved

string = 'Saved.'

aiAgent.saving

string = 'Saving…'

callHistory

{ clickToCall: string; empty: string; error: string; loading: string; noPhoneNumber: string; relativeTime: { hourAgo: string; hoursAgo: string; justNow: string; minuteAgo: string; minutesAgo: string; yesterday: string; }; summaryNotAvailable: string; title: string; } = ...

callHistory.clickToCall

string = 'Click to call'

callHistory.empty

string = 'No call history'

callHistory.error

string = 'Unable to load call history'

callHistory.loading

string = 'Loading call history...'

callHistory.noPhoneNumber

string = 'Please set a phone number to load call history'

callHistory.relativeTime

{ hourAgo: string; hoursAgo: string; justNow: string; minuteAgo: string; minutesAgo: string; yesterday: string; } = ...

callHistory.relativeTime.hourAgo

string = '1 hour ago'

callHistory.relativeTime.hoursAgo

string = '{count} hours ago'

callHistory.relativeTime.justNow

string = 'Just now'

callHistory.relativeTime.minuteAgo

string = '1 min ago'

callHistory.relativeTime.minutesAgo

string = '{count} min ago'

callHistory.relativeTime.yesterday

string = 'Yesterday'

callHistory.summaryNotAvailable

string = 'Summary not available'

callHistory.title

string = 'Call History'

callLogs

{ calledBy: string; columns: { date: string; direction: string; duration: string; from: string; quality: string; status: string; to: string; }; directions: { inbound: string; internal: string; outbound: string; }; empty: string; loading: string; quality: { fair: string; good: string; poor: string; unavailable: string; unavailableTooltip: string; }; routedTo: string; statuses: { busy: string; completed: string; failed: string; noAnswer: string; voicemail: string; }; title: string; } = ...

callLogs.calledBy

string = 'Called by:'

callLogs.columns

{ date: string; direction: string; duration: string; from: string; quality: string; status: string; to: string; } = ...

callLogs.columns.date

string = 'Date'

callLogs.columns.direction

string = 'Direction'

callLogs.columns.duration

string = 'Duration'

callLogs.columns.from

string = 'From'

callLogs.columns.quality

string = 'MOS'

callLogs.columns.status

string = 'Status'

callLogs.columns.to

string = 'To'

callLogs.directions

{ inbound: string; internal: string; outbound: string; } = ...

callLogs.directions.inbound

string = 'Inbound'

callLogs.directions.internal

string = 'Internal'

callLogs.directions.outbound

string = 'Outbound'

callLogs.empty

string = 'No call logs found'

callLogs.loading

string = 'Loading call logs...'

callLogs.quality

{ fair: string; good: string; poor: string; unavailable: string; unavailableTooltip: string; } = ...

callLogs.quality.fair

string = 'Fair'

callLogs.quality.good

string = 'Good'

callLogs.quality.poor

string = 'Poor'

callLogs.quality.unavailable

string = 'N/A'

callLogs.quality.unavailableTooltip

string = 'No quality data available'

callLogs.routedTo

string = 'Routed to:'

callLogs.statuses

{ busy: string; completed: string; failed: string; noAnswer: string; voicemail: string; } = ...

callLogs.statuses.busy

string = 'Busy'

callLogs.statuses.completed

string = 'Completed'

callLogs.statuses.failed

string = 'Failed'

callLogs.statuses.noAnswer

string = 'No Answer'

callLogs.statuses.voicemail

string = 'Voicemail'

callLogs.title

string = 'Call Logs'

common

{ call: string; cancel: string; confirm: string; delete: string; error: string; loading: string; next: string; noResults: string; pause: string; perPage: string; play: string; previous: string; showing: string; } = ...

common.call

string = 'Call'

common.cancel

string = 'Cancel'

common.confirm

string = 'Confirm'

common.delete

string = 'Delete'

common.error

string = 'Error'

common.loading

string = 'Loading...'

common.next

string = 'Next'

common.noResults

string = 'No results'

common.pause

string = 'Pause'

common.perPage

string = 'Per page'

common.play

string = 'Play'

common.previous

string = 'Previous'

common.showing

string = 'Showing {start}-{end} of {total}'

dialPlan

{ configLabels: { addOption: string; audioClip: string; digit: string; optionLabel: string; optionLabelPlaceholder: string; options: string; promptClip: string; removeOption: string; routeHolidaySeparately: string; routeHolidaySeparatelyHint: string; }; empty: string; error: string; exits: { closed: string; holiday: string; invalid: string; next: string; open: string; timeout: string; }; loading: string; nodeDescriptions: { audioClip: string; hangUp: string; menu: string; }; nodeTypes: { audioClip: string; externalDial: string; hangUp: string; internalDial: string; menu: string; schedule: string; start: string; voiceApp: string; voicemail: string; }; resourceGroups: { audioClips: string; }; title: string; } = ...

dialPlan.configLabels

{ addOption: string; audioClip: string; digit: string; optionLabel: string; optionLabelPlaceholder: string; options: string; promptClip: string; removeOption: string; routeHolidaySeparately: string; routeHolidaySeparatelyHint: string; } = ...

dialPlan.configLabels.addOption

string = 'Add Option'

dialPlan.configLabels.audioClip

string = 'Audio Clip'

dialPlan.configLabels.digit

string = 'Digit'

dialPlan.configLabels.optionLabel

string = 'Label'

dialPlan.configLabels.optionLabelPlaceholder

string = 'e.g. Sales'

dialPlan.configLabels.options

string = 'Options'

dialPlan.configLabels.promptClip

string = 'Prompt'

dialPlan.configLabels.removeOption

string = 'Remove'

dialPlan.configLabels.routeHolidaySeparately

string = 'Route holidays separately'

dialPlan.configLabels.routeHolidaySeparatelyHint

string = 'When on, holidays route to a dedicated branch you wire below. Otherwise holidays follow the Closed exit.'

dialPlan.empty

string = 'No dial plan found'

dialPlan.error

string = 'Failed to load dial plan'

dialPlan.exits

{ closed: string; holiday: string; invalid: string; next: string; open: string; timeout: string; } = ...

dialPlan.exits.closed

string = 'Closed'

dialPlan.exits.holiday

string = 'Holiday'

dialPlan.exits.invalid

string = 'Invalid'

dialPlan.exits.next

string = 'Next'

dialPlan.exits.open

string = 'Open'

dialPlan.exits.timeout

string = 'Timeout'

dialPlan.loading

string = 'Loading dial plan...'

dialPlan.nodeDescriptions

{ audioClip: string; hangUp: string; menu: string; } = ...

dialPlan.nodeDescriptions.audioClip

string = 'Play an audio clip'

dialPlan.nodeDescriptions.hangUp

string = 'End the call'

dialPlan.nodeDescriptions.menu

string = 'Play prompt and route by keypress'

dialPlan.nodeTypes

{ audioClip: string; externalDial: string; hangUp: string; internalDial: string; menu: string; schedule: string; start: string; voiceApp: string; voicemail: string; } = ...

dialPlan.nodeTypes.audioClip

string = 'Audio Clip'

dialPlan.nodeTypes.externalDial

string = 'External Number'

dialPlan.nodeTypes.hangUp

string = 'Hang Up'

dialPlan.nodeTypes.internalDial

string = 'Internal Extension'

dialPlan.nodeTypes.menu

string = 'IVR Menu'

dialPlan.nodeTypes.schedule

string = 'Schedule'

dialPlan.nodeTypes.start

string = 'Start'

dialPlan.nodeTypes.voiceApp

string = 'Voice App'

dialPlan.nodeTypes.voicemail

string = 'Voicemail'

dialPlan.resourceGroups

{ audioClips: string; } = ...

dialPlan.resourceGroups.audioClips

string = 'Audio Clips'

dialPlan.title

string = 'Dial Plan'

onboardingPortal

{ back: string; helpSupport: string; onboardingComplete: string; onboardingFlows: string; overview: { accountDesc: string; complete: string; completeSetup: string; continueSetup: string; flowsComplete: string; hardwareDesc: string; label: string; needHelp: string; needHelpSubtitle: string; numbersDesc: string; phoneStatusComplete: string; phoneStatusNumber: string; phoneStatusProcessing: string; phoneStatusStatus: string; phoneStatusSubtitle: string; phoneStatusTemporary: string; phoneStatusTitle: string; phoneStatusType: string; phoneStatusTypeNew: string; phoneStatusTypePort: string; progress: string; progressTitle: string; review: string; scheduleCall: string; stepsTitle: string; subtitle: string; title: string; viewDocs: string; }; saveAndExit: string; splash: { start: string; step1: string; step2: string; step3: string; subtitle: string; title: string; }; } = ...

onboardingPortal.back

string = 'Back'

onboardingPortal.helpSupport

string = 'Help & Support'

onboardingPortal.onboardingComplete

string = 'Onboarding complete'

onboardingPortal.onboardingFlows

string = 'ONBOARDING FLOWS'

onboardingPortal.overview

{ accountDesc: string; complete: string; completeSetup: string; continueSetup: string; flowsComplete: string; hardwareDesc: string; label: string; needHelp: string; needHelpSubtitle: string; numbersDesc: string; phoneStatusComplete: string; phoneStatusNumber: string; phoneStatusProcessing: string; phoneStatusStatus: string; phoneStatusSubtitle: string; phoneStatusTemporary: string; phoneStatusTitle: string; phoneStatusType: string; phoneStatusTypeNew: string; phoneStatusTypePort: string; progress: string; progressTitle: string; review: string; scheduleCall: string; stepsTitle: string; subtitle: string; title: string; viewDocs: string; } = ...

onboardingPortal.overview.accountDesc

string = 'Set up your business profile, add team members, and configure your dial plan'

onboardingPortal.overview.complete

string = 'Complete'

onboardingPortal.overview.completeSetup

string = 'Complete Setup'

onboardingPortal.overview.continueSetup

string = 'Continue Setup'

onboardingPortal.overview.flowsComplete

string = '{completed} of {total} flows complete'

onboardingPortal.overview.hardwareDesc

string = 'Assign phones to team members and track delivery'

onboardingPortal.overview.label

string = 'Overview'

onboardingPortal.overview.needHelp

string = 'Need help?'

onboardingPortal.overview.needHelpSubtitle

string = 'Our team is here to help you get set up quickly'

onboardingPortal.overview.numbersDesc

string = 'Port existing numbers or request new business lines'

onboardingPortal.overview.phoneStatusComplete

string = 'Complete'

onboardingPortal.overview.phoneStatusNumber

string = 'Phone Number'

onboardingPortal.overview.phoneStatusProcessing

string = 'Processing'

onboardingPortal.overview.phoneStatusStatus

string = 'Status'

onboardingPortal.overview.phoneStatusSubtitle

string = 'Track the status of your phone numbers'

onboardingPortal.overview.phoneStatusTemporary

string = 'Temporary'

onboardingPortal.overview.phoneStatusTitle

string = 'Phone number status'

onboardingPortal.overview.phoneStatusType

string = 'Type'

onboardingPortal.overview.phoneStatusTypeNew

string = 'New'

onboardingPortal.overview.phoneStatusTypePort

string = 'Port'

onboardingPortal.overview.progress

string = 'Progress'

onboardingPortal.overview.progressTitle

string = 'Onboarding Progress'

onboardingPortal.overview.review

string = 'Review'

onboardingPortal.overview.scheduleCall

string = 'Schedule a Call'

onboardingPortal.overview.stepsTitle

string = 'Onboarding Steps'

onboardingPortal.overview.subtitle

string = 'Complete the steps below to set up your business phone system'

onboardingPortal.overview.title

string = 'Your Business Onboarding'

onboardingPortal.overview.viewDocs

string = 'View Documentation'

onboardingPortal.saveAndExit

string = 'Save & Exit to Overview'

onboardingPortal.splash

{ start: string; step1: string; step2: string; step3: string; subtitle: string; title: string; } = ...

onboardingPortal.splash.start

string = 'Start Onboarding'

onboardingPortal.splash.step1

string = 'Account Details'

onboardingPortal.splash.step2

string = 'Setup Phone Numbers'

onboardingPortal.splash.step3

string = 'Assign Hardware'

onboardingPortal.splash.subtitle

string = "Let's get your business set up in 3 easy steps"

onboardingPortal.splash.title

string = 'Welcome\nto {platformName}'

phoneNumberOrdering

{ complete: { assignmentHint: string; checking: string; descriptionCompleteOne: string; descriptionCompleteOther: string; descriptionPartialOne: string; descriptionPartialOther: string; descriptionPendingOne: string; descriptionPendingOther: string; orderMore: string; titleCompleteOne: string; titleCompleteOther: string; titlePartialOne: string; titlePartialOther: string; titlePendingOne: string; titlePendingOther: string; }; confirm: { back: string; continue: string; description: string; placeOrder: string; subtitleOne: string; subtitleOther: string; title: string; }; error: { description: string; title: string; tryAgain: string; }; ordering: { title: string; }; results: { backToSearch: string; continue: string; noResults: string; phoneNumber: string; selectAll: string; selected: string; state: string; title: string; }; route: { back: string; extension: string; later: string; laterHint: string; noTargets: string; subtitle: string; title: string; type: { dial_plan: string; queue: string; ring_group: string; shared_voicemail: string; user: string; voice_app: string; }; unnamed: string; }; search: { areaCode: string; areaCodeLabel: string; areaCodePlaceholder: string; numberOfResults: string; search: string; searchType: string; subtitle: string; title: string; zip: string; zipLabel: string; zipPlaceholder: string; }; statuses: { complete: string; failed: string; partial: string; pending: string; }; steps: { confirm: string; done: string; route: string; search: string; select: string; stepOf: string; }; title: string; } = ...

phoneNumberOrdering.complete

{ assignmentHint: string; checking: string; descriptionCompleteOne: string; descriptionCompleteOther: string; descriptionPartialOne: string; descriptionPartialOther: string; descriptionPendingOne: string; descriptionPendingOther: string; orderMore: string; titleCompleteOne: string; titleCompleteOther: string; titlePartialOne: string; titlePartialOther: string; titlePendingOne: string; titlePendingOther: string; } = ...

phoneNumberOrdering.complete.assignmentHint

string = 'Numbers added to your inventory still need to be assigned to an extension or dial plan before they can receive calls.'

phoneNumberOrdering.complete.checking

string = 'Checking order status...'

phoneNumberOrdering.complete.descriptionCompleteOne

string = 'Your phone number is now in your inventory and ready to be configured.'

phoneNumberOrdering.complete.descriptionCompleteOther

string = 'Your phone numbers are now in your inventory and ready to be configured.'

phoneNumberOrdering.complete.descriptionPartialOne

string = 'Some numbers could not be fulfilled by the carrier.'

phoneNumberOrdering.complete.descriptionPartialOther

string = 'Some numbers could not be fulfilled by the carrier.'

phoneNumberOrdering.complete.descriptionPendingOne

string = 'Your order has been submitted to the carrier. Fulfillment usually completes within seconds but may take longer.'

phoneNumberOrdering.complete.descriptionPendingOther

string = 'Your order has been submitted to the carrier. Fulfillment usually completes within seconds but may take longer.'

phoneNumberOrdering.complete.orderMore

string = 'Order More Numbers'

phoneNumberOrdering.complete.titleCompleteOne

string = 'Number Ready'

phoneNumberOrdering.complete.titleCompleteOther

string = 'Numbers Ready'

phoneNumberOrdering.complete.titlePartialOne

string = 'Partially Fulfilled'

phoneNumberOrdering.complete.titlePartialOther

string = 'Partially Fulfilled'

phoneNumberOrdering.complete.titlePendingOne

string = 'Order Submitted'

phoneNumberOrdering.complete.titlePendingOther

string = 'Order Submitted'

phoneNumberOrdering.confirm

{ back: string; continue: string; description: string; placeOrder: string; subtitleOne: string; subtitleOther: string; title: string; } = ...

phoneNumberOrdering.confirm.back

string = 'Back'

phoneNumberOrdering.confirm.continue

string = 'Continue'

phoneNumberOrdering.confirm.description

string = 'Your order will be submitted to the carrier for fulfillment. This usually completes within seconds but may take longer.'

phoneNumberOrdering.confirm.placeOrder

string = 'Place Order'

phoneNumberOrdering.confirm.subtitleOne

string = 'You are about to order 1 phone number'

phoneNumberOrdering.confirm.subtitleOther

string = 'You are about to order {count} phone numbers'

phoneNumberOrdering.confirm.title

string = 'Confirm Order'

phoneNumberOrdering.error

{ description: string; title: string; tryAgain: string; } = ...

phoneNumberOrdering.error.description

string = 'The carrier was unable to fulfill your order.'

phoneNumberOrdering.error.title

string = 'Order Failed'

phoneNumberOrdering.error.tryAgain

string = 'Try Again'

phoneNumberOrdering.ordering

{ title: string; } = ...

phoneNumberOrdering.ordering.title

string = 'Placing Order...'

phoneNumberOrdering.results

{ backToSearch: string; continue: string; noResults: string; phoneNumber: string; selectAll: string; selected: string; state: string; title: string; } = ...

phoneNumberOrdering.results.backToSearch

string = 'Back to Search'

phoneNumberOrdering.results.continue

string = 'Continue'

phoneNumberOrdering.results.noResults

string = 'No numbers available for this search'

phoneNumberOrdering.results.phoneNumber

string = 'Phone Number'

phoneNumberOrdering.results.selectAll

string = 'Select all'

phoneNumberOrdering.results.selected

string = '{count} selected'

phoneNumberOrdering.results.state

string = 'State'

phoneNumberOrdering.results.title

string = 'Available Numbers'

phoneNumberOrdering.route

{ back: string; extension: string; later: string; laterHint: string; noTargets: string; subtitle: string; title: string; type: { dial_plan: string; queue: string; ring_group: string; shared_voicemail: string; user: string; voice_app: string; }; unnamed: string; } = ...

phoneNumberOrdering.route.back

string = 'Back'

phoneNumberOrdering.route.extension

string = 'ext. {ext}'

phoneNumberOrdering.route.later

string = 'Set up routing later'

phoneNumberOrdering.route.laterHint

string = 'Configure each number from its detail page after it activates.'

phoneNumberOrdering.route.noTargets

string = 'No routing destinations exist yet. You can set up routing after the numbers are added.'

phoneNumberOrdering.route.subtitle

string = 'Pick where these numbers should send calls once they activate. You can change this any time, or set it up later.'

phoneNumberOrdering.route.title

string = 'Choose call routing'

phoneNumberOrdering.route.type

{ dial_plan: string; queue: string; ring_group: string; shared_voicemail: string; user: string; voice_app: string; } = ...

phoneNumberOrdering.route.type.dial_plan

string = 'Dial plan'

phoneNumberOrdering.route.type.queue

string = 'Queue'

phoneNumberOrdering.route.type.ring_group

string = 'Ring group'

phoneNumberOrdering.route.type.shared_voicemail

string = 'Shared voicemail'

phoneNumberOrdering.route.type.user

string = 'User'

phoneNumberOrdering.route.type.voice_app

string = 'Voice app'

phoneNumberOrdering.route.unnamed

string = 'Untitled'

phoneNumberOrdering.search

{ areaCode: string; areaCodeLabel: string; areaCodePlaceholder: string; numberOfResults: string; search: string; searchType: string; subtitle: string; title: string; zip: string; zipLabel: string; zipPlaceholder: string; } = ...

phoneNumberOrdering.search.areaCode

string = 'Area Code'

phoneNumberOrdering.search.areaCodeLabel

string = 'Area Code'

phoneNumberOrdering.search.areaCodePlaceholder

string = 'e.g. 212'

phoneNumberOrdering.search.numberOfResults

string = 'Quantity to display'

phoneNumberOrdering.search.search

string = 'Search'

phoneNumberOrdering.search.searchType

string = 'Search by'

phoneNumberOrdering.search.subtitle

string = 'Find available phone numbers by entering an area code or ZIP code.'

phoneNumberOrdering.search.title

string = 'Search Available Numbers'

phoneNumberOrdering.search.zip

string = 'ZIP Code'

phoneNumberOrdering.search.zipLabel

string = 'ZIP Code'

phoneNumberOrdering.search.zipPlaceholder

string = 'e.g. 10001'

phoneNumberOrdering.statuses

{ complete: string; failed: string; partial: string; pending: string; } = ...

phoneNumberOrdering.statuses.complete

string = 'Complete'

phoneNumberOrdering.statuses.failed

string = 'Failed'

phoneNumberOrdering.statuses.partial

string = 'Partial'

phoneNumberOrdering.statuses.pending

string = 'Pending'

phoneNumberOrdering.steps

{ confirm: string; done: string; route: string; search: string; select: string; stepOf: string; } = ...

phoneNumberOrdering.steps.confirm

string = 'Confirm'

phoneNumberOrdering.steps.done

string = 'Done'

phoneNumberOrdering.steps.route

string = 'Route'

phoneNumberOrdering.steps.search

string = 'Search'

phoneNumberOrdering.steps.select

string = 'Select'

phoneNumberOrdering.steps.stepOf

string = 'Step {current} of {total}'

phoneNumberOrdering.title

string = 'Order Phone Numbers'

phoneNumbers

{ badges: { temporary: string; }; columns: { callerID: string; cancelledDate: string; carrier: string; outbound: string; phoneNumber: string; routingTarget: string; status: string; transferDate: string; }; empty: string; filterLabel: string; filters: { active: string; cancelled: string; in_progress: string; }; loading: string; outbound: { disabled: string; enabled: string; fax: string; }; routingTarget: { faxNotApplicable: string; notSet: string; setAction: string; }; routingTargetTypes: { dialPlan: string; ringGroup: string; user: string; voiceApp: string; }; search: { noResults: string; placeholder: string; }; statuses: { active: string; inactive: string; orderFailed: string; ordering: string; portingApproved: string; portingDraft: string; portingException: string; portingFoc: string; portingSubmitted: string; released: string; }; title: string; } = ...

phoneNumbers.badges

{ temporary: string; } = ...

phoneNumbers.badges.temporary

string = 'Temporary'

phoneNumbers.columns

{ callerID: string; cancelledDate: string; carrier: string; outbound: string; phoneNumber: string; routingTarget: string; status: string; transferDate: string; } = ...

phoneNumbers.columns.callerID

string = 'Caller ID'

phoneNumbers.columns.cancelledDate

string = 'Date Cancelled'

phoneNumbers.columns.carrier

string = 'Carrier'

phoneNumbers.columns.outbound

string = 'Usage'

phoneNumbers.columns.phoneNumber

string = 'Phone Number'

phoneNumbers.columns.routingTarget

string = 'Call Routing'

phoneNumbers.columns.status

string = 'Status'

phoneNumbers.columns.transferDate

string = 'Transfer Date'

phoneNumbers.empty

string = 'No phone numbers'

phoneNumbers.filterLabel

string = 'Filter by status'

phoneNumbers.filters

{ active: string; cancelled: string; in_progress: string; } = ...

phoneNumbers.filters.active

string = 'Active'

phoneNumbers.filters.cancelled

string = 'Cancelled'

phoneNumbers.filters.in_progress

string = 'In Progress'

phoneNumbers.loading

string = 'Loading phone numbers...'

phoneNumbers.outbound

{ disabled: string; enabled: string; fax: string; } = ...

phoneNumbers.outbound.disabled

string = 'Inbound only'

phoneNumbers.outbound.enabled

string = 'Two-way'

phoneNumbers.outbound.fax

string = 'Fax'

phoneNumbers.routingTarget

{ faxNotApplicable: string; notSet: string; setAction: string; } = ...

phoneNumbers.routingTarget.faxNotApplicable

string = 'Not applicable'

phoneNumbers.routingTarget.notSet

string = 'Not set'

phoneNumbers.routingTarget.setAction

string = 'Set routing'

phoneNumbers.routingTargetTypes

{ dialPlan: string; ringGroup: string; user: string; voiceApp: string; } = ...

phoneNumbers.routingTargetTypes.dialPlan

string = 'Dial Plan'

phoneNumbers.routingTargetTypes.ringGroup

string = 'Ring Group'

phoneNumbers.routingTargetTypes.user

string = 'User'

phoneNumbers.routingTargetTypes.voiceApp

string = 'Voice App'

phoneNumbers.search

{ noResults: string; placeholder: string; } = ...

phoneNumbers.search.noResults

string = 'No phone numbers match your search'

phoneNumbers.search.placeholder

string = 'Search phone numbers...'

phoneNumbers.statuses

{ active: string; inactive: string; orderFailed: string; ordering: string; portingApproved: string; portingDraft: string; portingException: string; portingFoc: string; portingSubmitted: string; released: string; } = ...

phoneNumbers.statuses.active

string = 'Active'

phoneNumbers.statuses.inactive

string = 'Inactive'

phoneNumbers.statuses.orderFailed

string = 'Order Failed'

phoneNumbers.statuses.ordering

string = 'Ordering'

phoneNumbers.statuses.portingApproved

string = 'Ready to Submit'

phoneNumbers.statuses.portingDraft

string = 'Port Draft'

phoneNumbers.statuses.portingException

string = 'Port Issue'

phoneNumbers.statuses.portingFoc

string = 'Port Scheduled'

phoneNumbers.statuses.portingSubmitted

string = 'Port Submitted'

phoneNumbers.statuses.released

string = 'Released'

phoneNumbers.title

string = 'Phone Numbers'

softphone

{ answer: string; audioDevices: string; audioDevicesUnsupported: string; audioLabelsHidden: string; audioMicrophone: string; audioMicrophoneLost: string; audioSpeaker: string; audioSpeakerUnsupported: string; audioSystemDefault: string; audioUnnamedDevice: string; backspace: string; call: string; callError: string; callWaiting: string; cancel: string; connecting: string; connectionError: string; decline: string; destinationPlaceholder: string; disconnected: string; dismiss: string; done: string; emergencyBack: string; emergencyCity: string; emergencyConfirm: string; emergencyHint: string; emergencyLocating: string; emergencyNewLocation: string; emergencyNumber: string; emergencyPostalCode: string; emergencyPrompt: string; emergencySave: string; emergencySaving: string; emergencyState: string; emergencyStreet: string; emergencyUnit: string; emergencyUseLocation: string; hangUp: string; heldCallsLabel: string; hold: string; incomingCall: string; keypad: string; micPermissionError: string; mute: string; reconnecting: string; resume: string; stateActive: string; stateEnded: string; stateHeld: string; stateRinging: string; stateTrying: string; switchToCall: string; title: string; transfer: string; transferComplete: string; transferConsult: string; transferConsulting: string; transferNow: string; transferOriginalOnHold: string; transferPlaceholder: string; transferSend: string; unknownCaller: string; unmute: string; } = ...

softphone.answer

string = 'Answer'

softphone.audioDevices

string = 'Audio'

softphone.audioDevicesUnsupported

string = 'This browser cannot list audio devices'

softphone.audioLabelsHidden

string = 'Allow microphone access to see device names'

softphone.audioMicrophone

string = 'Microphone'

softphone.audioMicrophoneLost

string = 'Your microphone was disconnected — choose another'

softphone.audioSpeaker

string = 'Speaker'

softphone.audioSpeakerUnsupported

string = 'Choose your speaker in your device settings'

softphone.audioSystemDefault

string = 'System default'

softphone.audioUnnamedDevice

string = 'Unnamed device'

softphone.backspace

string = 'Delete'

softphone.call

string = 'Call'

softphone.callError

string = 'Call failed'

softphone.callWaiting

string = 'Call waiting'

softphone.cancel

string = 'Cancel'

softphone.connecting

string = 'Connecting…'

softphone.connectionError

string = 'Connection error'

softphone.decline

string = 'Decline'

softphone.destinationPlaceholder

string = 'Enter a number'

softphone.disconnected

string = 'Disconnected'

softphone.dismiss

string = 'Dismiss'

softphone.done

string = 'Done'

softphone.emergencyBack

string = 'Back'

softphone.emergencyCity

string = 'City'

softphone.emergencyConfirm

string = "Yes, I'm here"

softphone.emergencyHint

string = 'Confirm your location before placing calls — required by 911 regulations for internet calling.'

softphone.emergencyLocating

string = 'Getting your location…'

softphone.emergencyNewLocation

string = 'Set a new location'

softphone.emergencyNumber

string = 'Number'

softphone.emergencyPostalCode

string = 'Postal code'

softphone.emergencyPrompt

string = 'Set your emergency location to be able to place external calls'

softphone.emergencySave

string = 'Confirm location'

softphone.emergencySaving

string = 'Saving…'

softphone.emergencyState

string = 'State'

softphone.emergencyStreet

string = 'Street'

softphone.emergencyUnit

string = 'Unit (optional)'

softphone.emergencyUseLocation

string = 'Use my current location'

softphone.hangUp

string = 'Hang up'

softphone.heldCallsLabel

string = 'On hold'

softphone.hold

string = 'Hold'

softphone.incomingCall

string = 'Incoming call'

softphone.keypad

string = 'Keypad'

softphone.micPermissionError

string = 'Microphone access is required — allow it and try again'

softphone.mute

string = 'Mute'

softphone.reconnecting

string = 'Reconnecting…'

softphone.resume

string = 'Resume'

softphone.stateActive

string = 'In call'

softphone.stateEnded

string = 'Call ended'

softphone.stateHeld

string = 'On hold'

softphone.stateRinging

string = 'Ringing…'

softphone.stateTrying

string = 'Calling…'

softphone.switchToCall

string = 'Switch to this call'

softphone.title

string = 'Softphone'

softphone.transfer

string = 'Transfer'

softphone.transferComplete

string = 'Complete transfer'

softphone.transferConsult

string = 'Consult first'

softphone.transferConsulting

string = 'Consulting…'

softphone.transferNow

string = 'Transfer now'

softphone.transferOriginalOnHold

string = 'On hold'

softphone.transferPlaceholder

string = 'Transfer to…'

softphone.transferSend

string = 'Transfer'

softphone.unknownCaller

string = 'Unknown'

softphone.unmute

string = 'Unmute'

voicemails

{ deleteConfirm: string; deleteTitle: string; empty: string; loading: string; noUserId: string; progress: string; sentiment: string; sentimentMixed: string; sentimentNegative: string; sentimentNeutral: string; sentimentPositive: string; summary: string; title: string; transcript: string; transcription: string; transcriptLoading: string; transcriptNotAvailable: string; } = ...

voicemails.deleteConfirm

string = 'Delete this voicemail?'

voicemails.deleteTitle

string = 'Delete Voicemail'

voicemails.empty

string = 'No voicemails'

voicemails.loading

string = 'Loading voicemails...'

voicemails.noUserId

string = 'Please set a user ID to load voicemails'

voicemails.progress

string = 'Playback progress'

voicemails.sentiment

string = 'Sentiment'

voicemails.sentimentMixed

string = 'Mixed'

voicemails.sentimentNegative

string = 'Negative'

voicemails.sentimentNeutral

string = 'Neutral'

voicemails.sentimentPositive

string = 'Positive'

voicemails.summary

string = 'Summary'

voicemails.title

string = 'Voicemails'

voicemails.transcript

string = 'Full Transcript'

voicemails.transcription

string = 'Transcription'

voicemails.transcriptLoading

string = 'Loading transcript...'

voicemails.transcriptNotAvailable

string = 'Transcript not available'

Returns

void


setOnLoadError

TypeScript
setOnLoadError: (callback) => void;

Defined in: sdk/js/src/types/components.ts:462

Parameters

callback

(event) => void

Returns

void


setOnLoaderStart

TypeScript
setOnLoaderStart: (callback) => void;

Defined in: sdk/js/src/types/components.ts:461

Parameters

callback

(event) => void

Returns

void


shadowRoot

TypeScript
readonly shadowRoot: ShadowRoot | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13636

The Element.shadowRoot read-only property represents the shadow root hosted by the element.

MDN Reference

Inherited from

TypeScript
HTMLElement.shadowRoot

slot

TypeScript
slot: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13642

The slot property of the Element interface returns the name of the shadow DOM slot the element is inserted in.

MDN Reference

Inherited from

TypeScript
HTMLElement.slot

spellcheck

TypeScript
spellcheck: boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17837

The spellcheck property of the HTMLElement interface represents a boolean value that controls the spell-checking hint. It is available on all HTML elements, though it doesn't affect all of them.

MDN Reference

Inherited from

TypeScript
HTMLElement.spellcheck

tabIndex

TypeScript
tabIndex: number;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:20128

MDN Reference

Inherited from

TypeScript
HTMLElement.tabIndex

tagName

TypeScript
readonly tagName: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13648

The tagName read-only property of the Element interface returns the tag name of the element on which it's called.

MDN Reference

Inherited from

TypeScript
HTMLElement.tagName

TEXT_NODE

TypeScript
readonly TEXT_NODE: 3;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26214

node is a Text node.

Inherited from

TypeScript
HTMLElement.TEXT_NODE

title

TypeScript
title: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17843

The HTMLElement.title property represents the title of the element: the text usually displayed in a 'tooltip' popup when the mouse is over the node.

MDN Reference

Inherited from

TypeScript
HTMLElement.title

translate

TypeScript
translate: boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17849

The translate property of the HTMLElement interface indicates whether an element's attribute values and the values of its Text node children are to be translated when the page is localized, or whether to leave them unchanged.

MDN Reference

Inherited from

TypeScript
HTMLElement.translate

writingSuggestions

TypeScript
writingSuggestions: string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17855

The writingSuggestions property of the HTMLElement interface is a string indicating if browser-provided writing suggestions should be enabled under the scope of the element or not.

MDN Reference

Inherited from

TypeScript
HTMLElement.writingSuggestions

Accessors

classList

Get Signature

TypeScript
get classList(): DOMTokenList;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13520

The read-only classList property of the Element interface contains a live DOMTokenList collection representing the class attribute of the element. This can then be used to manipulate the class list.

MDN Reference

Returns

DOMTokenList

Set Signature

TypeScript
set classList(value): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13521

Parameters
value

string

Returns

void

Inherited from

TypeScript
HTMLElement.classList

part

Get Signature

TypeScript
get part(): DOMTokenList;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13599

The read-only part property of the Element interface contains a DOMTokenList object representing the part identifier(s) of the element. It reflects the element's part content attribute. These can be used to style parts of a shadow DOM, via the ::part pseudo-element.

MDN Reference

Returns

DOMTokenList

Set Signature

TypeScript
set part(value): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13600

Parameters
value

string

Returns

void

Inherited from

TypeScript
HTMLElement.part

style

Get Signature

TypeScript
get style(): CSSStyleDeclaration;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13930

MDN Reference

Returns

CSSStyleDeclaration

Set Signature

TypeScript
set style(cssText): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13931

Parameters
cssText

string

Returns

void

Inherited from

TypeScript
HTMLElement.style

textContent

Get Signature

TypeScript
get textContent(): string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13913

MDN Reference

Returns

string

Set Signature

TypeScript
set textContent(value): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13914

The textContent property of the Node interface represents the text content of the node and its descendants.

MDN Reference

Parameters
value

string | null

Returns

void

Inherited from

TypeScript
HTMLElement.textContent

Methods

addEventListener()

Call Signature

TypeScript
addEventListener<K>(
type,
listener,
options?): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17886

Type Parameters
K

K extends keyof HTMLElementEventMap

Parameters
type

K

listener

(this, ev) => any

options?

boolean | AddEventListenerOptions

Returns

void

Inherited from
TypeScript
HTMLElement.addEventListener

Call Signature

TypeScript
addEventListener(
type,
listener,
options?): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17887

Parameters
type

string

listener

EventListenerOrEventListenerObject

options?

boolean | AddEventListenerOptions

Returns

void

Inherited from
TypeScript
HTMLElement.addEventListener

after()

TypeScript
after(...nodes): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:10657

Inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes.

Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.

MDN Reference

Parameters

nodes

...(string | Node)[]

Returns

void

Inherited from

TypeScript
HTMLElement.after

animate()

TypeScript
animate(keyframes, options?): Animation;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3556

MDN Reference

Parameters

keyframes

Keyframe[] | PropertyIndexedKeyframes | null

options?

number | KeyframeAnimationOptions

Returns

Animation

Inherited from

TypeScript
HTMLElement.animate

append()

TypeScript
append(...nodes): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27070

Inserts nodes after the last child of node, while replacing strings in nodes with equivalent Text nodes.

Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.

MDN Reference

Parameters

nodes

...(string | Node)[]

Returns

void

Inherited from

TypeScript
HTMLElement.append

appendChild()

TypeScript
appendChild<T>(node): T;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26125

The appendChild() method of the Node interface adds a node to the end of the list of children of a specified parent node.

MDN Reference

Type Parameters

T

T extends Node

Parameters

node

T

Returns

T

Inherited from

TypeScript
HTMLElement.appendChild

attachInternals()

TypeScript
attachInternals(): ElementInternals;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17861

The HTMLElement.attachInternals() method returns an ElementInternals object. This method allows a custom element to participate in HTML forms. The ElementInternals interface provides utilities for working with these elements in the same way you would work with any standard HTML form element, and also exposes the Accessibility Object Model to the element.

MDN Reference

Returns

ElementInternals

Inherited from

TypeScript
HTMLElement.attachInternals

attachShadow()

TypeScript
attachShadow(init): ShadowRoot;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13654

The Element.attachShadow() method attaches a shadow DOM tree to the specified element and returns a reference to its ShadowRoot.

MDN Reference

Parameters

init

ShadowRootInit

Returns

ShadowRoot

Inherited from

TypeScript
HTMLElement.attachShadow

before()

TypeScript
before(...nodes): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:10665

Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes.

Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.

MDN Reference

Parameters

nodes

...(string | Node)[]

Returns

void

Inherited from

TypeScript
HTMLElement.before

blur()

TypeScript
blur(): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:20130

MDN Reference

Returns

void

Inherited from

TypeScript
HTMLElement.blur

checkVisibility()

TypeScript
checkVisibility(options?): boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13660

The checkVisibility() method of the Element interface checks whether the element is visible.

MDN Reference

Parameters

options?

CheckVisibilityOptions

Returns

boolean

Inherited from

TypeScript
HTMLElement.checkVisibility

click()

TypeScript
click(): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17867

The HTMLElement.click() method simulates a mouse click on an element. When called on an element, the element's click event is fired (unless its disabled attribute is set).

MDN Reference

Returns

void

Inherited from

TypeScript
HTMLElement.click

cloneNode()

TypeScript
cloneNode(subtree?): Node;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26131

The cloneNode() method of the Node interface returns a duplicate of the node on which this method was called. Its parameter controls if the subtree contained in the node is also cloned or not.

MDN Reference

Parameters

subtree?

boolean

Returns

Node

Inherited from

TypeScript
HTMLElement.cloneNode

closest()

Call Signature

TypeScript
closest<K>(selector): HTMLElementTagNameMap[K] | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13666

The closest() method of the Element interface traverses the element and its parents (heading toward the document root) until it finds a node that matches the specified CSS selector.

MDN Reference

Type Parameters
K

K extends keyof HTMLElementTagNameMap

Parameters
selector

K

Returns

HTMLElementTagNameMap[K] | null

Inherited from
TypeScript
HTMLElement.closest

Call Signature

TypeScript
closest<K>(selector): SVGElementTagNameMap[K] | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13667

Type Parameters
K

K extends keyof SVGElementTagNameMap

Parameters
selector

K

Returns

SVGElementTagNameMap[K] | null

Inherited from
TypeScript
HTMLElement.closest

Call Signature

TypeScript
closest<K>(selector): MathMLElementTagNameMap[K] | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13668

Type Parameters
K

K extends keyof MathMLElementTagNameMap

Parameters
selector

K

Returns

MathMLElementTagNameMap[K] | null

Inherited from
TypeScript
HTMLElement.closest

Call Signature

TypeScript
closest<E>(selectors): E | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13669

Type Parameters
E

E extends Element = Element

Parameters
selectors

string

Returns

E | null

Inherited from
TypeScript
HTMLElement.closest

compareDocumentPosition()

TypeScript
compareDocumentPosition(other): number;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26137

The compareDocumentPosition() method of the Node interface reports the position of its argument node relative to the node on which it is called.

MDN Reference

Parameters

other

Node

Returns

number

Inherited from

TypeScript
HTMLElement.compareDocumentPosition

computedStyleMap()

TypeScript
computedStyleMap(): StylePropertyMapReadOnly;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13675

The computedStyleMap() method of the Element interface returns a StylePropertyMapReadOnly interface which provides a read-only representation of a CSS declaration block that is an alternative to CSSStyleDeclaration.

MDN Reference

Returns

StylePropertyMapReadOnly

Inherited from

TypeScript
HTMLElement.computedStyleMap

contains()

TypeScript
contains(other): boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26143

The contains() method of the Node interface returns a boolean value indicating whether a node is a descendant of a given node, that is the node itself, one of its direct children (childNodes), one of the children's direct children, and so on.

MDN Reference

Parameters

other

Node | null

Returns

boolean

Inherited from

TypeScript
HTMLElement.contains

dispatchEvent()

TypeScript
dispatchEvent(event): boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:14386

The dispatchEvent() method of the EventTarget sends an Event to the object, (synchronously) invoking the affected event listeners in the appropriate order. The normal event processing rules (including the capturing and optional bubbling phase) also apply to events dispatched manually with dispatchEvent().

MDN Reference

Parameters

event

Event

Returns

boolean

Inherited from

TypeScript
HTMLElement.dispatchEvent

focus()

TypeScript
focus(options?): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:20132

MDN Reference

Parameters

options?

FocusOptions

Returns

void

Inherited from

TypeScript
HTMLElement.focus

getAnimations()

TypeScript
getAnimations(options?): Animation[];

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3558

MDN Reference

Parameters

options?

GetAnimationsOptions

Returns

Animation[]

Inherited from

TypeScript
HTMLElement.getAnimations

getAttribute()

TypeScript
getAttribute(qualifiedName): string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13681

The getAttribute() method of the Element interface returns the value of a specified attribute on the element.

MDN Reference

Parameters

qualifiedName

string

Returns

string | null

Inherited from

TypeScript
HTMLElement.getAttribute

getAttributeNames()

TypeScript
getAttributeNames(): string[];

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13693

The getAttributeNames() method of the Element interface returns the attribute names of the element as an Array of strings. If the element has no attributes it returns an empty array.

MDN Reference

Returns

string[]

Inherited from

TypeScript
HTMLElement.getAttributeNames

getAttributeNode()

TypeScript
getAttributeNode(qualifiedName): Attr | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13699

Returns the specified attribute of the specified element, as an Attr node.

MDN Reference

Parameters

qualifiedName

string

Returns

Attr | null

Inherited from

TypeScript
HTMLElement.getAttributeNode

getAttributeNodeNS()

TypeScript
getAttributeNodeNS(namespace, localName): Attr | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13705

The getAttributeNodeNS() method of the Element interface returns the namespaced Attr node of an element.

MDN Reference

Parameters

namespace

string | null

localName

string

Returns

Attr | null

Inherited from

TypeScript
HTMLElement.getAttributeNodeNS

getAttributeNS()

TypeScript
getAttributeNS(namespace, localName): string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13687

The getAttributeNS() method of the Element interface returns the string value of the attribute with the specified namespace and name. If the named attribute does not exist, the value returned will either be null or "" (the empty string); see Notes for details.

MDN Reference

Parameters

namespace

string | null

localName

string

Returns

string | null

Inherited from

TypeScript
HTMLElement.getAttributeNS

getBoundingClientRect()

TypeScript
getBoundingClientRect(): DOMRect;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13711

The Element.getBoundingClientRect() method returns a DOMRect object providing information about the size of an element and its position relative to the viewport.

MDN Reference

Returns

DOMRect

Inherited from

TypeScript
HTMLElement.getBoundingClientRect

getClientRects()

TypeScript
getClientRects(): DOMRectList;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13717

The getClientRects() method of the Element interface returns a collection of DOMRect objects that indicate the bounding rectangles for each CSS border box in a client.

MDN Reference

Returns

DOMRectList

Inherited from

TypeScript
HTMLElement.getClientRects

getElementsByClassName()

TypeScript
getElementsByClassName(classNames): HTMLCollectionOf<Element>;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13723

The Element method getElementsByClassName() returns a live HTMLCollection which contains every descendant element which has the specified class name or names.

MDN Reference

Parameters

classNames

string

Returns

HTMLCollectionOf<Element>

Inherited from

TypeScript
HTMLElement.getElementsByClassName

getElementsByTagName()

Call Signature

TypeScript
getElementsByTagName<K>(qualifiedName): HTMLCollectionOf<HTMLElementTagNameMap[K]>;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13729

The Element.getElementsByTagName() method returns a live HTMLCollection of elements with the given tag name.

MDN Reference

Type Parameters
K

K extends keyof HTMLElementTagNameMap

Parameters
qualifiedName

K

Returns

HTMLCollectionOf<HTMLElementTagNameMap[K]>

Inherited from
TypeScript
HTMLElement.getElementsByTagName

Call Signature

TypeScript
getElementsByTagName<K>(qualifiedName): HTMLCollectionOf<SVGElementTagNameMap[K]>;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13730

Type Parameters
K

K extends keyof SVGElementTagNameMap

Parameters
qualifiedName

K

Returns

HTMLCollectionOf<SVGElementTagNameMap[K]>

Inherited from
TypeScript
HTMLElement.getElementsByTagName

Call Signature

TypeScript
getElementsByTagName<K>(qualifiedName): HTMLCollectionOf<MathMLElementTagNameMap[K]>;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13731

Type Parameters
K

K extends keyof MathMLElementTagNameMap

Parameters
qualifiedName

K

Returns

HTMLCollectionOf<MathMLElementTagNameMap[K]>

Inherited from
TypeScript
HTMLElement.getElementsByTagName

Call Signature

TypeScript
getElementsByTagName<K>(qualifiedName): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13733

Type Parameters
K

K extends keyof HTMLElementDeprecatedTagNameMap

Parameters
qualifiedName

K

Returns

HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>

Deprecated
Inherited from
TypeScript
HTMLElement.getElementsByTagName

Call Signature

TypeScript
getElementsByTagName(qualifiedName): HTMLCollectionOf<Element>;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13734

Parameters
qualifiedName

string

Returns

HTMLCollectionOf<Element>

Inherited from
TypeScript
HTMLElement.getElementsByTagName

getElementsByTagNameNS()

Call Signature

TypeScript
getElementsByTagNameNS(namespaceURI, localName): HTMLCollectionOf<HTMLElement>;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13740

The Element.getElementsByTagNameNS() method returns a live HTMLCollection of elements with the given tag name belonging to the given namespace. It is similar to Document.getElementsByTagNameNS, except that its search is restricted to descendants of the specified element.

MDN Reference

Parameters
namespaceURI

"http://www.w3.org/1999/xhtml"

localName

string

Returns

HTMLCollectionOf<HTMLElement>

Inherited from
TypeScript
HTMLElement.getElementsByTagNameNS

Call Signature

TypeScript
getElementsByTagNameNS(namespaceURI, localName): HTMLCollectionOf<SVGElement>;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13741

Parameters
namespaceURI

"http://www.w3.org/2000/svg"

localName

string

Returns

HTMLCollectionOf<SVGElement>

Inherited from
TypeScript
HTMLElement.getElementsByTagNameNS

Call Signature

TypeScript
getElementsByTagNameNS(namespaceURI, localName): HTMLCollectionOf<MathMLElement>;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13742

Parameters
namespaceURI

"http://www.w3.org/1998/Math/MathML"

localName

string

Returns

HTMLCollectionOf<MathMLElement>

Inherited from
TypeScript
HTMLElement.getElementsByTagNameNS

Call Signature

TypeScript
getElementsByTagNameNS(namespace, localName): HTMLCollectionOf<Element>;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13743

Parameters
namespace

string | null

localName

string

Returns

HTMLCollectionOf<Element>

Inherited from
TypeScript
HTMLElement.getElementsByTagNameNS

getHTML()

TypeScript
getHTML(options?): string;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13749

The getHTML() method of the Element interface is used to serialize an element's DOM to an HTML string.

MDN Reference

Parameters

options?

GetHTMLOptions

Returns

string

Inherited from

TypeScript
HTMLElement.getHTML

getRootNode()

TypeScript
getRootNode(options?): Node;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26149

The getRootNode() method of the Node interface returns the context object's root, which optionally includes the shadow root if it is available.

MDN Reference

Parameters

options?

GetRootNodeOptions

Returns

Node

Inherited from

TypeScript
HTMLElement.getRootNode

hasAttribute()

TypeScript
hasAttribute(qualifiedName): boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13755

The Element.hasAttribute() method returns a Boolean value indicating whether the specified element has the specified attribute or not.

MDN Reference

Parameters

qualifiedName

string

Returns

boolean

Inherited from

TypeScript
HTMLElement.hasAttribute

hasAttributeNS()

TypeScript
hasAttributeNS(namespace, localName): boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13761

The hasAttributeNS() method of the Element interface returns a boolean value indicating whether the current element has the specified attribute with the specified namespace.

MDN Reference

Parameters

namespace

string | null

localName

string

Returns

boolean

Inherited from

TypeScript
HTMLElement.hasAttributeNS

hasAttributes()

TypeScript
hasAttributes(): boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13767

The hasAttributes() method of the Element interface returns a boolean value indicating whether the current element has any attributes or not.

MDN Reference

Returns

boolean

Inherited from

TypeScript
HTMLElement.hasAttributes

hasChildNodes()

TypeScript
hasChildNodes(): boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26155

The hasChildNodes() method of the Node interface returns a boolean value indicating whether the given Node has child nodes or not.

MDN Reference

Returns

boolean

Inherited from

TypeScript
HTMLElement.hasChildNodes

hasPointerCapture()

TypeScript
hasPointerCapture(pointerId): boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13773

The hasPointerCapture() method of the Element interface checks whether the element on which it is invoked has pointer capture for the pointer identified by the given pointer ID.

MDN Reference

Parameters

pointerId

number

Returns

boolean

Inherited from

TypeScript
HTMLElement.hasPointerCapture

hidePopover()

TypeScript
hidePopover(): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17873

The hidePopover() method of the HTMLElement interface hides a popover element (i.e., one that has a valid popover attribute) by removing it from the top layer and styling it with display: none.

MDN Reference

Returns

void

Inherited from

TypeScript
HTMLElement.hidePopover

insertAdjacentElement()

TypeScript
insertAdjacentElement(where, element): Element | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13779

The insertAdjacentElement() method of the Element interface inserts a given element node at a given position relative to the element it is invoked upon.

MDN Reference

Parameters

where

InsertPosition

element

Element

Returns

Element | null

Inherited from

TypeScript
HTMLElement.insertAdjacentElement

insertAdjacentHTML()

TypeScript
insertAdjacentHTML(position, string): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13785

The insertAdjacentHTML() method of the Element interface parses the specified input as HTML or XML and inserts the resulting nodes into the DOM tree at a specified position.

MDN Reference

Parameters

position

InsertPosition

string

string

Returns

void

Inherited from

TypeScript
HTMLElement.insertAdjacentHTML

insertAdjacentText()

TypeScript
insertAdjacentText(where, data): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13791

The insertAdjacentText() method of the Element interface, given a relative position and a string, inserts a new text node at the given position relative to the element it is called from.

MDN Reference

Parameters

where

InsertPosition

data

string

Returns

void

Inherited from

TypeScript
HTMLElement.insertAdjacentText

insertBefore()

TypeScript
insertBefore<T>(node, child): T;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26161

The insertBefore() method of the Node interface inserts a node before a reference node as a child of a specified parent node.

MDN Reference

Type Parameters

T

T extends Node

Parameters

node

T

child

Node | null

Returns

T

Inherited from

TypeScript
HTMLElement.insertBefore

isDefaultNamespace()

TypeScript
isDefaultNamespace(namespace): boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26167

The isDefaultNamespace() method of the Node interface accepts a namespace URI as an argument. It returns a boolean value that is true if the namespace is the default namespace on the given node and false if not. The default namespace can be retrieved with Node.lookupNamespaceURI() by passing null as the argument.

MDN Reference

Parameters

namespace

string | null

Returns

boolean

Inherited from

TypeScript
HTMLElement.isDefaultNamespace

isEqualNode()

TypeScript
isEqualNode(otherNode): boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26173

The isEqualNode() method of the Node interface tests whether two nodes are equal. Two nodes are equal when they have the same type, defining characteristics (for elements, this would be their ID, number of children, and so forth), its attributes match, and so on. The specific set of data points that must match varies depending on the types of the nodes.

MDN Reference

Parameters

otherNode

Node | null

Returns

boolean

Inherited from

TypeScript
HTMLElement.isEqualNode

isSameNode()

TypeScript
isSameNode(otherNode): boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26179

The isSameNode() method of the Node interface is a legacy alias the for the === strict equality operator. That is, it tests whether two nodes are the same (in other words, whether they reference the same object).

MDN Reference

Parameters

otherNode

Node | null

Returns

boolean

Inherited from

TypeScript
HTMLElement.isSameNode

lookupNamespaceURI()

TypeScript
lookupNamespaceURI(prefix): string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26185

The lookupNamespaceURI() method of the Node interface takes a prefix as parameter and returns the namespace URI associated with it on the given node if found (and null if not). This method's existence allows Node objects to be passed as a namespace resolver to XPathEvaluator.createExpression() and XPathEvaluator.evaluate().

MDN Reference

Parameters

prefix

string | null

Returns

string | null

Inherited from

TypeScript
HTMLElement.lookupNamespaceURI

lookupPrefix()

TypeScript
lookupPrefix(namespace): string | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26191

The lookupPrefix() method of the Node interface returns a string containing the prefix for a given namespace URI, if present, and null if not. When multiple prefixes are possible, the first prefix is returned.

MDN Reference

Parameters

namespace

string | null

Returns

string | null

Inherited from

TypeScript
HTMLElement.lookupPrefix

matches()

Call Signature

TypeScript
matches<K>(selectors): this is HTMLElementTagNameMap[K];

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13797

The matches() method of the Element interface tests whether the element would be selected by the specified CSS selector.

MDN Reference

Type Parameters
K

K extends keyof HTMLElementTagNameMap

Parameters
selectors

K

Returns

this is HTMLElementTagNameMap[K]

Inherited from
TypeScript
HTMLElement.matches

Call Signature

TypeScript
matches<K>(selectors): this is SVGElementTagNameMap[K];

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13798

Type Parameters
K

K extends keyof SVGElementTagNameMap

Parameters
selectors

K

Returns

this is SVGElementTagNameMap[K]

Inherited from
TypeScript
HTMLElement.matches

Call Signature

TypeScript
matches<K>(selectors): this is MathMLElementTagNameMap[K];

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13799

Type Parameters
K

K extends keyof MathMLElementTagNameMap

Parameters
selectors

K

Returns

this is MathMLElementTagNameMap[K]

Inherited from
TypeScript
HTMLElement.matches

Call Signature

TypeScript
matches(selectors): boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13800

Parameters
selectors

string

Returns

boolean

Inherited from
TypeScript
HTMLElement.matches

moveBefore()

TypeScript
moveBefore(node, child): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27072

MDN Reference

Parameters

node

Node

child

Node | null

Returns

void

Inherited from

TypeScript
HTMLElement.moveBefore

normalize()

TypeScript
normalize(): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26197

The normalize() method of the Node interface puts the specified node and all of its sub-tree into a normalized form. In a normalized sub-tree, no text nodes in the sub-tree are empty and there are no adjacent text nodes.

MDN Reference

Returns

void

Inherited from

TypeScript
HTMLElement.normalize

prepend()

TypeScript
prepend(...nodes): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27080

Inserts nodes before the first child of node, while replacing strings in nodes with equivalent Text nodes.

Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.

MDN Reference

Parameters

nodes

...(string | Node)[]

Returns

void

Inherited from

TypeScript
HTMLElement.prepend

querySelector()

Call Signature

TypeScript
querySelector<K>(selectors): HTMLElementTagNameMap[K] | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27086

Returns the first element that is a descendant of node that matches selectors.

MDN Reference

Type Parameters
K

K extends keyof HTMLElementTagNameMap

Parameters
selectors

K

Returns

HTMLElementTagNameMap[K] | null

Inherited from
TypeScript
HTMLElement.querySelector

Call Signature

TypeScript
querySelector<K>(selectors): SVGElementTagNameMap[K] | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27087

Type Parameters
K

K extends keyof SVGElementTagNameMap

Parameters
selectors

K

Returns

SVGElementTagNameMap[K] | null

Inherited from
TypeScript
HTMLElement.querySelector

Call Signature

TypeScript
querySelector<K>(selectors): MathMLElementTagNameMap[K] | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27088

Type Parameters
K

K extends keyof MathMLElementTagNameMap

Parameters
selectors

K

Returns

MathMLElementTagNameMap[K] | null

Inherited from
TypeScript
HTMLElement.querySelector

Call Signature

TypeScript
querySelector<K>(selectors): HTMLElementDeprecatedTagNameMap[K] | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27090

Type Parameters
K

K extends keyof HTMLElementDeprecatedTagNameMap

Parameters
selectors

K

Returns

HTMLElementDeprecatedTagNameMap[K] | null

Deprecated
Inherited from
TypeScript
HTMLElement.querySelector

Call Signature

TypeScript
querySelector<E>(selectors): E | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27091

Type Parameters
E

E extends Element = Element

Parameters
selectors

string

Returns

E | null

Inherited from
TypeScript
HTMLElement.querySelector

querySelectorAll()

Call Signature

TypeScript
querySelectorAll<K>(selectors): NodeListOf<HTMLElementTagNameMap[K]>;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27097

Returns all element descendants of node that match selectors.

MDN Reference

Type Parameters
K

K extends keyof HTMLElementTagNameMap

Parameters
selectors

K

Returns

NodeListOf<HTMLElementTagNameMap[K]>

Inherited from
TypeScript
HTMLElement.querySelectorAll

Call Signature

TypeScript
querySelectorAll<K>(selectors): NodeListOf<SVGElementTagNameMap[K]>;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27098

Type Parameters
K

K extends keyof SVGElementTagNameMap

Parameters
selectors

K

Returns

NodeListOf<SVGElementTagNameMap[K]>

Inherited from
TypeScript
HTMLElement.querySelectorAll

Call Signature

TypeScript
querySelectorAll<K>(selectors): NodeListOf<MathMLElementTagNameMap[K]>;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27099

Type Parameters
K

K extends keyof MathMLElementTagNameMap

Parameters
selectors

K

Returns

NodeListOf<MathMLElementTagNameMap[K]>

Inherited from
TypeScript
HTMLElement.querySelectorAll

Call Signature

TypeScript
querySelectorAll<K>(selectors): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27101

Type Parameters
K

K extends keyof HTMLElementDeprecatedTagNameMap

Parameters
selectors

K

Returns

NodeListOf<HTMLElementDeprecatedTagNameMap[K]>

Deprecated
Inherited from
TypeScript
HTMLElement.querySelectorAll

Call Signature

TypeScript
querySelectorAll<E>(selectors): NodeListOf<E>;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27102

Type Parameters
E

E extends Element = Element

Parameters
selectors

string

Returns

NodeListOf<E>

Inherited from
TypeScript
HTMLElement.querySelectorAll

releasePointerCapture()

TypeScript
releasePointerCapture(pointerId): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13806

The releasePointerCapture() method of the Element interface releases (stops) pointer capture that was previously set for a specific (PointerEvent) pointer.

MDN Reference

Parameters

pointerId

number

Returns

void

Inherited from

TypeScript
HTMLElement.releasePointerCapture

remove()

TypeScript
remove(): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:10671

Removes node.

MDN Reference

Returns

void

Inherited from

TypeScript
HTMLElement.remove

removeAttribute()

TypeScript
removeAttribute(qualifiedName): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13812

The Element method removeAttribute() removes the attribute with the specified name from the element.

MDN Reference

Parameters

qualifiedName

string

Returns

void

Inherited from

TypeScript
HTMLElement.removeAttribute

removeAttributeNode()

TypeScript
removeAttributeNode(attr): Attr;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13824

The removeAttributeNode() method of the Element interface removes the specified Attr node from the element.

MDN Reference

Parameters

attr

Attr

Returns

Attr

Inherited from

TypeScript
HTMLElement.removeAttributeNode

removeAttributeNS()

TypeScript
removeAttributeNS(namespace, localName): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13818

The removeAttributeNS() method of the Element interface removes the specified attribute with the specified namespace from an element.

MDN Reference

Parameters

namespace

string | null

localName

string

Returns

void

Inherited from

TypeScript
HTMLElement.removeAttributeNS

removeChild()

TypeScript
removeChild<T>(child): T;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26203

The removeChild() method of the Node interface removes a child node from the DOM and returns the removed node.

MDN Reference

Type Parameters

T

T extends Node

Parameters

child

T

Returns

T

Inherited from

TypeScript
HTMLElement.removeChild

removeEventListener()

Call Signature

TypeScript
removeEventListener<K>(
type,
listener,
options?): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17888

Type Parameters
K

K extends keyof HTMLElementEventMap

Parameters
type

K

listener

(this, ev) => any

options?

boolean | EventListenerOptions

Returns

void

Inherited from
TypeScript
HTMLElement.removeEventListener

Call Signature

TypeScript
removeEventListener(
type,
listener,
options?): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17889

Parameters
type

string

listener

EventListenerOrEventListenerObject

options?

boolean | EventListenerOptions

Returns

void

Inherited from
TypeScript
HTMLElement.removeEventListener

replaceChild()

TypeScript
replaceChild<T>(node, child): T;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26209

The replaceChild() method of the Node interface replaces a child node within the given (parent) node.

MDN Reference

Type Parameters

T

T extends Node

Parameters

node

Node

child

T

Returns

T

Inherited from

TypeScript
HTMLElement.replaceChild

replaceChildren()

TypeScript
replaceChildren(...nodes): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27110

Replace all children of node with nodes, while replacing strings in nodes with equivalent Text nodes.

Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.

MDN Reference

Parameters

nodes

...(string | Node)[]

Returns

void

Inherited from

TypeScript
HTMLElement.replaceChildren

replaceWith()

TypeScript
replaceWith(...nodes): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:10679

Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes.

Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.

MDN Reference

Parameters

nodes

...(string | Node)[]

Returns

void

Inherited from

TypeScript
HTMLElement.replaceWith

requestFullscreen()

TypeScript
requestFullscreen(options?): Promise<void>;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13830

The Element.requestFullscreen() method issues an asynchronous request to make the element be displayed in fullscreen mode.

MDN Reference

Parameters

options?

FullscreenOptions

Returns

Promise<void>

Inherited from

TypeScript
HTMLElement.requestFullscreen

requestPointerLock()

TypeScript
requestPointerLock(options?): Promise<void>;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13836

The requestPointerLock() method of the Element interface lets you asynchronously ask for the pointer to be locked on the given element.

MDN Reference

Parameters

options?

PointerLockOptions

Returns

Promise<void>

Inherited from

TypeScript
HTMLElement.requestPointerLock

scroll()

Call Signature

TypeScript
scroll(options?): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13842

The scroll() method of the Element interface scrolls the element to a particular set of coordinates inside a given element.

MDN Reference

Parameters
options?

ScrollToOptions

Returns

void

Inherited from
TypeScript
HTMLElement.scroll

Call Signature

TypeScript
scroll(x, y): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13843

Parameters
x

number

y

number

Returns

void

Inherited from
TypeScript
HTMLElement.scroll

scrollBy()

Call Signature

TypeScript
scrollBy(options?): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13849

The scrollBy() method of the Element interface scrolls an element by the given amount.

MDN Reference

Parameters
options?

ScrollToOptions

Returns

void

Inherited from
TypeScript
HTMLElement.scrollBy

Call Signature

TypeScript
scrollBy(x, y): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13850

Parameters
x

number

y

number

Returns

void

Inherited from
TypeScript
HTMLElement.scrollBy

scrollIntoView()

TypeScript
scrollIntoView(arg?): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13856

The Element interface's scrollIntoView() method scrolls the element's ancestor containers such that the element on which scrollIntoView() is called is visible to the user.

MDN Reference

Parameters

arg?

boolean | ScrollIntoViewOptions

Returns

void

Inherited from

TypeScript
HTMLElement.scrollIntoView

scrollTo()

Call Signature

TypeScript
scrollTo(options?): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13862

The scrollTo() method of the Element interface scrolls to a particular set of coordinates inside a given element.

MDN Reference

Parameters
options?

ScrollToOptions

Returns

void

Inherited from
TypeScript
HTMLElement.scrollTo

Call Signature

TypeScript
scrollTo(x, y): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13863

Parameters
x

number

y

number

Returns

void

Inherited from
TypeScript
HTMLElement.scrollTo

setAttribute()

TypeScript
setAttribute(qualifiedName, value): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13869

The setAttribute() method of the Element interface sets the value of an attribute on the specified element. If the attribute already exists, the value is updated; otherwise a new attribute is added with the specified name and value.

MDN Reference

Parameters

qualifiedName

string

value

string

Returns

void

Inherited from

TypeScript
HTMLElement.setAttribute

setAttributeNode()

TypeScript
setAttributeNode(attr): Attr | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13881

The setAttributeNode() method of the Element interface adds a new Attr node to the specified element.

MDN Reference

Parameters

attr

Attr

Returns

Attr | null

Inherited from

TypeScript
HTMLElement.setAttributeNode

setAttributeNodeNS()

TypeScript
setAttributeNodeNS(attr): Attr | null;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13887

The setAttributeNodeNS() method of the Element interface adds a new namespaced Attr node to an element.

MDN Reference

Parameters

attr

Attr

Returns

Attr | null

Inherited from

TypeScript
HTMLElement.setAttributeNodeNS

setAttributeNS()

TypeScript
setAttributeNS(
namespace,
qualifiedName,
value): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13875

The setAttributeNS() method of the Element interface adds a new attribute or changes the value of an attribute with the given namespace and name.

MDN Reference

Parameters

namespace

string | null

qualifiedName

string

value

string

Returns

void

Inherited from

TypeScript
HTMLElement.setAttributeNS

setHTMLUnsafe()

TypeScript
setHTMLUnsafe(html): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13893

The setHTMLUnsafe() method of the Element interface is used to parse HTML input into a DocumentFragment, optionally filtering out unwanted elements and attributes, and those that don't belong in the context, and then using it to replace the element's subtree in the DOM.

MDN Reference

Parameters

html

string

Returns

void

Inherited from

TypeScript
HTMLElement.setHTMLUnsafe

setPointerCapture()

TypeScript
setPointerCapture(pointerId): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13899

The setPointerCapture() method of the Element interface is used to designate a specific element as the capture target of future pointer events. Subsequent events for the pointer will be targeted at the capture element until capture is released (via Element.releasePointerCapture() or the pointerup event is fired).

MDN Reference

Parameters

pointerId

number

Returns

void

Inherited from

TypeScript
HTMLElement.setPointerCapture

showPopover()

TypeScript
showPopover(options?): void;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17879

The showPopover() method of the HTMLElement interface shows a popover element (i.e., one that has a valid popover attribute) by adding it to the top layer.

MDN Reference

Parameters

options?

ShowPopoverOptions

Returns

void

Inherited from

TypeScript
HTMLElement.showPopover

toggleAttribute()

TypeScript
toggleAttribute(qualifiedName, force?): boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13905

The toggleAttribute() method of the Element interface toggles a Boolean attribute (removing it if it is present and adding it if it is not present) on the given element.

MDN Reference

Parameters

qualifiedName

string

force?

boolean

Returns

boolean

Inherited from

TypeScript
HTMLElement.toggleAttribute

togglePopover()

TypeScript
togglePopover(options?): boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:17885

The togglePopover() method of the HTMLElement interface toggles a popover element (i.e., one that has a valid popover attribute) between the hidden and showing states.

MDN Reference

Parameters

options?

boolean | TogglePopoverOptions

Returns

boolean

Inherited from

TypeScript
HTMLElement.togglePopover

webkitMatchesSelector()

TypeScript
webkitMatchesSelector(selectors): boolean;

Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13911

Parameters

selectors

string

Returns

boolean

Deprecated

This is a legacy alias of matches.

MDN Reference

Inherited from

TypeScript
HTMLElement.webkitMatchesSelector
On this page