AmpAccordion

AmpAccordion class

A UI element that facilitates showing/hiding different sections.

The AmpAccordion type exposes the following members:

Constructors

NameDescription
AmpAccordion()Initializes a new instance of the AmpAccordion class

Properties

NameDescription
required_scriptRequired script that muct be added to head section.
attributesAMP provides a set of common attributes that are extended to many AMP components.
fallbackA fallback is a convention that allows the element to communicate to the reader that the browser does not support the element.
placeholderThe element marked with the placeholder attribute acts as a placeholder for the parent AMP element. If specified, a placeholder element must be a direct child of the AMP element.
sectionsList of sections.
disable_session_statesSet this attribute on the amp-accordion to opt out of preserving the collapsed/expanded state of the accordion.
expand_single_sectionSet this attribute on the amp-accordion to only allow one section to be expanded at a time.

Methods

NameDescription
to_amp_html()
to_html()

See Also