OptionalacceptsSpecifies whether the first touch event received by the UIContainer should be prevented or not.
Default: false
OptionalariaWCAG20 standard for defining info about the component (usually the name)
OptionalcssThe CSS classes of the component. This is usually the class from where the component takes its styling.
OptionalcssAdditional CSS classes of the component.
OptionalcssA prefix to prepend all CSS classes with.
OptionaldisabledSpecifies if the component is enabled (interactive) or not. Default: false
OptionalhiddenSpecifies if the component should be hidden at startup. Default: false
OptionalidThe HTML ID of the component. Default: automatically generated with pattern 'ui-id-{guid}'.
OptionalroleSpecifies the component role for WCAG20 standard
OptionalskippableMessage displayed when the ad is skippable. Supported placeholders: look at StringUtils.replaceAdMessagePlaceholders
OptionaltabWCAG20 requirement for screen reader navigation
OptionaltagThe HTML tag name of the component. Default: 'div'
OptionaltextThe text as string or localize callback on the button.
OptionaluntilMessage which gets displayed during the countdown is active. Supported placeholders: look at StringUtils.replaceAdMessagePlaceholders
Configuration interface for the AdSkipButton.