Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DisclosureText

Content of the disclosure. Weblinks are allowed.

Represents a plain text with web links.

Hierarchy

  • DisclosureText

Properties

Properties

Optional template

template: undefined | string

Text to display, containing placeholders like "{0}" and "{1}" for each textlink that should be inserted. Example: "WARNING: This product can expose you to chemicals which are known to the State of California to cause cancer. For more information go to {0}." This disclosure text must not contain any promotional or ad-like content.

Optional textLinks

textLinks: TextLink[]

Text links that should be substituted into the template. The first one will be substituted for "{0}" in the template string, and the second one for "{1}", etc.

Generated using TypeDoc