@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
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.
Inherited from
HTMLElement.accessKey
accessKeyLabel
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.
Inherited from
HTMLElement.accessKeyLabel
ariaActiveDescendantElement
ariaActiveDescendantElement: Element | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3242
Inherited from
HTMLElement.ariaActiveDescendantElement
ariaAtomic
ariaAtomic: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3244
Inherited from
HTMLElement.ariaAtomic
ariaAutoComplete
ariaAutoComplete: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3246
Inherited from
HTMLElement.ariaAutoComplete
ariaBrailleLabel
ariaBrailleLabel: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3248
Inherited from
HTMLElement.ariaBrailleLabel
ariaBrailleRoleDescription
ariaBrailleRoleDescription: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3250
Inherited from
HTMLElement.ariaBrailleRoleDescription
ariaBusy
ariaBusy: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3252
Inherited from
HTMLElement.ariaBusy
ariaChecked
ariaChecked: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3254
Inherited from
HTMLElement.ariaChecked
ariaColCount
ariaColCount: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3256
Inherited from
HTMLElement.ariaColCount
ariaColIndex
ariaColIndex: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3258
Inherited from
HTMLElement.ariaColIndex
ariaColIndexText
ariaColIndexText: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3260
Inherited from
HTMLElement.ariaColIndexText
ariaColSpan
ariaColSpan: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3262
Inherited from
HTMLElement.ariaColSpan
ariaControlsElements
ariaControlsElements: readonly Element[] | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3264
Inherited from
HTMLElement.ariaControlsElements
ariaCurrent
ariaCurrent: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3266
Inherited from
HTMLElement.ariaCurrent
ariaDescribedByElements
ariaDescribedByElements: readonly Element[] | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3268
Inherited from
HTMLElement.ariaDescribedByElements
ariaDescription
ariaDescription: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3270
Inherited from
HTMLElement.ariaDescription
ariaDetailsElements
ariaDetailsElements: readonly Element[] | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3272
Inherited from
HTMLElement.ariaDetailsElements
ariaDisabled
ariaDisabled: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3274
Inherited from
HTMLElement.ariaDisabled
ariaErrorMessageElements
ariaErrorMessageElements: readonly Element[] | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3276
Inherited from
HTMLElement.ariaErrorMessageElements
ariaExpanded
ariaExpanded: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3278
Inherited from
HTMLElement.ariaExpanded
ariaFlowToElements
ariaFlowToElements: readonly Element[] | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3280
Inherited from
HTMLElement.ariaFlowToElements
ariaHasPopup
ariaHasPopup: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3282
Inherited from
HTMLElement.ariaHasPopup
ariaHidden
ariaHidden: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3284
Inherited from
HTMLElement.ariaHidden
ariaInvalid
ariaInvalid: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3286
Inherited from
HTMLElement.ariaInvalid
ariaKeyShortcuts
ariaKeyShortcuts: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3288
Inherited from
HTMLElement.ariaKeyShortcuts
ariaLabel
ariaLabel: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3290
Inherited from
HTMLElement.ariaLabel
ariaLabelledByElements
ariaLabelledByElements: readonly Element[] | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3292
Inherited from
HTMLElement.ariaLabelledByElements
ariaLevel
ariaLevel: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3294
Inherited from
HTMLElement.ariaLevel
ariaLive
ariaLive: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3296
Inherited from
HTMLElement.ariaLive
ariaModal
ariaModal: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3298
Inherited from
HTMLElement.ariaModal
ariaMultiLine
ariaMultiLine: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3300
Inherited from
HTMLElement.ariaMultiLine
ariaMultiSelectable
ariaMultiSelectable: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3302
Inherited from
HTMLElement.ariaMultiSelectable
ariaOrientation
ariaOrientation: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3304
Inherited from
HTMLElement.ariaOrientation
ariaOwnsElements
ariaOwnsElements: readonly Element[] | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3306
Inherited from
HTMLElement.ariaOwnsElements
ariaPlaceholder
ariaPlaceholder: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3308
Inherited from
HTMLElement.ariaPlaceholder
ariaPosInSet
ariaPosInSet: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3310
Inherited from
HTMLElement.ariaPosInSet
ariaPressed
ariaPressed: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3312
Inherited from
HTMLElement.ariaPressed
ariaReadOnly
ariaReadOnly: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3314
Inherited from
HTMLElement.ariaReadOnly
ariaRelevant
ariaRelevant: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3316
Inherited from
HTMLElement.ariaRelevant
ariaRequired
ariaRequired: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3318
Inherited from
HTMLElement.ariaRequired
ariaRoleDescription
ariaRoleDescription: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3320
Inherited from
HTMLElement.ariaRoleDescription
ariaRowCount
ariaRowCount: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3322
Inherited from
HTMLElement.ariaRowCount
ariaRowIndex
ariaRowIndex: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3324
Inherited from
HTMLElement.ariaRowIndex
ariaRowIndexText
ariaRowIndexText: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3326
Inherited from
HTMLElement.ariaRowIndexText
ariaRowSpan
ariaRowSpan: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3328
Inherited from
HTMLElement.ariaRowSpan
ariaSelected
ariaSelected: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3330
Inherited from
HTMLElement.ariaSelected
ariaSetSize
ariaSetSize: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3332
Inherited from
HTMLElement.ariaSetSize
ariaSort
ariaSort: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3334
Inherited from
HTMLElement.ariaSort
ariaValueMax
ariaValueMax: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3336
Inherited from
HTMLElement.ariaValueMax
ariaValueMin
ariaValueMin: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3338
Inherited from
HTMLElement.ariaValueMin
ariaValueNow
ariaValueNow: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3340
Inherited from
HTMLElement.ariaValueNow
ariaValueText
ariaValueText: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3342
Inherited from
HTMLElement.ariaValueText
assignedSlot
readonly assignedSlot: HTMLSlotElement | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:35365
Inherited from
HTMLElement.assignedSlot
ATTRIBUTE_NODE
readonly ATTRIBUTE_NODE: 2;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26212
Inherited from
HTMLElement.ATTRIBUTE_NODE
attributes
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.
Inherited from
HTMLElement.attributes
attributeStyleMap
readonly attributeStyleMap: StylePropertyMap;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13928
Inherited from
HTMLElement.attributeStyleMap
autocapitalize
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:
Inherited from
HTMLElement.autocapitalize
autocorrect
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.
Inherited from
HTMLElement.autocorrect
autofocus
autofocus: boolean;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:20122
Inherited from
HTMLElement.autofocus
baseURI
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.
Inherited from
HTMLElement.baseURI
CDATA_SECTION_NODE
readonly CDATA_SECTION_NODE: 4;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26216
node is a CDATASection node.
Inherited from
HTMLElement.CDATA_SECTION_NODE
childElementCount
readonly childElementCount: number;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27044
Inherited from
HTMLElement.childElementCount
childNodes
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.
Inherited from
HTMLElement.childNodes
children
readonly children: HTMLCollection;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27050
Returns the child elements.
Inherited from
HTMLElement.children
className
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.
Inherited from
HTMLElement.className
clientHeight
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).
Inherited from
HTMLElement.clientHeight
clientLeft
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.
Inherited from
HTMLElement.clientLeft
clientTop
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.
Inherited from
HTMLElement.clientTop
clientWidth
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).
Inherited from
HTMLElement.clientWidth
COMMENT_NODE
readonly COMMENT_NODE: 8;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26222
node is a Comment node.
Inherited from
HTMLElement.COMMENT_NODE
contentEditable
contentEditable: string;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13936
Inherited from
HTMLElement.contentEditable
currentCSSZoom
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.
Inherited from
HTMLElement.currentCSSZoom
customElementRegistry
readonly customElementRegistry: CustomElementRegistry | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13558
Inherited from
HTMLElement.customElementRegistry
dataset
readonly dataset: DOMStringMap;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:20124
Inherited from
HTMLElement.dataset
dir
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.
Inherited from
HTMLElement.dir
DOCUMENT_FRAGMENT_NODE
readonly DOCUMENT_FRAGMENT_NODE: 11;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26228
node is a DocumentFragment node.
Inherited from
HTMLElement.DOCUMENT_FRAGMENT_NODE
DOCUMENT_NODE
readonly DOCUMENT_NODE: 9;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26224
node is a document.
Inherited from
HTMLElement.DOCUMENT_NODE
DOCUMENT_POSITION_CONTAINED_BY
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
HTMLElement.DOCUMENT_POSITION_CONTAINED_BY
DOCUMENT_POSITION_CONTAINS
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
HTMLElement.DOCUMENT_POSITION_CONTAINS
DOCUMENT_POSITION_DISCONNECTED
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
HTMLElement.DOCUMENT_POSITION_DISCONNECTED
DOCUMENT_POSITION_FOLLOWING
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
HTMLElement.DOCUMENT_POSITION_FOLLOWING
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26240
Inherited from
HTMLElement.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
DOCUMENT_POSITION_PRECEDING
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
HTMLElement.DOCUMENT_POSITION_PRECEDING
DOCUMENT_TYPE_NODE
readonly DOCUMENT_TYPE_NODE: 10;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26226
node is a doctype.
Inherited from
HTMLElement.DOCUMENT_TYPE_NODE
draggable
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.
Inherited from
HTMLElement.draggable
ELEMENT_NODE
readonly ELEMENT_NODE: 1;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26211
node is an element.
Inherited from
HTMLElement.ELEMENT_NODE
enterKeyHint
enterKeyHint: string;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13938
Inherited from
HTMLElement.enterKeyHint
ENTITY_NODE
readonly ENTITY_NODE: 6;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26218
Inherited from
HTMLElement.ENTITY_NODE
ENTITY_REFERENCE_NODE
readonly ENTITY_REFERENCE_NODE: 5;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26217
Inherited from
HTMLElement.ENTITY_REFERENCE_NODE
firstChild
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.
Inherited from
HTMLElement.firstChild
firstElementChild
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.
Inherited from
HTMLElement.firstElementChild
hidden
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.
Inherited from
HTMLElement.hidden
id
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.
Inherited from
HTMLElement.id
inert
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.
Inherited from
HTMLElement.inert
innerHTML
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.
Inherited from
HTMLElement.innerHTML
innerText
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.
Inherited from
HTMLElement.innerText
inputMode
inputMode: string;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13940
Inherited from
HTMLElement.inputMode
isConnected
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.
Inherited from
HTMLElement.isConnected
isContentEditable
readonly isContentEditable: boolean;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13942
Inherited from
HTMLElement.isContentEditable
lang
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.
Inherited from
HTMLElement.lang
lastChild
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.
Inherited from
HTMLElement.lastChild
lastElementChild
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.
Inherited from
HTMLElement.lastElementChild
localName
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.
Inherited from
HTMLElement.localName
namespaceURI
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.
Inherited from
HTMLElement.namespaceURI
nextElementSibling
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.
Inherited from
HTMLElement.nextElementSibling
nextSibling
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.
Inherited from
HTMLElement.nextSibling
nodeName
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.
Inherited from
HTMLElement.nodeName
nodeType
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.
Inherited from
HTMLElement.nodeType
nodeValue
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.
Inherited from
HTMLElement.nodeValue
nonce
nonce: string;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:20126
Inherited from
HTMLElement.nonce
NOTATION_NODE
readonly NOTATION_NODE: 12;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26229
Inherited from
HTMLElement.NOTATION_NODE
offsetHeight
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.
Inherited from
HTMLElement.offsetHeight
offsetLeft
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.
Inherited from
HTMLElement.offsetLeft
offsetParent
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.
Inherited from
HTMLElement.offsetParent
offsetTop
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.
Inherited from
HTMLElement.offsetTop
offsetWidth
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.
Inherited from
HTMLElement.offsetWidth
onabort
onabort: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16764
Inherited from
HTMLElement.onabort
onanimationcancel
onanimationcancel: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16766
Inherited from
HTMLElement.onanimationcancel
onanimationend
onanimationend: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16768
Inherited from
HTMLElement.onanimationend
onanimationiteration
onanimationiteration: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16770
Inherited from
HTMLElement.onanimationiteration
onanimationstart
onanimationstart: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16772
Inherited from
HTMLElement.onanimationstart
onauxclick
onauxclick: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16774
Inherited from
HTMLElement.onauxclick
onbeforeinput
onbeforeinput: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16776
Inherited from
HTMLElement.onbeforeinput
onbeforematch
onbeforematch: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16778
Inherited from
HTMLElement.onbeforematch
onbeforetoggle
onbeforetoggle: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16780
Inherited from
HTMLElement.onbeforetoggle
onblur
onblur: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16782
Inherited from
HTMLElement.onblur
oncancel
oncancel: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16784
Inherited from
HTMLElement.oncancel
oncanplay
oncanplay: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16786
Inherited from
HTMLElement.oncanplay
oncanplaythrough
oncanplaythrough: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16788
Inherited from
HTMLElement.oncanplaythrough
onchange
onchange: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16790
Inherited from
HTMLElement.onchange
onclick
onclick: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16792
Inherited from
HTMLElement.onclick
onclose
onclose: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16794
Inherited from
HTMLElement.onclose
oncommand
oncommand: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16796
Inherited from
HTMLElement.oncommand
oncontextlost
oncontextlost: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16798
Inherited from
HTMLElement.oncontextlost
oncontextmenu
oncontextmenu: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16800
Inherited from
HTMLElement.oncontextmenu
oncontextrestored
oncontextrestored: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16802
Inherited from
HTMLElement.oncontextrestored
oncopy
oncopy: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16804
Inherited from
HTMLElement.oncopy
oncuechange
oncuechange: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16806
Inherited from
HTMLElement.oncuechange
oncut
oncut: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16808
Inherited from
HTMLElement.oncut
ondblclick
ondblclick: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16810
Inherited from
HTMLElement.ondblclick
ondrag
ondrag: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16812
Inherited from
HTMLElement.ondrag
ondragend
ondragend: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16814
Inherited from
HTMLElement.ondragend
ondragenter
ondragenter: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16816
Inherited from
HTMLElement.ondragenter
ondragleave
ondragleave: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16818
Inherited from
HTMLElement.ondragleave
ondragover
ondragover: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16820
Inherited from
HTMLElement.ondragover
ondragstart
ondragstart: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16822
Inherited from
HTMLElement.ondragstart
ondrop
ondrop: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16824
Inherited from
HTMLElement.ondrop
ondurationchange
ondurationchange: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16826
Inherited from
HTMLElement.ondurationchange
onemptied
onemptied: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16828
Inherited from
HTMLElement.onemptied
onended
onended: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16830
Inherited from
HTMLElement.onended
onerror
onerror: OnErrorEventHandler;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16832
Inherited from
HTMLElement.onerror
onfocus
onfocus: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16834
Inherited from
HTMLElement.onfocus
onformdata
onformdata: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16836
Inherited from
HTMLElement.onformdata
onfullscreenchange
onfullscreenchange: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13584
Inherited from
HTMLElement.onfullscreenchange
onfullscreenerror
onfullscreenerror: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13586
Inherited from
HTMLElement.onfullscreenerror
ongotpointercapture
ongotpointercapture: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16838
Inherited from
HTMLElement.ongotpointercapture
oninput
oninput: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16840
Inherited from
HTMLElement.oninput
oninvalid
oninvalid: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16842
Inherited from
HTMLElement.oninvalid
onkeydown
onkeydown: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16844
Inherited from
HTMLElement.onkeydown
onkeypress
onkeypress: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16850
Deprecated
Inherited from
HTMLElement.onkeypress
onkeyup
onkeyup: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16852
Inherited from
HTMLElement.onkeyup
onload
onload: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16854
Inherited from
HTMLElement.onload
onloadeddata
onloadeddata: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16856
Inherited from
HTMLElement.onloadeddata
onloadedmetadata
onloadedmetadata: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16858
Inherited from
HTMLElement.onloadedmetadata
onloadstart
onloadstart: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16860
Inherited from
HTMLElement.onloadstart
onlostpointercapture
onlostpointercapture: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16862
Inherited from
HTMLElement.onlostpointercapture
onmousedown
onmousedown: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16864
Inherited from
HTMLElement.onmousedown
onmouseenter
onmouseenter: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16866
Inherited from
HTMLElement.onmouseenter
onmouseleave
onmouseleave: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16868
Inherited from
HTMLElement.onmouseleave
onmousemove
onmousemove: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16870
Inherited from
HTMLElement.onmousemove
onmouseout
onmouseout: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16872
Inherited from
HTMLElement.onmouseout
onmouseover
onmouseover: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16874
Inherited from
HTMLElement.onmouseover
onmouseup
onmouseup: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16876
Inherited from
HTMLElement.onmouseup
onpaste
onpaste: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16878
Inherited from
HTMLElement.onpaste
onpause
onpause: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16880
Inherited from
HTMLElement.onpause
onplay
onplay: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16882
Inherited from
HTMLElement.onplay
onplaying
onplaying: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16884
Inherited from
HTMLElement.onplaying
onpointercancel
onpointercancel: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16886
Inherited from
HTMLElement.onpointercancel
onpointerdown
onpointerdown: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16888
Inherited from
HTMLElement.onpointerdown
onpointerenter
onpointerenter: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16890
Inherited from
HTMLElement.onpointerenter
onpointerleave
onpointerleave: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16892
Inherited from
HTMLElement.onpointerleave
onpointermove
onpointermove: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16894
Inherited from
HTMLElement.onpointermove
onpointerout
onpointerout: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16896
Inherited from
HTMLElement.onpointerout
onpointerover
onpointerover: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16898
Inherited from
HTMLElement.onpointerover
onpointerrawupdate
onpointerrawupdate: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16904
Available only in secure contexts.
Inherited from
HTMLElement.onpointerrawupdate
onpointerup
onpointerup: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16906
Inherited from
HTMLElement.onpointerup
onprogress
onprogress: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16908
Inherited from
HTMLElement.onprogress
onratechange
onratechange: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16910
Inherited from
HTMLElement.onratechange
onreset
onreset: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16912
Inherited from
HTMLElement.onreset
onresize
onresize: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16914
Inherited from
HTMLElement.onresize
onscroll
onscroll: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16916
Inherited from
HTMLElement.onscroll
onscrollend
onscrollend: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16918
Inherited from
HTMLElement.onscrollend
onsecuritypolicyviolation
onsecuritypolicyviolation: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16920
Inherited from
HTMLElement.onsecuritypolicyviolation
onseeked
onseeked: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16922
Inherited from
HTMLElement.onseeked
onseeking
onseeking: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16924
Inherited from
HTMLElement.onseeking
onselect
onselect: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16926
Inherited from
HTMLElement.onselect
onselectionchange
onselectionchange: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16928
Inherited from
HTMLElement.onselectionchange
onselectstart
onselectstart: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16930
Inherited from
HTMLElement.onselectstart
onslotchange
onslotchange: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16932
Inherited from
HTMLElement.onslotchange
onstalled
onstalled: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16934
Inherited from
HTMLElement.onstalled
onsubmit
onsubmit: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16936
Inherited from
HTMLElement.onsubmit
onsuspend
onsuspend: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16938
Inherited from
HTMLElement.onsuspend
ontimeupdate
ontimeupdate: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16940
Inherited from
HTMLElement.ontimeupdate
ontoggle
ontoggle: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16942
Inherited from
HTMLElement.ontoggle
ontouchcancel?
optional ontouchcancel?: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16944
Inherited from
HTMLElement.ontouchcancel
ontouchend?
optional ontouchend?: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16946
Inherited from
HTMLElement.ontouchend
ontouchmove?
optional ontouchmove?: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16948
Inherited from
HTMLElement.ontouchmove
ontouchstart?
optional ontouchstart?: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16950
Inherited from
HTMLElement.ontouchstart
ontransitioncancel
ontransitioncancel: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16952
Inherited from
HTMLElement.ontransitioncancel
ontransitionend
ontransitionend: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16954
Inherited from
HTMLElement.ontransitionend
ontransitionrun
ontransitionrun: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16956
Inherited from
HTMLElement.ontransitionrun
ontransitionstart
ontransitionstart: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16958
Inherited from
HTMLElement.ontransitionstart
onvolumechange
onvolumechange: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16960
Inherited from
HTMLElement.onvolumechange
onwaiting
onwaiting: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16962
Inherited from
HTMLElement.onwaiting
onwebkitanimationend
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.
Inherited from
HTMLElement.onwebkitanimationend
onwebkitanimationiteration
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.
Inherited from
HTMLElement.onwebkitanimationiteration
onwebkitanimationstart
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.
Inherited from
HTMLElement.onwebkitanimationstart
onwebkittransitionend
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.
Inherited from
HTMLElement.onwebkittransitionend
onwheel
onwheel: ((this, ev) => any) | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:16988
Inherited from
HTMLElement.onwheel
outerHTML
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.
Inherited from
HTMLElement.outerHTML
outerText
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).
Inherited from
HTMLElement.outerText
ownerDocument
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.
Inherited from
HTMLElement.ownerDocument
parentElement
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.
Inherited from
HTMLElement.parentElement
parentNode
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.
Inherited from
HTMLElement.parentNode
popover
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.
Inherited from
HTMLElement.popover
prefix
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.
Inherited from
HTMLElement.prefix
previousElementSibling
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.
Inherited from
HTMLElement.previousElementSibling
previousSibling
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.
Inherited from
HTMLElement.previousSibling
PROCESSING_INSTRUCTION_NODE
readonly PROCESSING_INSTRUCTION_NODE: 7;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26220
node is a ProcessingInstruction node.
Inherited from
HTMLElement.PROCESSING_INSTRUCTION_NODE
role
role: string | null;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3344
Inherited from
HTMLElement.role
scrollHeight
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.
Inherited from
HTMLElement.scrollHeight
scrollLeft
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.
Inherited from
HTMLElement.scrollLeft
scrollTop
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.
Inherited from
HTMLElement.scrollTop
scrollWidth
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.
Inherited from
HTMLElement.scrollWidth
setClasses
setClasses: (classes) => void;
Defined in: sdk/js/src/types/components.ts:460
Parameters
classes
Returns
void
setFormatting
setFormatting: (formatting) => void;
Defined in: sdk/js/src/types/components.ts:457
Parameters
formatting
Returns
void
setIcons
setIcons: (icons) => void;
Defined in: sdk/js/src/types/components.ts:458
Parameters
icons
Returns
void
setInstance
setInstance: (instance) => void;
Defined in: sdk/js/src/types/components.ts:455
Parameters
instance
Returns
void
setLayoutVariant
setLayoutVariant: (variant) => void;
Defined in: sdk/js/src/types/components.ts:459
Parameters
variant
Returns
void
setLocale
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
setOnLoadError: (callback) => void;
Defined in: sdk/js/src/types/components.ts:462
Parameters
callback
(event) => void
Returns
void
setOnLoaderStart
setOnLoaderStart: (callback) => void;
Defined in: sdk/js/src/types/components.ts:461
Parameters
callback
(event) => void
Returns
void
shadowRoot
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.
Inherited from
HTMLElement.shadowRoot
slot
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.
Inherited from
HTMLElement.slot
spellcheck
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.
Inherited from
HTMLElement.spellcheck
tabIndex
tabIndex: number;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:20128
Inherited from
HTMLElement.tabIndex
tagName
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.
Inherited from
HTMLElement.tagName
TEXT_NODE
readonly TEXT_NODE: 3;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:26214
node is a Text node.
Inherited from
HTMLElement.TEXT_NODE
title
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.
Inherited from
HTMLElement.title
translate
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.
Inherited from
HTMLElement.translate
writingSuggestions
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.
Inherited from
HTMLElement.writingSuggestions
Accessors
classList
Get Signature
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.
Returns
DOMTokenList
Set Signature
set classList(value): void;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13521
Parameters
value
string
Returns
void
Inherited from
HTMLElement.classList
part
Get Signature
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.
Returns
DOMTokenList
Set Signature
set part(value): void;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13600
Parameters
value
string
Returns
void
Inherited from
HTMLElement.part
style
Get Signature
get style(): CSSStyleDeclaration;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13930
Returns
CSSStyleDeclaration
Set Signature
set style(cssText): void;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13931
Parameters
cssText
string
Returns
void
Inherited from
HTMLElement.style
textContent
Get Signature
get textContent(): string;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13913
Returns
string
Set Signature
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.
Parameters
value
string | null
Returns
void
Inherited from
HTMLElement.textContent
Methods
addEventListener()
Call Signature
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
HTMLElement.addEventListener
Call Signature
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
HTMLElement.addEventListener
after()
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.
Parameters
nodes
...(string | Node)[]
Returns
void
Inherited from
HTMLElement.after
animate()
animate(keyframes, options?): Animation;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3556
Parameters
keyframes
Keyframe[] | PropertyIndexedKeyframes | null
options?
number | KeyframeAnimationOptions
Returns
Animation
Inherited from
HTMLElement.animate
append()
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.
Parameters
nodes
...(string | Node)[]
Returns
void
Inherited from
HTMLElement.append
appendChild()
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.
Type Parameters
T
T extends Node
Parameters
node
T
Returns
T
Inherited from
HTMLElement.appendChild
attachInternals()
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.
Returns
ElementInternals
Inherited from
HTMLElement.attachInternals
attachShadow()
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.
Parameters
init
ShadowRootInit
Returns
ShadowRoot
Inherited from
HTMLElement.attachShadow
before()
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.
Parameters
nodes
...(string | Node)[]
Returns
void
Inherited from
HTMLElement.before
blur()
blur(): void;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:20130
Returns
void
Inherited from
HTMLElement.blur
checkVisibility()
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.
Parameters
options?
CheckVisibilityOptions
Returns
boolean
Inherited from
HTMLElement.checkVisibility
click()
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).
Returns
void
Inherited from
HTMLElement.click
cloneNode()
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.
Parameters
subtree?
boolean
Returns
Node
Inherited from
HTMLElement.cloneNode
closest()
Call Signature
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.
Type Parameters
K
K extends keyof HTMLElementTagNameMap
Parameters
selector
K
Returns
HTMLElementTagNameMap[K] | null
Inherited from
HTMLElement.closest
Call Signature
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
HTMLElement.closest
Call Signature
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
HTMLElement.closest
Call Signature
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
HTMLElement.closest
compareDocumentPosition()
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.
Parameters
other
Node
Returns
number
Inherited from
HTMLElement.compareDocumentPosition
computedStyleMap()
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.
Returns
StylePropertyMapReadOnly
Inherited from
HTMLElement.computedStyleMap
contains()
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.
Parameters
other
Node | null
Returns
boolean
Inherited from
HTMLElement.contains
dispatchEvent()
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().
Parameters
event
Event
Returns
boolean
Inherited from
HTMLElement.dispatchEvent
focus()
focus(options?): void;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:20132
Parameters
options?
FocusOptions
Returns
void
Inherited from
HTMLElement.focus
getAnimations()
getAnimations(options?): Animation[];
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:3558
Parameters
options?
GetAnimationsOptions
Returns
Animation[]
Inherited from
HTMLElement.getAnimations
getAttribute()
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.
Parameters
qualifiedName
string
Returns
string | null
Inherited from
HTMLElement.getAttribute
getAttributeNames()
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.
Returns
string[]
Inherited from
HTMLElement.getAttributeNames
getAttributeNode()
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.
Parameters
qualifiedName
string
Returns
Attr | null
Inherited from
HTMLElement.getAttributeNode
getAttributeNodeNS()
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.
Parameters
namespace
string | null
localName
string
Returns
Attr | null
Inherited from
HTMLElement.getAttributeNodeNS
getAttributeNS()
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.
Parameters
namespace
string | null
localName
string
Returns
string | null
Inherited from
HTMLElement.getAttributeNS
getBoundingClientRect()
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.
Returns
DOMRect
Inherited from
HTMLElement.getBoundingClientRect
getClientRects()
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.
Returns
DOMRectList
Inherited from
HTMLElement.getClientRects
getElementsByClassName()
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.
Parameters
classNames
string
Returns
HTMLCollectionOf<Element>
Inherited from
HTMLElement.getElementsByClassName
getElementsByTagName()
Call Signature
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.
Type Parameters
K
K extends keyof HTMLElementTagNameMap
Parameters
qualifiedName
K
Returns
HTMLCollectionOf<HTMLElementTagNameMap[K]>
Inherited from
HTMLElement.getElementsByTagName
Call Signature
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
HTMLElement.getElementsByTagName
Call Signature
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
HTMLElement.getElementsByTagName
Call Signature
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
HTMLElement.getElementsByTagName
Call Signature
getElementsByTagName(qualifiedName): HTMLCollectionOf<Element>;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13734
Parameters
qualifiedName
string
Returns
HTMLCollectionOf<Element>
Inherited from
HTMLElement.getElementsByTagName
getElementsByTagNameNS()
Call Signature
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.
Parameters
namespaceURI
"http://www.w3.org/1999/xhtml"
localName
string
Returns
HTMLCollectionOf<HTMLElement>
Inherited from
HTMLElement.getElementsByTagNameNS
Call Signature
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
HTMLElement.getElementsByTagNameNS
Call Signature
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
HTMLElement.getElementsByTagNameNS
Call Signature
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
HTMLElement.getElementsByTagNameNS
getHTML()
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.
Parameters
options?
GetHTMLOptions
Returns
string
Inherited from
HTMLElement.getHTML
getRootNode()
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.
Parameters
options?
GetRootNodeOptions
Returns
Node
Inherited from
HTMLElement.getRootNode
hasAttribute()
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.
Parameters
qualifiedName
string
Returns
boolean
Inherited from
HTMLElement.hasAttribute
hasAttributeNS()
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.
Parameters
namespace
string | null
localName
string
Returns
boolean
Inherited from
HTMLElement.hasAttributeNS
hasAttributes()
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.
Returns
boolean
Inherited from
HTMLElement.hasAttributes
hasChildNodes()
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.
Returns
boolean
Inherited from
HTMLElement.hasChildNodes
hasPointerCapture()
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.
Parameters
pointerId
number
Returns
boolean
Inherited from
HTMLElement.hasPointerCapture
hidePopover()
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.
Returns
void
Inherited from
HTMLElement.hidePopover
insertAdjacentElement()
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.
Parameters
where
InsertPosition
element
Element
Returns
Element | null
Inherited from
HTMLElement.insertAdjacentElement
insertAdjacentHTML()
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.
Parameters
position
InsertPosition
string
string
Returns
void
Inherited from
HTMLElement.insertAdjacentHTML
insertAdjacentText()
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.
Parameters
where
InsertPosition
data
string
Returns
void
Inherited from
HTMLElement.insertAdjacentText
insertBefore()
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.
Type Parameters
T
T extends Node
Parameters
node
T
child
Node | null
Returns
T
Inherited from
HTMLElement.insertBefore
isDefaultNamespace()
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.
Parameters
namespace
string | null
Returns
boolean
Inherited from
HTMLElement.isDefaultNamespace
isEqualNode()
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.
Parameters
otherNode
Node | null
Returns
boolean
Inherited from
HTMLElement.isEqualNode
isSameNode()
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).
Parameters
otherNode
Node | null
Returns
boolean
Inherited from
HTMLElement.isSameNode
lookupNamespaceURI()
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().
Parameters
prefix
string | null
Returns
string | null
Inherited from
HTMLElement.lookupNamespaceURI
lookupPrefix()
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.
Parameters
namespace
string | null
Returns
string | null
Inherited from
HTMLElement.lookupPrefix
matches()
Call Signature
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.
Type Parameters
K
K extends keyof HTMLElementTagNameMap
Parameters
selectors
K
Returns
this is HTMLElementTagNameMap[K]
Inherited from
HTMLElement.matches
Call Signature
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
HTMLElement.matches
Call Signature
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
HTMLElement.matches
Call Signature
matches(selectors): boolean;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:13800
Parameters
selectors
string
Returns
boolean
Inherited from
HTMLElement.matches
moveBefore()
moveBefore(node, child): void;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:27072
Parameters
node
Node
child
Node | null
Returns
void
Inherited from
HTMLElement.moveBefore
normalize()
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.
Returns
void
Inherited from
HTMLElement.normalize
prepend()
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.
Parameters
nodes
...(string | Node)[]
Returns
void
Inherited from
HTMLElement.prepend
querySelector()
Call Signature
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.
Type Parameters
K
K extends keyof HTMLElementTagNameMap
Parameters
selectors
K
Returns
HTMLElementTagNameMap[K] | null
Inherited from
HTMLElement.querySelector
Call Signature
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
HTMLElement.querySelector
Call Signature
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
HTMLElement.querySelector
Call Signature
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
HTMLElement.querySelector
Call Signature
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
HTMLElement.querySelector
querySelectorAll()
Call Signature
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.
Type Parameters
K
K extends keyof HTMLElementTagNameMap
Parameters
selectors
K
Returns
NodeListOf<HTMLElementTagNameMap[K]>
Inherited from
HTMLElement.querySelectorAll
Call Signature
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
HTMLElement.querySelectorAll
Call Signature
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
HTMLElement.querySelectorAll
Call Signature
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
HTMLElement.querySelectorAll
Call Signature
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
HTMLElement.querySelectorAll
releasePointerCapture()
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.
Parameters
pointerId
number
Returns
void
Inherited from
HTMLElement.releasePointerCapture
remove()
remove(): void;
Defined in: docs/node_modules/typescript/lib/lib.dom.d.ts:10671
Removes node.
Returns
void
Inherited from
HTMLElement.remove
removeAttribute()
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.
Parameters
qualifiedName
string
Returns
void
Inherited from
HTMLElement.removeAttribute
removeAttributeNode()
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.
Parameters
attr
Attr
Returns
Attr
Inherited from
HTMLElement.removeAttributeNode
removeAttributeNS()
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.
Parameters
namespace
string | null
localName
string
Returns
void
Inherited from
HTMLElement.removeAttributeNS
removeChild()
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.
Type Parameters
T
T extends Node
Parameters
child
T
Returns
T
Inherited from
HTMLElement.removeChild
removeEventListener()
Call Signature
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
HTMLElement.removeEventListener
Call Signature
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
HTMLElement.removeEventListener
replaceChild()
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.
Type Parameters
T
T extends Node
Parameters
node
Node
child
T
Returns
T
Inherited from
HTMLElement.replaceChild
replaceChildren()
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.
Parameters
nodes
...(string | Node)[]
Returns
void
Inherited from
HTMLElement.replaceChildren
replaceWith()
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.
Parameters
nodes
...(string | Node)[]
Returns
void
Inherited from
HTMLElement.replaceWith
requestFullscreen()
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.
Parameters
options?
FullscreenOptions
Returns
Promise<void>
Inherited from
HTMLElement.requestFullscreen
requestPointerLock()
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.
Parameters
options?
PointerLockOptions
Returns
Promise<void>
Inherited from
HTMLElement.requestPointerLock
scroll()
Call Signature
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.
Parameters
options?
ScrollToOptions
Returns
void
Inherited from
HTMLElement.scroll
Call Signature
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
HTMLElement.scroll
scrollBy()
Call Signature
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.
Parameters
options?
ScrollToOptions
Returns
void
Inherited from
HTMLElement.scrollBy
Call Signature
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
HTMLElement.scrollBy
scrollIntoView()
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.
Parameters
arg?
boolean | ScrollIntoViewOptions
Returns
void
Inherited from
HTMLElement.scrollIntoView
scrollTo()
Call Signature
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.
Parameters
options?
ScrollToOptions
Returns
void
Inherited from
HTMLElement.scrollTo
Call Signature
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
HTMLElement.scrollTo
setAttribute()
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.
Parameters
qualifiedName
string
value
string
Returns
void
Inherited from
HTMLElement.setAttribute
setAttributeNode()
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.
Parameters
attr
Attr
Returns
Attr | null
Inherited from
HTMLElement.setAttributeNode
setAttributeNodeNS()
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.
Parameters
attr
Attr
Returns
Attr | null
Inherited from
HTMLElement.setAttributeNodeNS
setAttributeNS()
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.
Parameters
namespace
string | null
qualifiedName
string
value
string
Returns
void
Inherited from
HTMLElement.setAttributeNS
setHTMLUnsafe()
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.
Parameters
html
string
Returns
void
Inherited from
HTMLElement.setHTMLUnsafe
setPointerCapture()
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).
Parameters
pointerId
number
Returns
void
Inherited from
HTMLElement.setPointerCapture
showPopover()
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.
Parameters
options?
ShowPopoverOptions
Returns
void
Inherited from
HTMLElement.showPopover
toggleAttribute()
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.
Parameters
qualifiedName
string
force?
boolean
Returns
boolean
Inherited from
HTMLElement.toggleAttribute
togglePopover()
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.
Parameters
options?
boolean | TogglePopoverOptions
Returns
boolean
Inherited from
HTMLElement.togglePopover
webkitMatchesSelector()
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.
Inherited from
HTMLElement.webkitMatchesSelector