Options for StyleManager.clone.

type Clone = {
    document: Document;
    force?: boolean;
    warn?: boolean;
}
Index

Properties

Properties

document: Document

Target browser document to clone into.


force?: boolean

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

false

warn?: boolean

When true, log warnings on why cloning failed.

false