Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IFragmentableElementsOptions

Index

Properties

allowByDefault

allowByDefault: boolean

If set to true, fragmentation is allowed if element does not match any selector in the blacklist. If set to false, fragmentation is only allowed it element matches any selector in the whitelist.

Optional blacklistSelectors

blacklistSelectors?: string[]

A list of selectors which cannot be fragmented. This applies both to forced and unforced breaks.

default

[]

Optional blacklistStyles

List of rules defining styles which are not allowed to fragment

default

[]

Optional whitelistSelectors

whitelistSelectors?: string[]

A list of selectors which are allowed to be fragmented. This applies both to forced and unforced breaks.

default

[]

Generated using TypeDoc