HoopsAccordion
-
class
ui.accordion.HoopsAccordion() A custom web component that implements an accessible accordion using LitElement.
Index
Constructors
Properties
_$litElement$[metadata]elementPropertieselementStylespropertiesshadowRootOptionsstylesfinalized_initializersdisableWarningenabledWarningsenableWarningaccessKeyaccessKeyLabelariaAtomicariaAutoCompleteariaBrailleLabelariaBrailleRoleDescriptionariaBusyariaCheckedariaColCountariaColIndexariaColIndexTextariaColSpanariaCurrentariaDescriptionariaDisabledariaExpandedariaHasPopupariaHiddenariaInvalidariaKeyShortcutsariaLabelariaLevelariaLiveariaModalariaMultiLineariaMultiSelectableariaOrientationariaPlaceholderariaPosInSetariaPressedariaReadOnlyariaRequiredariaRoleDescriptionariaRowCountariaRowIndexariaRowIndexTextariaRowSpanariaSelectedariaSetSizeariaSortariaValueMaxariaValueMinariaValueNowariaValueTextassignedSlotATTRIBUTE_NODEattributesattributeStyleMapautocapitalizeautofocusbaseURICDATA_SECTION_NODEchildElementCountchildNodeschildrenclassListclassNameclientHeightclientLeftclientTopclientWidthCOMMENT_NODEcontentEditablecurrentCSSZoomdatasetdirdisabledDOCUMENT_FRAGMENT_NODEDOCUMENT_NODEDOCUMENT_POSITION_CONTAINED_BYDOCUMENT_POSITION_CONTAINSDOCUMENT_POSITION_DISCONNECTEDDOCUMENT_POSITION_FOLLOWINGDOCUMENT_POSITION_IMPLEMENTATION_SPECIFICDOCUMENT_POSITION_PRECEDINGDOCUMENT_TYPE_NODEdraggableELEMENT_NODEenterKeyHintENTITY_NODEENTITY_REFERENCE_NODEexpandedfirstChildfirstElementChildhasUpdatedhiddenidinertinnerHTMLinnerTextinputModeisConnectedisContentEditableisUpdatePendinglanglastChildlastElementChildlocalNamenamespaceURInextElementSiblingnextSiblingnodeNamenodeTypenodeValueNOTATION_NODEoffsetHeightoffsetLeftoffsetParentoffsetTopoffsetWidthonabortonanimationcancelonanimationendonanimationiterationonanimationstartonauxclickonbeforeinputonbeforetoggleonbluroncanceloncanplayoncanplaythroughonchangeonclickoncloseoncontextlostoncontextmenuoncontextrestoredoncopyoncuechangeoncutondblclickondragondragendondragenterondragleaveondragoverondragstartondropondurationchangeonemptiedonendedonerroronfocusonformdataonfullscreenchangeonfullscreenerrorongotpointercaptureoninputoninvalidonkeydownonkeypressonkeyuponloadonloadeddataonloadedmetadataonloadstartonlostpointercaptureonmousedownonmouseenteronmouseleaveonmousemoveonmouseoutonmouseoveronmouseuponpasteonpauseonplayonplayingonpointercancelonpointerdownonpointerenteronpointerleaveonpointermoveonpointeroutonpointeroveronpointeruponprogressonratechangeonresetonresizeonscrollonscrollendonsecuritypolicyviolationonseekedonseekingonselectonselectionchangeonselectstartonslotchangeonstalledonsubmitonsuspendontimeupdateontoggleontransitioncancelontransitionendontransitionrunontransitionstartonvolumechangeonwaitingonwebkitanimationendonwebkitanimationiterationonwebkitanimationstartonwebkittransitionendonwheelouterHTMLouterTextownerDocumentparentElementparentNodepartpopoverprefixpreviousElementSiblingpreviousSiblingPROCESSING_INSTRUCTION_NODErenderOptionsrenderRootrolescrollHeightscrollLeftscrollTopscrollWidthshadowRootslotspellcheckstyletabIndextagNameTEXT_NODEtextContenttitletranslatewritingSuggestionslevelnonceontouchcancelontouchendontouchmoveontouchstart
Accessors
Methods
addInitializercreatePropertygetPropertyOptionsfinalizefinalizeStylesgetPropertyDescriptoraddControlleraddEventListenerafteranimateappendappendChildattachInternalsattachShadowattributeChangedCallbackbeforeblurcheckVisibilityclickcloneNodeclosestcompareDocumentPositioncomputedStyleMapconnectedCallbackcontainsdisconnectedCallbackdispatchEventfocusgetAnimationsgetAttributegetAttributeNamesgetAttributeNodegetAttributeNodeNSgetAttributeNSgetBoundingClientRectgetClientRectsgetElementsByClassNamegetElementsByTagNamegetElementsByTagNameNSgetHTMLgetRootNodehasAttributehasAttributeNShasAttributeshasChildNodeshasPointerCapturehidePopoverinsertAdjacentElementinsertAdjacentHTMLinsertAdjacentTextinsertBeforeisDefaultNamespaceisEqualNodeisSameNodelookupNamespaceURIlookupPrefixmatchesnormalizeprependquerySelectorquerySelectorAllreleasePointerCaptureremoveremoveAttributeremoveAttributeNoderemoveAttributeNSremoveChildremoveControllerremoveEventListenerrenderreplaceChildreplaceChildrenreplaceWithrequestFullscreenrequestPointerLockrequestUpdatescrollscrollByscrollIntoViewscrollTosetAttributesetAttributeNodesetAttributeNodeNSsetAttributeNSsetHTMLUnsafesetPointerCaptureshowPopovertoggleAttributetogglePopoverwebkitMatchesSelectorcreateRenderRootenableUpdatingfirstUpdatedgetUpdateCompleteperformUpdatescheduleUpdateshouldUpdateupdateupdatedwillUpdate
Constructors
-
ui.accordion.HoopsAccordion.constructor() - HoopsAccordion():
HoopsAccordionReturns:
HoopsAccordion
Properties
-
ui.accordion.HoopsAccordion._$litElement$ static inherited
_$litElement$: boolean
-
ui.accordion.HoopsAccordion.[metadata] static inherited
[metadata]: (object | Record)
-
ui.accordion.HoopsAccordion.elementProperties static inherited
elementProperties: PropertyDeclarationMapMemoized list of all element properties, including any superclass properties. Created lazily on user subclasses when finalizing the class.
-
ui.accordion.HoopsAccordion.elementStyles static inherited
elementStyles: CSSResultOrNative[]Memoized list of all element styles. Created lazily on user subclasses when finalizing the class.
-
ui.accordion.HoopsAccordion.properties static inherited
properties: PropertyDeclarationsUser-supplied object that maps property names to
PropertyDeclarationobjects containing options for configuring reactive properties. When a reactive property is set the element will update and render.By default properties are public fields, and as such, they should be considered as primarily settable by element users, either via attribute or the property itself.
Generally, properties that are changed by the element should be private or protected fields and should use the
state: trueoption. Properties marked asstatedo not reflect from the corresponding attributeHowever, sometimes element code does need to set a public property. This should typically only be done in response to user interaction, and an event should be fired informing the user; for example, a checkbox sets its
checkedproperty when clicked and fires achangedevent. Mutating public properties should typically not be done for non-primitive (object or array) properties. In other cases when an element needs to manage state, a private property set with thestate: trueoption should be used. When needed, state properties can be initialized via public properties to facilitate complex interactions.
-
ui.accordion.HoopsAccordion.shadowRootOptions static inherited
shadowRootOptions: ShadowRootInitOptions used when calling
attachShadow. Set this property to customize the options for the shadowRoot; for example, to create a closed shadowRoot:{mode: 'closed'}.Note, these options are used in
createRenderRoot. If this method is customized, options should be respected if possible.
-
ui.accordion.HoopsAccordion.styles static
styles: CSSResultArray of styles to apply to the element. The styles should be defined using the ? tag function, via constructible stylesheets, or imported from native CSS module scripts.
Note on Content Security Policy:
Element styles are implemented with
<style>tags when the browser doesn’t support adopted StyleSheets. To use such<style>tags with the style-src CSP directive, the style-src value must either include ‘unsafe-inline’ ornonce-<base64-value>with<base64-value>replaced be a server-generated nonce.To provide a nonce to use on generated
<style>elements, setwindow.litNonceto a server-generated nonce in your page’s HTML, before loading application code:<script> // Generated and unique per request: window.litNonce = 'a1b2c3d4'; </script>
-
ui.accordion.HoopsAccordion.finalized static inherited
finalized: (undefined | True)Marks class as having been finalized, which includes creating properties from
static properties, but does not include all properties created from decorators.
-
ui.accordion.HoopsAccordion._initializers static optional inherited
_initializers: Initializer[]
-
ui.accordion.HoopsAccordion.disableWarning static optional inherited
disableWarning: (warningKind: WarningKind) => voidDisable the given warning category for this class.
This method only exists in development builds, so it should be accessed with a guard like:
// Disable for all ReactiveElement subclasses ReactiveElement.disableWarning?.('migration'); // Disable for only MyElement and subclasses MyElement.disableWarning?.('migration');
-
ui.accordion.HoopsAccordion.enabledWarnings static optional inherited
enabledWarnings: WarningKind[]Read or set all the enabled warning categories for this class.
This property is only used in development builds.
-
ui.accordion.HoopsAccordion.enableWarning static optional inherited
enableWarning: (warningKind: WarningKind) => voidEnable the given warning category for this class.
This method only exists in development builds, so it should be accessed with a guard like:
// Enable for all ReactiveElement subclasses ReactiveElement.enableWarning?.('migration'); // Enable for only MyElement and subclasses MyElement.enableWarning?.('migration');
-
ui.accordion.HoopsAccordion.accessKey inherited
accessKey: string
-
ui.accordion.HoopsAccordion.accessKeyLabel readonly inherited
accessKeyLabel: string
-
ui.accordion.HoopsAccordion.ariaAtomic inherited
ariaAtomic: (None | string)
-
ui.accordion.HoopsAccordion.ariaAutoComplete inherited
ariaAutoComplete: (None | string)
-
ui.accordion.HoopsAccordion.ariaBrailleLabel inherited
ariaBrailleLabel: (None | string)
-
ui.accordion.HoopsAccordion.ariaBrailleRoleDescription inherited
ariaBrailleRoleDescription: (None | string)
-
ui.accordion.HoopsAccordion.ariaBusy inherited
ariaBusy: (None | string)
-
ui.accordion.HoopsAccordion.ariaChecked inherited
ariaChecked: (None | string)
-
ui.accordion.HoopsAccordion.ariaColCount inherited
ariaColCount: (None | string)
-
ui.accordion.HoopsAccordion.ariaColIndex inherited
ariaColIndex: (None | string)
-
ui.accordion.HoopsAccordion.ariaColIndexText inherited
ariaColIndexText: (None | string)
-
ui.accordion.HoopsAccordion.ariaColSpan inherited
ariaColSpan: (None | string)
-
ui.accordion.HoopsAccordion.ariaCurrent inherited
ariaCurrent: (None | string)
-
ui.accordion.HoopsAccordion.ariaDescription inherited
ariaDescription: (None | string)
-
ui.accordion.HoopsAccordion.ariaDisabled inherited
ariaDisabled: (None | string)
-
ui.accordion.HoopsAccordion.ariaExpanded inherited
ariaExpanded: (None | string)
-
ui.accordion.HoopsAccordion.ariaHasPopup inherited
ariaHasPopup: (None | string)
-
ui.accordion.HoopsAccordion.ariaHidden inherited
ariaHidden: (None | string)
-
ui.accordion.HoopsAccordion.ariaInvalid inherited
ariaInvalid: (None | string)
-
ui.accordion.HoopsAccordion.ariaKeyShortcuts inherited
ariaKeyShortcuts: (None | string)
-
ui.accordion.HoopsAccordion.ariaLabel inherited
ariaLabel: (None | string)
-
ui.accordion.HoopsAccordion.ariaLevel inherited
ariaLevel: (None | string)
-
ui.accordion.HoopsAccordion.ariaLive inherited
ariaLive: (None | string)
-
ui.accordion.HoopsAccordion.ariaModal inherited
ariaModal: (None | string)
-
ui.accordion.HoopsAccordion.ariaMultiLine inherited
ariaMultiLine: (None | string)
-
ui.accordion.HoopsAccordion.ariaMultiSelectable inherited
ariaMultiSelectable: (None | string)
-
ui.accordion.HoopsAccordion.ariaOrientation inherited
ariaOrientation: (None | string)
-
ui.accordion.HoopsAccordion.ariaPlaceholder inherited
ariaPlaceholder: (None | string)
-
ui.accordion.HoopsAccordion.ariaPosInSet inherited
ariaPosInSet: (None | string)
-
ui.accordion.HoopsAccordion.ariaPressed inherited
ariaPressed: (None | string)
-
ui.accordion.HoopsAccordion.ariaReadOnly inherited
ariaReadOnly: (None | string)
-
ui.accordion.HoopsAccordion.ariaRequired inherited
ariaRequired: (None | string)
-
ui.accordion.HoopsAccordion.ariaRoleDescription inherited
ariaRoleDescription: (None | string)
-
ui.accordion.HoopsAccordion.ariaRowCount inherited
ariaRowCount: (None | string)
-
ui.accordion.HoopsAccordion.ariaRowIndex inherited
ariaRowIndex: (None | string)
-
ui.accordion.HoopsAccordion.ariaRowIndexText inherited
ariaRowIndexText: (None | string)
-
ui.accordion.HoopsAccordion.ariaRowSpan inherited
ariaRowSpan: (None | string)
-
ui.accordion.HoopsAccordion.ariaSelected inherited
ariaSelected: (None | string)
-
ui.accordion.HoopsAccordion.ariaSetSize inherited
ariaSetSize: (None | string)
-
ui.accordion.HoopsAccordion.ariaSort inherited
ariaSort: (None | string)
-
ui.accordion.HoopsAccordion.ariaValueMax inherited
ariaValueMax: (None | string)
-
ui.accordion.HoopsAccordion.ariaValueMin inherited
ariaValueMin: (None | string)
-
ui.accordion.HoopsAccordion.ariaValueNow inherited
ariaValueNow: (None | string)
-
ui.accordion.HoopsAccordion.ariaValueText inherited
ariaValueText: (None | string)
-
ui.accordion.HoopsAccordion.assignedSlot readonly inherited
assignedSlot: (None | HTMLSlotElement)
-
ui.accordion.HoopsAccordion.ATTRIBUTE_NODE readonly inherited
ATTRIBUTE_NODE: 2
-
ui.accordion.HoopsAccordion.attributes readonly inherited
attributes: NamedNodeMap
-
ui.accordion.HoopsAccordion.attributeStyleMap readonly inherited
attributeStyleMap: StylePropertyMap
-
ui.accordion.HoopsAccordion.autocapitalize inherited
autocapitalize: string
-
ui.accordion.HoopsAccordion.autofocus inherited
autofocus: boolean
-
ui.accordion.HoopsAccordion.baseURI readonly inherited
baseURI: stringReturns node’s node document’s document base URL.
-
ui.accordion.HoopsAccordion.CDATA_SECTION_NODE readonly inherited
CDATA_SECTION_NODE: 4node is a CDATASection node.
-
ui.accordion.HoopsAccordion.childElementCount readonly inherited
childElementCount: number
-
ui.accordion.HoopsAccordion.childNodes readonly inherited
childNodes: NodeListOfReturns the children.
-
ui.accordion.HoopsAccordion.children readonly inherited
children: HTMLCollectionReturns the child elements.
-
ui.accordion.HoopsAccordion.classList readonly inherited
classList: DOMTokenListAllows for manipulation of element’s class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.
-
ui.accordion.HoopsAccordion.className inherited
className: stringReturns the value of element’s class content attribute. Can be set to change it.
-
ui.accordion.HoopsAccordion.clientHeight readonly inherited
clientHeight: number
-
ui.accordion.HoopsAccordion.clientLeft readonly inherited
clientLeft: number
-
ui.accordion.HoopsAccordion.clientTop readonly inherited
clientTop: number
-
ui.accordion.HoopsAccordion.clientWidth readonly inherited
clientWidth: number
-
ui.accordion.HoopsAccordion.COMMENT_NODE readonly inherited
COMMENT_NODE: 8node is a Comment node.
-
ui.accordion.HoopsAccordion.contentEditable inherited
contentEditable: string
-
ui.accordion.HoopsAccordion.currentCSSZoom readonly inherited
currentCSSZoom: number
-
ui.accordion.HoopsAccordion.dataset readonly inherited
dataset: DOMStringMap
-
ui.accordion.HoopsAccordion.dir inherited
dir: string
-
ui.accordion.HoopsAccordion.disabled - disabled: boolean
-
ui.accordion.HoopsAccordion.DOCUMENT_FRAGMENT_NODE readonly inherited
DOCUMENT_FRAGMENT_NODE: 11node is a DocumentFragment node.
-
ui.accordion.HoopsAccordion.DOCUMENT_NODE readonly inherited
DOCUMENT_NODE: 9node is a document.
-
ui.accordion.HoopsAccordion.DOCUMENT_POSITION_CONTAINED_BY readonly inherited
DOCUMENT_POSITION_CONTAINED_BY: 16Set when other is a descendant of node.
-
ui.accordion.HoopsAccordion.DOCUMENT_POSITION_CONTAINS readonly inherited
DOCUMENT_POSITION_CONTAINS: 8Set when other is an ancestor of node.
-
ui.accordion.HoopsAccordion.DOCUMENT_POSITION_DISCONNECTED readonly inherited
DOCUMENT_POSITION_DISCONNECTED: 1Set when node and other are not in the same tree.
-
ui.accordion.HoopsAccordion.DOCUMENT_POSITION_FOLLOWING readonly inherited
DOCUMENT_POSITION_FOLLOWING: 4Set when other is following node.
-
ui.accordion.HoopsAccordion.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC readonly inherited
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32
-
ui.accordion.HoopsAccordion.DOCUMENT_POSITION_PRECEDING readonly inherited
DOCUMENT_POSITION_PRECEDING: 2Set when other is preceding node.
-
ui.accordion.HoopsAccordion.DOCUMENT_TYPE_NODE readonly inherited
DOCUMENT_TYPE_NODE: 10node is a doctype.
-
ui.accordion.HoopsAccordion.draggable inherited
draggable: boolean
-
ui.accordion.HoopsAccordion.ELEMENT_NODE readonly inherited
ELEMENT_NODE: 1node is an element.
-
ui.accordion.HoopsAccordion.enterKeyHint inherited
enterKeyHint: string
-
ui.accordion.HoopsAccordion.ENTITY_NODE readonly inherited
ENTITY_NODE: 6
-
ui.accordion.HoopsAccordion.ENTITY_REFERENCE_NODE readonly inherited
ENTITY_REFERENCE_NODE: 5
-
ui.accordion.HoopsAccordion.expanded - expanded: boolean
-
ui.accordion.HoopsAccordion.firstChild readonly inherited
firstChild: (None | ChildNode)Returns the first child.
-
ui.accordion.HoopsAccordion.firstElementChild readonly inherited
firstElementChild: (None | Element)Returns the first child that is an element, and null otherwise.
-
ui.accordion.HoopsAccordion.hasUpdated inherited
hasUpdated: booleanIs set to
trueafter the first update. The element code cannot assume thatrenderRootexists before the elementhasUpdated.
inherited
hidden: boolean
-
ui.accordion.HoopsAccordion.id inherited
id: stringReturns the value of element’s id content attribute. Can be set to change it.
-
ui.accordion.HoopsAccordion.inert inherited
inert: boolean
-
ui.accordion.HoopsAccordion.innerHTML inherited
innerHTML: string
-
ui.accordion.HoopsAccordion.innerText inherited
innerText: string
-
ui.accordion.HoopsAccordion.inputMode inherited
inputMode: string
-
ui.accordion.HoopsAccordion.isConnected readonly inherited
isConnected: booleanReturns true if node is connected and false otherwise.
-
ui.accordion.HoopsAccordion.isContentEditable readonly inherited
isContentEditable: boolean
-
ui.accordion.HoopsAccordion.isUpdatePending inherited
isUpdatePending: booleanTrue if there is a pending update as a result of calling
requestUpdate(). Should only be read.
-
ui.accordion.HoopsAccordion.lang inherited
lang: string
-
ui.accordion.HoopsAccordion.lastChild readonly inherited
lastChild: (None | ChildNode)Returns the last child.
-
ui.accordion.HoopsAccordion.lastElementChild readonly inherited
lastElementChild: (None | Element)Returns the last child that is an element, and null otherwise.
-
ui.accordion.HoopsAccordion.localName readonly inherited
localName: stringReturns the local name.
-
ui.accordion.HoopsAccordion.namespaceURI readonly inherited
namespaceURI: (None | string)Returns the namespace.
-
ui.accordion.HoopsAccordion.nextElementSibling readonly inherited
nextElementSibling: (None | Element)Returns the first following sibling that is an element, and null otherwise.
-
ui.accordion.HoopsAccordion.nextSibling readonly inherited
nextSibling: (None | ChildNode)Returns the next sibling.
-
ui.accordion.HoopsAccordion.nodeName readonly inherited
nodeName: stringReturns a string appropriate for the type of node.
-
ui.accordion.HoopsAccordion.nodeType readonly inherited
nodeType: numberReturns the type of node.
-
ui.accordion.HoopsAccordion.nodeValue inherited
nodeValue: (None | string)
-
ui.accordion.HoopsAccordion.NOTATION_NODE readonly inherited
NOTATION_NODE: 12
-
ui.accordion.HoopsAccordion.offsetHeight readonly inherited
offsetHeight: number
-
ui.accordion.HoopsAccordion.offsetLeft readonly inherited
offsetLeft: number
-
ui.accordion.HoopsAccordion.offsetParent readonly inherited
offsetParent: (None | Element)
-
ui.accordion.HoopsAccordion.offsetTop readonly inherited
offsetTop: number
-
ui.accordion.HoopsAccordion.offsetWidth readonly inherited
offsetWidth: number
-
ui.accordion.HoopsAccordion.onabort inherited
onabort: (None | (this: GlobalEventHandlers, ev: UIEvent) => any)Fires when the user aborts the download.
-
ui.accordion.HoopsAccordion.onanimationcancel inherited
onanimationcancel: (None | (this: GlobalEventHandlers, ev: AnimationEvent) => any)
-
ui.accordion.HoopsAccordion.onanimationend inherited
onanimationend: (None | (this: GlobalEventHandlers, ev: AnimationEvent) => any)
-
ui.accordion.HoopsAccordion.onanimationiteration inherited
onanimationiteration: (None | (this: GlobalEventHandlers, ev: AnimationEvent) => any)
-
ui.accordion.HoopsAccordion.onanimationstart inherited
onanimationstart: (None | (this: GlobalEventHandlers, ev: AnimationEvent) => any)
-
ui.accordion.HoopsAccordion.onauxclick inherited
onauxclick: (None | (this: GlobalEventHandlers, ev: MouseEvent) => any)
-
ui.accordion.HoopsAccordion.onbeforeinput inherited
onbeforeinput: (None | (this: GlobalEventHandlers, ev: InputEvent) => any)
-
ui.accordion.HoopsAccordion.onbeforetoggle inherited
onbeforetoggle: (None | (this: GlobalEventHandlers, ev: Event) => any)
-
ui.accordion.HoopsAccordion.onblur inherited
onblur: (None | (this: GlobalEventHandlers, ev: FocusEvent) => any)Fires when the object loses the input focus.
-
ui.accordion.HoopsAccordion.oncancel inherited
oncancel: (None | (this: GlobalEventHandlers, ev: Event) => any)
-
ui.accordion.HoopsAccordion.oncanplay inherited
oncanplay: (None | (this: GlobalEventHandlers, ev: Event) => any)Occurs when playback is possible, but would require further buffering.
-
ui.accordion.HoopsAccordion.oncanplaythrough inherited
oncanplaythrough: (None | (this: GlobalEventHandlers, ev: Event) => any)
-
ui.accordion.HoopsAccordion.onchange inherited
onchange: (None | (this: GlobalEventHandlers, ev: Event) => any)Fires when the contents of the object or selection have changed.
-
ui.accordion.HoopsAccordion.onclick inherited
onclick: (None | (this: GlobalEventHandlers, ev: MouseEvent) => any)Fires when the user clicks the left mouse button on the object
-
ui.accordion.HoopsAccordion.onclose inherited
onclose: (None | (this: GlobalEventHandlers, ev: Event) => any)
-
ui.accordion.HoopsAccordion.oncontextlost inherited
oncontextlost: (None | (this: GlobalEventHandlers, ev: Event) => any)
inherited
oncontextmenu: (None | (this: GlobalEventHandlers, ev: MouseEvent) => any)Fires when the user clicks the right mouse button in the client area, opening the context menu.
-
ui.accordion.HoopsAccordion.oncontextrestored inherited
oncontextrestored: (None | (this: GlobalEventHandlers, ev: Event) => any)
-
ui.accordion.HoopsAccordion.oncopy inherited
oncopy: (None | (this: GlobalEventHandlers, ev: ClipboardEvent) => any)
-
ui.accordion.HoopsAccordion.oncuechange inherited
oncuechange: (None | (this: GlobalEventHandlers, ev: Event) => any)
-
ui.accordion.HoopsAccordion.oncut inherited
oncut: (None | (this: GlobalEventHandlers, ev: ClipboardEvent) => any)
-
ui.accordion.HoopsAccordion.ondblclick inherited
ondblclick: (None | (this: GlobalEventHandlers, ev: MouseEvent) => any)Fires when the user double-clicks the object.
-
ui.accordion.HoopsAccordion.ondrag inherited
ondrag: (None | (this: GlobalEventHandlers, ev: DragEvent) => any)Fires on the source object continuously during a drag operation.
-
ui.accordion.HoopsAccordion.ondragend inherited
ondragend: (None | (this: GlobalEventHandlers, ev: DragEvent) => any)Fires on the source object when the user releases the mouse at the close of a drag operation.
-
ui.accordion.HoopsAccordion.ondragenter inherited
ondragenter: (None | (this: GlobalEventHandlers, ev: DragEvent) => any)Fires on the target element when the user drags the object to a valid drop target.
-
ui.accordion.HoopsAccordion.ondragleave inherited
ondragleave: (None | (this: GlobalEventHandlers, ev: DragEvent) => any)Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.
-
ui.accordion.HoopsAccordion.ondragover inherited
ondragover: (None | (this: GlobalEventHandlers, ev: DragEvent) => any)Fires on the target element continuously while the user drags the object over a valid drop target.
-
ui.accordion.HoopsAccordion.ondragstart inherited
ondragstart: (None | (this: GlobalEventHandlers, ev: DragEvent) => any)Fires on the source object when the user starts to drag a text selection or selected object.
-
ui.accordion.HoopsAccordion.ondrop inherited
ondrop: (None | (this: GlobalEventHandlers, ev: DragEvent) => any)
-
ui.accordion.HoopsAccordion.ondurationchange inherited
ondurationchange: (None | (this: GlobalEventHandlers, ev: Event) => any)Occurs when the duration attribute is updated.
-
ui.accordion.HoopsAccordion.onemptied inherited
onemptied: (None | (this: GlobalEventHandlers, ev: Event) => any)Occurs when the media element is reset to its initial state.
-
ui.accordion.HoopsAccordion.onended inherited
onended: (None | (this: GlobalEventHandlers, ev: Event) => any)Occurs when the end of playback is reached.
-
ui.accordion.HoopsAccordion.onerror inherited
onerror: OnErrorEventHandlerFires when an error occurs during object loading.
-
ui.accordion.HoopsAccordion.onfocus inherited
onfocus: (None | (this: GlobalEventHandlers, ev: FocusEvent) => any)Fires when the object receives focus.
-
ui.accordion.HoopsAccordion.onformdata inherited
onformdata: (None | (this: GlobalEventHandlers, ev: FormDataEvent) => any)
-
ui.accordion.HoopsAccordion.onfullscreenchange inherited
onfullscreenchange: (None | (this: Element, ev: Event) => any)
-
ui.accordion.HoopsAccordion.onfullscreenerror inherited
onfullscreenerror: (None | (this: Element, ev: Event) => any)
-
ui.accordion.HoopsAccordion.ongotpointercapture inherited
ongotpointercapture: (None | (this: GlobalEventHandlers, ev: PointerEvent) => any)
-
ui.accordion.HoopsAccordion.oninput inherited
oninput: (None | (this: GlobalEventHandlers, ev: Event) => any)
-
ui.accordion.HoopsAccordion.oninvalid inherited
oninvalid: (None | (this: GlobalEventHandlers, ev: Event) => any)
-
ui.accordion.HoopsAccordion.onkeydown inherited
onkeydown: (None | (this: GlobalEventHandlers, ev: KeyboardEvent) => any)Fires when the user presses a key.
-
ui.accordion.HoopsAccordion.onkeypress inherited deprecated
onkeypress: (None | (this: GlobalEventHandlers, ev: KeyboardEvent) => any)Fires when the user presses an alphanumeric key.
Deprecated
-
ui.accordion.HoopsAccordion.onkeyup inherited
onkeyup: (None | (this: GlobalEventHandlers, ev: KeyboardEvent) => any)Fires when the user releases a key.
-
ui.accordion.HoopsAccordion.onload inherited
onload: (None | (this: GlobalEventHandlers, ev: Event) => any)Fires immediately after the browser loads the object.
-
ui.accordion.HoopsAccordion.onloadeddata inherited
onloadeddata: (None | (this: GlobalEventHandlers, ev: Event) => any)Occurs when media data is loaded at the current playback position.
-
ui.accordion.HoopsAccordion.onloadedmetadata inherited
onloadedmetadata: (None | (this: GlobalEventHandlers, ev: Event) => any)Occurs when the duration and dimensions of the media have been determined.
-
ui.accordion.HoopsAccordion.onloadstart inherited
onloadstart: (None | (this: GlobalEventHandlers, ev: Event) => any)Occurs when Internet Explorer begins looking for media data.
-
ui.accordion.HoopsAccordion.onlostpointercapture inherited
onlostpointercapture: (None | (this: GlobalEventHandlers, ev: PointerEvent) => any)
-
ui.accordion.HoopsAccordion.onmousedown inherited
onmousedown: (None | (this: GlobalEventHandlers, ev: MouseEvent) => any)Fires when the user clicks the object with either mouse button.
-
ui.accordion.HoopsAccordion.onmouseenter inherited
onmouseenter: (None | (this: GlobalEventHandlers, ev: MouseEvent) => any)
-
ui.accordion.HoopsAccordion.onmouseleave inherited
onmouseleave: (None | (this: GlobalEventHandlers, ev: MouseEvent) => any)
-
ui.accordion.HoopsAccordion.onmousemove inherited
onmousemove: (None | (this: GlobalEventHandlers, ev: MouseEvent) => any)Fires when the user moves the mouse over the object.
-
ui.accordion.HoopsAccordion.onmouseout inherited
onmouseout: (None | (this: GlobalEventHandlers, ev: MouseEvent) => any)Fires when the user moves the mouse pointer outside the boundaries of the object.
-
ui.accordion.HoopsAccordion.onmouseover inherited
onmouseover: (None | (this: GlobalEventHandlers, ev: MouseEvent) => any)Fires when the user moves the mouse pointer into the object.
-
ui.accordion.HoopsAccordion.onmouseup inherited
onmouseup: (None | (this: GlobalEventHandlers, ev: MouseEvent) => any)Fires when the user releases a mouse button while the mouse is over the object.
-
ui.accordion.HoopsAccordion.onpaste inherited
onpaste: (None | (this: GlobalEventHandlers, ev: ClipboardEvent) => any)
-
ui.accordion.HoopsAccordion.onpause inherited
onpause: (None | (this: GlobalEventHandlers, ev: Event) => any)Occurs when playback is paused.
-
ui.accordion.HoopsAccordion.onplay inherited
onplay: (None | (this: GlobalEventHandlers, ev: Event) => any)Occurs when the play method is requested.
-
ui.accordion.HoopsAccordion.onplaying inherited
onplaying: (None | (this: GlobalEventHandlers, ev: Event) => any)Occurs when the audio or video has started playing.
-
ui.accordion.HoopsAccordion.onpointercancel inherited
onpointercancel: (None | (this: GlobalEventHandlers, ev: PointerEvent) => any)
-
ui.accordion.HoopsAccordion.onpointerdown inherited
onpointerdown: (None | (this: GlobalEventHandlers, ev: PointerEvent) => any)
-
ui.accordion.HoopsAccordion.onpointerenter inherited
onpointerenter: (None | (this: GlobalEventHandlers, ev: PointerEvent) => any)
-
ui.accordion.HoopsAccordion.onpointerleave inherited
onpointerleave: (None | (this: GlobalEventHandlers, ev: PointerEvent) => any)
-
ui.accordion.HoopsAccordion.onpointermove inherited
onpointermove: (None | (this: GlobalEventHandlers, ev: PointerEvent) => any)
-
ui.accordion.HoopsAccordion.onpointerout inherited
onpointerout: (None | (this: GlobalEventHandlers, ev: PointerEvent) => any)
-
ui.accordion.HoopsAccordion.onpointerover inherited
onpointerover: (None | (this: GlobalEventHandlers, ev: PointerEvent) => any)
-
ui.accordion.HoopsAccordion.onpointerup inherited
onpointerup: (None | (this: GlobalEventHandlers, ev: PointerEvent) => any)
-
ui.accordion.HoopsAccordion.onprogress inherited
onprogress: (None | (this: GlobalEventHandlers, ev: ProgressEvent) => any)Occurs to indicate progress while downloading media data.
-
ui.accordion.HoopsAccordion.onratechange inherited
onratechange: (None | (this: GlobalEventHandlers, ev: Event) => any)Occurs when the playback rate is increased or decreased.
-
ui.accordion.HoopsAccordion.onreset inherited
onreset: (None | (this: GlobalEventHandlers, ev: Event) => any)Fires when the user resets a form.
-
ui.accordion.HoopsAccordion.onresize inherited
onresize: (None | (this: GlobalEventHandlers, ev: UIEvent) => any)
-
ui.accordion.HoopsAccordion.onscroll inherited
onscroll: (None | (this: GlobalEventHandlers, ev: Event) => any)Fires when the user repositions the scroll box in the scroll bar on the object.
-
ui.accordion.HoopsAccordion.onscrollend inherited
onscrollend: (None | (this: GlobalEventHandlers, ev: Event) => any)
-
ui.accordion.HoopsAccordion.onsecuritypolicyviolation inherited
onsecuritypolicyviolation: (None | (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any)
-
ui.accordion.HoopsAccordion.onseeked inherited
onseeked: (None | (this: GlobalEventHandlers, ev: Event) => any)Occurs when the seek operation ends.
-
ui.accordion.HoopsAccordion.onseeking inherited
onseeking: (None | (this: GlobalEventHandlers, ev: Event) => any)Occurs when the current playback position is moved.
-
ui.accordion.HoopsAccordion.onselect inherited
onselect: (None | (this: GlobalEventHandlers, ev: Event) => any)Fires when the current selection changes.
-
ui.accordion.HoopsAccordion.onselectionchange inherited
onselectionchange: (None | (this: GlobalEventHandlers, ev: Event) => any)
-
ui.accordion.HoopsAccordion.onselectstart inherited
onselectstart: (None | (this: GlobalEventHandlers, ev: Event) => any)
-
ui.accordion.HoopsAccordion.onslotchange inherited
onslotchange: (None | (this: GlobalEventHandlers, ev: Event) => any)
-
ui.accordion.HoopsAccordion.onstalled inherited
onstalled: (None | (this: GlobalEventHandlers, ev: Event) => any)Occurs when the download has stopped.
-
ui.accordion.HoopsAccordion.onsubmit inherited
onsubmit: (None | (this: GlobalEventHandlers, ev: SubmitEvent) => any)
-
ui.accordion.HoopsAccordion.onsuspend inherited
onsuspend: (None | (this: GlobalEventHandlers, ev: Event) => any)Occurs if the load operation has been intentionally halted.
-
ui.accordion.HoopsAccordion.ontimeupdate inherited
ontimeupdate: (None | (this: GlobalEventHandlers, ev: Event) => any)Occurs to indicate the current playback position.
-
ui.accordion.HoopsAccordion.ontoggle inherited
ontoggle: (None | (this: GlobalEventHandlers, ev: Event) => any)
-
ui.accordion.HoopsAccordion.ontransitioncancel inherited
ontransitioncancel: (None | (this: GlobalEventHandlers, ev: TransitionEvent) => any)
-
ui.accordion.HoopsAccordion.ontransitionend inherited
ontransitionend: (None | (this: GlobalEventHandlers, ev: TransitionEvent) => any)
-
ui.accordion.HoopsAccordion.ontransitionrun inherited
ontransitionrun: (None | (this: GlobalEventHandlers, ev: TransitionEvent) => any)
-
ui.accordion.HoopsAccordion.ontransitionstart inherited
ontransitionstart: (None | (this: GlobalEventHandlers, ev: TransitionEvent) => any)
-
ui.accordion.HoopsAccordion.onvolumechange inherited
onvolumechange: (None | (this: GlobalEventHandlers, ev: Event) => any)Occurs when the volume is changed, or playback is muted or unmuted.
-
ui.accordion.HoopsAccordion.onwaiting inherited
onwaiting: (None | (this: GlobalEventHandlers, ev: Event) => any)Occurs when playback stops because the next frame of a video resource is not available.
-
ui.accordion.HoopsAccordion.onwebkitanimationend inherited deprecated
onwebkitanimationend: (None | (this: GlobalEventHandlers, ev: Event) => any)Deprecated
This is a legacy alias of
onanimationend.
-
ui.accordion.HoopsAccordion.onwebkitanimationiteration inherited deprecated
onwebkitanimationiteration: (None | (this: GlobalEventHandlers, ev: Event) => any)Deprecated
This is a legacy alias of
onanimationiteration.
-
ui.accordion.HoopsAccordion.onwebkitanimationstart inherited deprecated
onwebkitanimationstart: (None | (this: GlobalEventHandlers, ev: Event) => any)Deprecated
This is a legacy alias of
onanimationstart.
-
ui.accordion.HoopsAccordion.onwebkittransitionend inherited deprecated
onwebkittransitionend: (None | (this: GlobalEventHandlers, ev: Event) => any)Deprecated
This is a legacy alias of
ontransitionend.
-
ui.accordion.HoopsAccordion.onwheel inherited
onwheel: (None | (this: GlobalEventHandlers, ev: WheelEvent) => any)
-
ui.accordion.HoopsAccordion.outerHTML inherited
outerHTML: string
-
ui.accordion.HoopsAccordion.outerText inherited
outerText: string
-
ui.accordion.HoopsAccordion.ownerDocument readonly inherited
ownerDocument: DocumentReturns the node document. Returns null for documents.
-
ui.accordion.HoopsAccordion.parentElement readonly inherited
parentElement: (None | HTMLElement)Returns the parent element.
-
ui.accordion.HoopsAccordion.parentNode readonly inherited
parentNode: (None | ParentNode)Returns the parent.
-
ui.accordion.HoopsAccordion.part readonly inherited
part: DOMTokenList
-
ui.accordion.HoopsAccordion.popover inherited
popover: (None | string)
-
ui.accordion.HoopsAccordion.prefix readonly inherited
prefix: (None | string)Returns the namespace prefix.
-
ui.accordion.HoopsAccordion.previousElementSibling readonly inherited
previousElementSibling: (None | Element)Returns the first preceding sibling that is an element, and null otherwise.
-
ui.accordion.HoopsAccordion.previousSibling readonly inherited
previousSibling: (None | ChildNode)Returns the previous sibling.
-
ui.accordion.HoopsAccordion.PROCESSING_INSTRUCTION_NODE readonly inherited
PROCESSING_INSTRUCTION_NODE: 7node is a ProcessingInstruction node.
-
ui.accordion.HoopsAccordion.renderOptions readonly inherited
renderOptions: RenderOptions
-
ui.accordion.HoopsAccordion.renderRoot readonly inherited
renderRoot: (HTMLElement | DocumentFragment)Node or ShadowRoot into which element DOM should be rendered. Defaults to an open shadowRoot.
-
ui.accordion.HoopsAccordion.role inherited
role: (None | string)
-
ui.accordion.HoopsAccordion.scrollHeight readonly inherited
scrollHeight: number
-
ui.accordion.HoopsAccordion.scrollLeft inherited
scrollLeft: number
-
ui.accordion.HoopsAccordion.scrollTop inherited
scrollTop: number
-
ui.accordion.HoopsAccordion.scrollWidth readonly inherited
scrollWidth: number
-
ui.accordion.HoopsAccordion.shadowRoot readonly inherited
shadowRoot: (None | ShadowRoot)Returns element’s shadow root, if any, and if shadow root’s mode is “open”, and null otherwise.
-
ui.accordion.HoopsAccordion.slot inherited
slot: stringReturns the value of element’s slot content attribute. Can be set to change it.
-
ui.accordion.HoopsAccordion.spellcheck inherited
spellcheck: boolean
-
ui.accordion.HoopsAccordion.style readonly inherited
style: CSSStyleDeclaration
-
ui.accordion.HoopsAccordion.tabIndex inherited
tabIndex: number
-
ui.accordion.HoopsAccordion.tagName readonly inherited
tagName: stringReturns the HTML-uppercased qualified name.
-
ui.accordion.HoopsAccordion.TEXT_NODE readonly inherited
TEXT_NODE: 3node is a Text node.
-
ui.accordion.HoopsAccordion.textContent inherited
textContent: (None | string)
-
ui.accordion.HoopsAccordion.title inherited
title: string
-
ui.accordion.HoopsAccordion.translate inherited
translate: boolean
-
ui.accordion.HoopsAccordion.writingSuggestions inherited
writingSuggestions: string
-
ui.accordion.HoopsAccordion.level optional
level: number
-
ui.accordion.HoopsAccordion.nonce optional inherited
nonce: string
-
ui.accordion.HoopsAccordion.ontouchcancel optional inherited
ontouchcancel: (None | (this: GlobalEventHandlers, ev: TouchEvent) => any)
-
ui.accordion.HoopsAccordion.ontouchend optional inherited
ontouchend: (None | (this: GlobalEventHandlers, ev: TouchEvent) => any)
-
ui.accordion.HoopsAccordion.ontouchmove optional inherited
ontouchmove: (None | (this: GlobalEventHandlers, ev: TouchEvent) => any)
-
ui.accordion.HoopsAccordion.ontouchstart optional inherited
ontouchstart: (None | (this: GlobalEventHandlers, ev: TouchEvent) => any)
Accessors
-
ui.accordion.HoopsAccordion.observedAttributes() static inherited
get observedAttributes(): string[]Returns a list of attributes corresponding to the registered properties.
Returns: string[]
-
ui.accordion.HoopsAccordion.updateComplete() inherited
get updateComplete(): PromiseReturns a Promise that resolves when the element has completed updating. The Promise value is a boolean that is
trueif the element completed the update without triggering another update. The Promise result isfalseif a property was set insideupdated(). If the Promise is rejected, an exception was thrown during the update.To await additional asynchronous work, override the
getUpdateCompletemethod. For example, it is sometimes useful to await a rendered element before fulfilling this Promise. To do this, first awaitsuper.getUpdateComplete(), then any subsequent state.Returns: Promise
A promise of a boolean that resolves to true if the update completed without triggering another update.
Methods
-
static ui.accordion.HoopsAccordion.addInitializer() static inherited
addInitializer(initializer: Initializer): voidAdds an initializer function to the class that is called during instance construction.
This is useful for code that runs against a
ReactiveElementsubclass, such as a decorator, that needs to do work for each instance, such as setting up aReactiveController.const myDecorator = (target: typeof ReactiveElement, key: string) => { target.addInitializer((instance: ReactiveElement) => { // This is run during construction of the element new MyController(instance); }); }
Decorating a field will then cause each instance to run an initializer that adds a controller:
class MyElement extends LitElement { @myDecorator foo; }
Initializers are stored per-constructor. Adding an initializer to a subclass does not add it to a superclass. Since initializers are run in constructors, initializers will run in order of the class hierarchy, starting with superclasses and progressing to the instance’s class.
Parameters
initializer: InitializerReturns: void
-
static ui.accordion.HoopsAccordion.createProperty() static inherited
createProperty(name: PropertyKey, options: PropertyDeclaration): voidCreates a property accessor on the element prototype if one does not exist and stores a ? for the property with the given options. The property setter calls the property’s
hasChangedproperty option or uses a strict identity check to determine whether or not to request an update.This method may be overridden to customize properties; however, when doing so, it’s important to call
super.createPropertyto ensure the property is setup correctly. This method callsgetPropertyDescriptorinternally to get a descriptor to install. To customize what properties do when they are get or set, overridegetPropertyDescriptor. To customize the options for a property, implementcreatePropertylike this:static createProperty(name, options) { options = Object.assign(options, {myOption: true}); super.createProperty(name, options); }
Parameters
name: PropertyKey
options: PropertyDeclaration
Returns: void
-
static ui.accordion.HoopsAccordion.getPropertyOptions() static inherited
getPropertyOptions(name: PropertyKey): PropertyDeclarationReturns the property options associated with the given property. These options are defined with a
PropertyDeclarationvia thepropertiesobject or the@propertydecorator and are registered increateProperty(...).Note, this method should be considered “final” and not overridden. To customize the options for a given property, override ?.
Parameters
name: PropertyKeyReturns: PropertyDeclaration
-
static ui.accordion.HoopsAccordion.finalize() static inherited
finalize(): voidFinishes setting up the class so that it’s ready to be registered as a custom element and instantiated.
This method is called by the ReactiveElement.observedAttributes getter. If you override the observedAttributes getter, you must either call super.observedAttributes to trigger finalization, or call finalize() yourself.
Returns: void
-
static ui.accordion.HoopsAccordion.finalizeStyles() static inherited
finalizeStyles(styles: CSSResultGroup): CSSResultOrNative[]Takes the styles the user supplied via the
static stylesproperty and returns the array of styles to apply to the element. Override this method to integrate into a style management system.Styles are deduplicated preserving the last instance in the list. This is a performance optimization to avoid duplicated styles that can occur especially when composing via subclassing. The last item is kept to try to preserve the cascade order with the assumption that it’s most important that last added styles override previous styles.
Parameters
styles: CSSResultGroupReturns: CSSResultOrNative[]
-
static ui.accordion.HoopsAccordion.getPropertyDescriptor() static inherited
getPropertyDescriptor(name: PropertyKey, key: (string | symbol), options: PropertyDeclaration): (undefined | PropertyDescriptor)Returns a property descriptor to be defined on the given named property. If no descriptor is returned, the property will not become an accessor. For example,
class MyElement extends LitElement { static getPropertyDescriptor(name, key, options) { const defaultDescriptor = super.getPropertyDescriptor(name, key, options); const setter = defaultDescriptor.set; return { get: defaultDescriptor.get, set(value) { setter.call(this, value); // custom action. }, configurable: true, enumerable: true } } }
Parameters
name: PropertyKey
key: (string | symbol)
options: PropertyDeclaration
Returns: (undefined | PropertyDescriptor)
-
ui.accordion.HoopsAccordion.addController() inherited
addController(controller: ReactiveController): voidRegisters a
ReactiveControllerto participate in the element’s reactive update cycle. The element automatically calls into any registered controllers during its lifecycle callbacks.If the element is connected when
addController()is called, the controller’shostConnected()callback will be immediately called.Parameters
controller: ReactiveControllerReturns: void
-
ui.accordion.HoopsAccordion.addEventListener() inherited
addEventListener(type: K, listener: (this: HTMLElement, ev: Unhandled type IndexedAccess) => any, options: (boolean | AddEventListenerOptions)): voidParameters
type: K
listener: (this: HTMLElement, ev: Unhandled type IndexedAccess) => any
options: (boolean | AddEventListenerOptions)
Returns: void
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options: (boolean | AddEventListenerOptions)): voidParameters
type: string
listener: EventListenerOrEventListenerObject
options: (boolean | AddEventListenerOptions)
Returns: void
-
ui.accordion.HoopsAccordion.after() inherited
after(nodes: (string | Node)[]): voidInserts 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
-
ui.accordion.HoopsAccordion.animate() inherited
animate(keyframes: (None | Keyframe[] | PropertyIndexedKeyframes), options: (number | KeyframeAnimationOptions)): AnimationParameters
keyframes: (None | Keyframe[] | PropertyIndexedKeyframes)
options: (number | KeyframeAnimationOptions)
Returns: Animation
-
ui.accordion.HoopsAccordion.append() inherited
append(nodes: (string | Node)[]): voidInserts 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
-
ui.accordion.HoopsAccordion.appendChild() inherited
appendChild(node: T): TParameters
node: TReturns: T
-
ui.accordion.HoopsAccordion.attachInternals() inherited
attachInternals(): ElementInternalsReturns: ElementInternals
-
ui.accordion.HoopsAccordion.attachShadow() inherited
attachShadow(init: ShadowRootInit): ShadowRootCreates a shadow root for element and returns it.
Parameters
init: ShadowRootInitReturns: ShadowRoot
-
ui.accordion.HoopsAccordion.attributeChangedCallback() inherited
attributeChangedCallback(name: string, _old: (None | string), value: (None | string)): voidSynchronizes property values when attributes change.
Specifically, when an attribute is set, the corresponding property is set. You should rarely need to implement this callback. If this method is overridden,
super.attributeChangedCallback(name, _old, value)must be called.See using the lifecycle callbacks on MDN for more information about the
attributeChangedCallback.Parameters
name: string
_old: (None | string)
value: (None | string)
Returns: void
-
ui.accordion.HoopsAccordion.before() inherited
before(nodes: (string | Node)[]): voidInserts 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
-
ui.accordion.HoopsAccordion.blur() inherited
blur(): voidReturns: void
-
ui.accordion.HoopsAccordion.checkVisibility() inherited
checkVisibility(options: CheckVisibilityOptions): booleanParameters
options: CheckVisibilityOptionsReturns: boolean
-
ui.accordion.HoopsAccordion.click() inherited
click(): voidReturns: void
-
ui.accordion.HoopsAccordion.cloneNode() inherited
cloneNode(deep: boolean): NodeReturns a copy of node. If deep is true, the copy also includes the node’s descendants.
Parameters
deep: booleanReturns: Node
-
ui.accordion.HoopsAccordion.closest() inherited
closest(selector: K): (None | Unhandled type IndexedAccess)Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.
Parameters
selector: KReturns: (None | Unhandled type IndexedAccess)
closest(selector: K): (None | Unhandled type IndexedAccess)Parameters
selector: KReturns: (None | Unhandled type IndexedAccess)
closest(selector: K): (None | Unhandled type IndexedAccess)Parameters
selector: KReturns: (None | Unhandled type IndexedAccess)
closest(selectors: string): (None | E)Parameters
selectors: stringReturns: (None | E)
-
ui.accordion.HoopsAccordion.compareDocumentPosition() inherited
compareDocumentPosition(other: Node): numberReturns a bitmask indicating the position of other relative to node.
Parameters
other: NodeReturns: number
-
ui.accordion.HoopsAccordion.computedStyleMap() inherited
computedStyleMap(): StylePropertyMapReadOnlyReturns: StylePropertyMapReadOnly
-
ui.accordion.HoopsAccordion.connectedCallback() inherited
connectedCallback(): voidInvoked when the component is added to the document’s DOM.
In
connectedCallback()you should setup tasks that should only occur when the element is connected to the document. The most common of these is adding event listeners to nodes external to the element, like a keydown event handler added to the window.connectedCallback() { super.connectedCallback(); addEventListener('keydown', this._handleKeydown); }
Typically, anything done in
connectedCallback()should be undone when the element is disconnected, indisconnectedCallback().Returns: void
-
ui.accordion.HoopsAccordion.contains() inherited
contains(other: (None | Node)): booleanReturns true if other is an inclusive descendant of node, and false otherwise.
Parameters
other: (None | Node)Returns: boolean
-
ui.accordion.HoopsAccordion.disconnectedCallback() inherited
disconnectedCallback(): voidInvoked when the component is removed from the document’s DOM.
This callback is the main signal to the element that it may no longer be used.
disconnectedCallback()should ensure that nothing is holding a reference to the element (such as event listeners added to nodes external to the element), so that it is free to be garbage collected.disconnectedCallback() { super.disconnectedCallback(); window.removeEventListener('keydown', this._handleKeydown); }
An element may be re-connected after being disconnected.
Returns: void
-
ui.accordion.HoopsAccordion.dispatchEvent() inherited
dispatchEvent(event: Event): booleanDispatches a synthetic event event to target and returns true if either event’s cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.
Parameters
event: EventReturns: boolean
-
ui.accordion.HoopsAccordion.focus() inherited
focus(options: FocusOptions): voidParameters
options: FocusOptionsReturns: void
-
ui.accordion.HoopsAccordion.getAnimations() inherited
getAnimations(options: GetAnimationsOptions): Animation[]Parameters
options: GetAnimationsOptionsReturns: Animation[]
-
ui.accordion.HoopsAccordion.getAttribute() inherited
getAttribute(qualifiedName: string): (None | string)Returns element’s first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.
Parameters
qualifiedName: stringReturns: (None | string)
-
ui.accordion.HoopsAccordion.getAttributeNames() inherited
getAttributeNames(): string[]Returns the qualified names of all element’s attributes. Can contain duplicates.
Returns: string[]
-
ui.accordion.HoopsAccordion.getAttributeNode() inherited
getAttributeNode(qualifiedName: string): (None | Attr)Parameters
qualifiedName: stringReturns: (None | Attr)
-
ui.accordion.HoopsAccordion.getAttributeNodeNS() inherited
getAttributeNodeNS(namespace: (None | string), localName: string): (None | Attr)Parameters
namespace: (None | string)
localName: string
Returns: (None | Attr)
-
ui.accordion.HoopsAccordion.getAttributeNS() inherited
getAttributeNS(namespace: (None | string), localName: string): (None | string)Returns element’s attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.
Parameters
namespace: (None | string)
localName: string
Returns: (None | string)
-
ui.accordion.HoopsAccordion.getBoundingClientRect() inherited
getBoundingClientRect(): DOMRectReturns: DOMRect
-
ui.accordion.HoopsAccordion.getClientRects() inherited
getClientRects(): DOMRectListReturns: DOMRectList
-
ui.accordion.HoopsAccordion.getElementsByClassName() inherited
getElementsByClassName(classNames: string): HTMLCollectionOfReturns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames. The classNames argument is interpreted as a space-separated list of classes.
Parameters
classNames: stringReturns: HTMLCollectionOf
-
ui.accordion.HoopsAccordion.getElementsByTagName() inherited
getElementsByTagName(qualifiedName: K): HTMLCollectionOfParameters
qualifiedName: KReturns: HTMLCollectionOf
getElementsByTagName(qualifiedName: K): HTMLCollectionOfParameters
qualifiedName: KReturns: HTMLCollectionOf
getElementsByTagName(qualifiedName: K): HTMLCollectionOfParameters
qualifiedName: KReturns: HTMLCollectionOf
getElementsByTagName(qualifiedName: K): HTMLCollectionOfDeprecated
Parameters
qualifiedName: KReturns: HTMLCollectionOf
getElementsByTagName(qualifiedName: string): HTMLCollectionOfParameters
qualifiedName: stringReturns: HTMLCollectionOf
-
ui.accordion.HoopsAccordion.getElementsByTagNameNS() inherited
getElementsByTagNameNS(namespaceURI: “http://www.w3.org/1999/xhtml”, localName: string): HTMLCollectionOfParameters
namespaceURI: “http://www.w3.org/1999/xhtml”
localName: string
Returns: HTMLCollectionOf
getElementsByTagNameNS(namespaceURI: “http://www.w3.org/2000/svg”, localName: string): HTMLCollectionOfParameters
namespaceURI: “http://www.w3.org/2000/svg”
localName: string
Returns: HTMLCollectionOf
getElementsByTagNameNS(namespaceURI: “http://www.w3.org/1998/Math/MathML”, localName: string): HTMLCollectionOfParameters
namespaceURI: “http://www.w3.org/1998/Math/MathML”
localName: string
Returns: HTMLCollectionOf
getElementsByTagNameNS(namespace: (None | string), localName: string): HTMLCollectionOfParameters
namespace: (None | string)
localName: string
Returns: HTMLCollectionOf
-
ui.accordion.HoopsAccordion.getHTML() inherited
getHTML(options: GetHTMLOptions): stringParameters
options: GetHTMLOptionsReturns: string
-
ui.accordion.HoopsAccordion.getRootNode() inherited
getRootNode(options: GetRootNodeOptions): NodeReturns node’s root.
Parameters
options: GetRootNodeOptionsReturns: Node
-
ui.accordion.HoopsAccordion.hasAttribute() inherited
hasAttribute(qualifiedName: string): booleanReturns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.
Parameters
qualifiedName: stringReturns: boolean
-
ui.accordion.HoopsAccordion.hasAttributeNS() inherited
hasAttributeNS(namespace: (None | string), localName: string): booleanReturns true if element has an attribute whose namespace is namespace and local name is localName.
Parameters
namespace: (None | string)
localName: string
Returns: boolean
-
ui.accordion.HoopsAccordion.hasAttributes() inherited
hasAttributes(): booleanReturns true if element has attributes, and false otherwise.
Returns: boolean
-
ui.accordion.HoopsAccordion.hasChildNodes() inherited
hasChildNodes(): booleanReturns whether node has children.
Returns: boolean
-
ui.accordion.HoopsAccordion.hasPointerCapture() inherited
hasPointerCapture(pointerId: number): booleanParameters
pointerId: numberReturns: boolean
-
ui.accordion.HoopsAccordion.hidePopover() inherited
hidePopover(): voidReturns: void
-
ui.accordion.HoopsAccordion.insertAdjacentElement() inherited
insertAdjacentElement(where: InsertPosition, element: Element): (None | Element)Parameters
where: InsertPosition
element: Element
Returns: (None | Element)
-
ui.accordion.HoopsAccordion.insertAdjacentHTML() inherited
insertAdjacentHTML(position: InsertPosition, string: string): voidParameters
position: InsertPosition
string: string
Returns: void
-
ui.accordion.HoopsAccordion.insertAdjacentText() inherited
insertAdjacentText(where: InsertPosition, data: string): voidParameters
where: InsertPosition
data: string
Returns: void
-
ui.accordion.HoopsAccordion.insertBefore() inherited
insertBefore(node: T, child: (None | Node)): TParameters
node: T
child: (None | Node)
Returns: T
-
ui.accordion.HoopsAccordion.isDefaultNamespace() inherited
isDefaultNamespace(namespace: (None | string)): booleanParameters
namespace: (None | string)Returns: boolean
-
ui.accordion.HoopsAccordion.isEqualNode() inherited
isEqualNode(otherNode: (None | Node)): booleanReturns whether node and otherNode have the same properties.
Parameters
otherNode: (None | Node)Returns: boolean
-
ui.accordion.HoopsAccordion.isSameNode() inherited
isSameNode(otherNode: (None | Node)): booleanParameters
otherNode: (None | Node)Returns: boolean
-
ui.accordion.HoopsAccordion.lookupNamespaceURI() inherited
lookupNamespaceURI(prefix: (None | string)): (None | string)Parameters
prefix: (None | string)Returns: (None | string)
-
ui.accordion.HoopsAccordion.lookupPrefix() inherited
lookupPrefix(namespace: (None | string)): (None | string)Parameters
namespace: (None | string)Returns: (None | string)
-
ui.accordion.HoopsAccordion.matches() inherited
matches(selectors: string): booleanReturns true if matching selectors against element’s root yields element, and false otherwise.
Parameters
selectors: stringReturns: boolean
-
ui.accordion.HoopsAccordion.normalize() inherited
normalize(): voidRemoves empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.
Returns: void
-
ui.accordion.HoopsAccordion.prepend() inherited
prepend(nodes: (string | Node)[]): voidInserts 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
-
ui.accordion.HoopsAccordion.querySelector() inherited
querySelector(selectors: K): (None | Unhandled type IndexedAccess)Returns the first element that is a descendant of node that matches selectors.
Parameters
selectors: KReturns: (None | Unhandled type IndexedAccess)
querySelector(selectors: K): (None | Unhandled type IndexedAccess)Parameters
selectors: KReturns: (None | Unhandled type IndexedAccess)
querySelector(selectors: K): (None | Unhandled type IndexedAccess)Parameters
selectors: KReturns: (None | Unhandled type IndexedAccess)
querySelector(selectors: K): (None | Unhandled type IndexedAccess)Deprecated
Parameters
selectors: KReturns: (None | Unhandled type IndexedAccess)
querySelector(selectors: string): (None | E)Parameters
selectors: stringReturns: (None | E)
-
ui.accordion.HoopsAccordion.querySelectorAll() inherited
querySelectorAll(selectors: K): NodeListOfReturns all element descendants of node that match selectors.
Parameters
selectors: KReturns: NodeListOf
querySelectorAll(selectors: K): NodeListOfParameters
selectors: KReturns: NodeListOf
querySelectorAll(selectors: K): NodeListOfParameters
selectors: KReturns: NodeListOf
querySelectorAll(selectors: K): NodeListOfDeprecated
Parameters
selectors: KReturns: NodeListOf
querySelectorAll(selectors: string): NodeListOfParameters
selectors: stringReturns: NodeListOf
-
ui.accordion.HoopsAccordion.releasePointerCapture() inherited
releasePointerCapture(pointerId: number): voidParameters
pointerId: numberReturns: void
-
ui.accordion.HoopsAccordion.remove() inherited
remove(): voidRemoves node.
Returns: void
-
ui.accordion.HoopsAccordion.removeAttribute() inherited
removeAttribute(qualifiedName: string): voidRemoves element’s first attribute whose qualified name is qualifiedName.
Parameters
qualifiedName: stringReturns: void
-
ui.accordion.HoopsAccordion.removeAttributeNode() inherited
removeAttributeNode(attr: Attr): AttrParameters
attr: AttrReturns: Attr
-
ui.accordion.HoopsAccordion.removeAttributeNS() inherited
removeAttributeNS(namespace: (None | string), localName: string): voidRemoves element’s attribute whose namespace is namespace and local name is localName.
Parameters
namespace: (None | string)
localName: string
Returns: void
-
ui.accordion.HoopsAccordion.removeChild() inherited
removeChild(child: T): TParameters
child: TReturns: T
-
ui.accordion.HoopsAccordion.removeController() inherited
removeController(controller: ReactiveController): voidRemoves a
ReactiveControllerfrom the element.Parameters
controller: ReactiveControllerReturns: void
-
ui.accordion.HoopsAccordion.removeEventListener() inherited
removeEventListener(type: K, listener: (this: HTMLElement, ev: Unhandled type IndexedAccess) => any, options: (boolean | EventListenerOptions)): voidParameters
type: K
listener: (this: HTMLElement, ev: Unhandled type IndexedAccess) => any
options: (boolean | EventListenerOptions)
Returns: void
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options: (boolean | EventListenerOptions)): voidParameters
type: string
listener: EventListenerOrEventListenerObject
options: (boolean | EventListenerOptions)
Returns: void
-
ui.accordion.HoopsAccordion.render() - render(): TemplateResult
Invoked on each update to perform rendering tasks. This method may return any value renderable by lit-html’s
ChildPart- typically aTemplateResult. Setting properties inside this method will not trigger the element to update.Returns: TemplateResult
-
ui.accordion.HoopsAccordion.replaceChild() inherited
replaceChild(node: Node, child: T): TParameters
node: Node
child: T
Returns: T
-
ui.accordion.HoopsAccordion.replaceChildren() inherited
replaceChildren(nodes: (string | Node)[]): voidReplace 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
-
ui.accordion.HoopsAccordion.replaceWith() inherited
replaceWith(nodes: (string | Node)[]): voidReplaces 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
-
ui.accordion.HoopsAccordion.requestFullscreen() inherited
requestFullscreen(options: FullscreenOptions): PromiseDisplays element fullscreen and resolves promise when done.
When supplied, options’s navigationUI member indicates whether showing navigation UI while in fullscreen is preferred or not. If set to “show”, navigation simplicity is preferred over screen space, and if set to “hide”, more screen space is preferred. User agents are always free to honor user preference over the application’s. The default value “auto” indicates no application preference.
Parameters
options: FullscreenOptionsReturns: Promise
-
ui.accordion.HoopsAccordion.requestPointerLock() inherited
requestPointerLock(options: PointerLockOptions): PromiseParameters
options: PointerLockOptionsReturns: Promise
-
ui.accordion.HoopsAccordion.requestUpdate() inherited
requestUpdate(name: PropertyKey, oldValue: unknown, options: PropertyDeclaration): voidRequests an update which is processed asynchronously. This should be called when an element should update based on some state not triggered by setting a reactive property. In this case, pass no arguments. It should also be called when manually implementing a property setter. In this case, pass the property
nameandoldValueto ensure that any configured property options are honored.Parameters
name: PropertyKey
name of requesting propertyoldValue: unknown
old value of requesting propertyoptions: PropertyDeclaration
property options to use instead of the previously configured optionsReturns: void
-
ui.accordion.HoopsAccordion.scroll() inherited
scroll(options: ScrollToOptions): voidParameters
options: ScrollToOptionsReturns: void
scroll(x: number, y: number): voidParameters
x: number
y: number
Returns: void
-
ui.accordion.HoopsAccordion.scrollBy() inherited
scrollBy(options: ScrollToOptions): voidParameters
options: ScrollToOptionsReturns: void
scrollBy(x: number, y: number): voidParameters
x: number
y: number
Returns: void
-
ui.accordion.HoopsAccordion.scrollIntoView() inherited
scrollIntoView(arg: (boolean | ScrollIntoViewOptions)): voidParameters
arg: (boolean | ScrollIntoViewOptions)Returns: void
-
ui.accordion.HoopsAccordion.scrollTo() inherited
scrollTo(options: ScrollToOptions): voidParameters
options: ScrollToOptionsReturns: void
scrollTo(x: number, y: number): voidParameters
x: number
y: number
Returns: void
-
ui.accordion.HoopsAccordion.setAttribute() inherited
setAttribute(qualifiedName: string, value: string): voidSets the value of element’s first attribute whose qualified name is qualifiedName to value.
Parameters
qualifiedName: string
value: string
Returns: void
-
ui.accordion.HoopsAccordion.setAttributeNode() inherited
setAttributeNode(attr: Attr): (None | Attr)Parameters
attr: AttrReturns: (None | Attr)
-
ui.accordion.HoopsAccordion.setAttributeNodeNS() inherited
setAttributeNodeNS(attr: Attr): (None | Attr)Parameters
attr: AttrReturns: (None | Attr)
-
ui.accordion.HoopsAccordion.setAttributeNS() inherited
setAttributeNS(namespace: (None | string), qualifiedName: string, value: string): voidSets the value of element’s attribute whose namespace is namespace and local name is localName to value.
Parameters
namespace: (None | string)
qualifiedName: string
value: string
Returns: void
-
ui.accordion.HoopsAccordion.setHTMLUnsafe() inherited
setHTMLUnsafe(html: string): voidParameters
html: stringReturns: void
-
ui.accordion.HoopsAccordion.setPointerCapture() inherited
setPointerCapture(pointerId: number): voidParameters
pointerId: numberReturns: void
-
ui.accordion.HoopsAccordion.showPopover() inherited
showPopover(): voidReturns: void
-
ui.accordion.HoopsAccordion.toggleAttribute() inherited
toggleAttribute(qualifiedName: string, force: boolean): booleanIf force is not given, “toggles” qualifiedName, removing it if it is present and adding it if it is not present. If force is true, adds qualifiedName. If force is false, removes qualifiedName.
Returns true if qualifiedName is now present, and false otherwise.
Parameters
qualifiedName: string
force: boolean
Returns: boolean
-
ui.accordion.HoopsAccordion.togglePopover() inherited
togglePopover(force: boolean): booleanParameters
force: booleanReturns: boolean
-
ui.accordion.HoopsAccordion.webkitMatchesSelector() inherited
webkitMatchesSelector(selectors: string): booleanDeprecated
This is a legacy alias of
matches.Parameters
selectors: stringReturns: boolean
-
ui.accordion.HoopsAccordion.createRenderRoot() inherited
createRenderRoot(): (HTMLElement | DocumentFragment)Returns: (HTMLElement | DocumentFragment)
-
ui.accordion.HoopsAccordion.enableUpdating() inherited
enableUpdating(_requestedUpdate: boolean): voidNote, this method should be considered final and not overridden. It is overridden on the element instance with a function that triggers the first update.
Parameters
_requestedUpdate: booleanReturns: void
-
ui.accordion.HoopsAccordion.firstUpdated() inherited
firstUpdated(_changedProperties: (PropertyValueMap | Map)): voidInvoked when the element is first updated. Implement to perform one time work on the element after update.
firstUpdated() { this.renderRoot.getElementById('my-text-area').focus(); }
Setting properties inside this method will trigger the element to update again after this update cycle completes.
Parameters
_changedProperties: (PropertyValueMap | Map)
Map of changed properties with old valuesReturns: void
-
ui.accordion.HoopsAccordion.getUpdateComplete() inherited
getUpdateComplete(): PromiseOverride point for the
updateCompletepromise.It is not safe to override the
updateCompletegetter directly due to a limitation in TypeScript which means it is not possible to call a superclass getter (e.g.super.updateComplete.then(...)) when the target language is ES5 (https://github.com/microsoft/TypeScript/issues/338). This method should be overridden instead. For example:class MyElement extends LitElement { override async getUpdateComplete() { const result = await super.getUpdateComplete(); await this._myChild.updateComplete; return result; } }
Returns: Promise
A promise of a boolean that resolves to true if the update completed without triggering another update.
-
ui.accordion.HoopsAccordion.performUpdate() inherited
performUpdate(): voidPerforms an element update. Note, if an exception is thrown during the update,
firstUpdatedandupdatedwill not be called.Call
performUpdate()to immediately process a pending update. This should generally not be needed, but it can be done in rare cases when you need to update synchronously.Returns: void
-
ui.accordion.HoopsAccordion.scheduleUpdate() inherited
scheduleUpdate(): (void | Promise)Schedules an element update. You can override this method to change the timing of updates by returning a Promise. The update will await the returned Promise, and you should resolve the Promise to allow the update to proceed. If this method is overridden,
super.scheduleUpdate()must be called.For instance, to schedule updates to occur just before the next frame:
override protected async scheduleUpdate(): Promise<unknown> { await new Promise((resolve) => requestAnimationFrame(() => resolve())); super.scheduleUpdate(); }
Returns: (void | Promise)
-
ui.accordion.HoopsAccordion.shouldUpdate() inherited
shouldUpdate(_changedProperties: (PropertyValueMap | Map)): booleanControls whether or not
update()should be called when the element requests an update. By default, this method always returnstrue, but this can be customized to control when to update.Parameters
_changedProperties: (PropertyValueMap | Map)
Map of changed properties with old valuesReturns: boolean
-
ui.accordion.HoopsAccordion.update() inherited
update(changedProperties: (PropertyValueMap | Map)): voidUpdates the element. This method reflects property values to attributes and calls
renderto render DOM via lit-html. Setting properties inside this method will not trigger another update.Parameters
changedProperties: (PropertyValueMap | Map)
Map of changed properties with old valuesReturns: void
-
ui.accordion.HoopsAccordion.updated() inherited
updated(_changedProperties: (PropertyValueMap | Map)): voidInvoked whenever the element is updated. Implement to perform post-updating tasks via DOM APIs, for example, focusing an element.
Setting properties inside this method will trigger the element to update again after this update cycle completes.
Parameters
_changedProperties: (PropertyValueMap | Map)
Map of changed properties with old valuesReturns: void
-
ui.accordion.HoopsAccordion.willUpdate() inherited
willUpdate(_changedProperties: (PropertyValueMap | Map)): voidInvoked before
update()to compute values needed during the update.Implement
willUpdateto compute property values that depend on other properties and are used in the rest of the update process.willUpdate(changedProperties) { // only need to check changed properties for an expensive computation. if (changedProperties.has('firstName') || changedProperties.has('lastName')) { this.sha = computeSHA(`${this.firstName} ${this.lastName}`); } } render() { return html`SHA: ${this.sha}`; }
Parameters
_changedProperties: (PropertyValueMap | Map)Returns: void