Clone: { document: Document; force?: boolean; warn?: boolean }

Options for StyleManager.clone.

Type declaration

  • document: Document

    Target browser document to clone into.

    
    
  • Optionalforce?: boolean

    When true, force the cloning of the style manager into the target document.

    false

  • Optionalwarn?: boolean

    When true, log warnings on why cloning failed.

    false