Class: PfAccordionPanel

PfAccordionPanel

<pf-accordion-panel> element for Patternfly Web Components


new PfAccordionPanel()

Called when an instance of the element is created

Members


<static> observedAttributes

Returns a list of attributes on which we are interested to track changes

Methods


attributeChangedCallback(attrName, oldValue, newValue)

Called when element's attribute value has changed

Parameters:
Name Type Description
attrName string

The attribute name that has changed

oldValue string

The old attribute value

newValue string

The new attribute value


connectedCallback()

Called when an instance of the element was inserted into the document