Options
All
  • Public
  • Public/Protected
  • All
Menu

Options controlling the title attribute values for the page container iframe elements.

Hierarchy

  • ITitlePageContainerOptions

Index

Properties

scroll?: string

Title to use for page container iframe elements when placed within a scroll renderer. If null, then no title attribute will be set.

default

null

singlePage?: string

The title to use for page container iframe elements within a single page renderer. If null, then no title attribute will be set.

default

null

spreadCenter?: string

Title to use for page container iframe elements when placed as a single page, centered within a spread renderer. If null, then no title attribute will be set.

default

null

spreadLeft?: string

Title to use for page container iframe elements when placed in the left spread slot within a spread renderer. If null, then no title attribute will be set.

default

null

spreadRight?: string

Title to use for page container iframe elements when places in the right spread slot within a spread renderer. If null, then no title attribute will be set.

default

null

Generated using TypeDoc