[Go to site: main page, start]

Interface TextReplacementOptions

interface TextReplacementOptions {
    replaceParent?: boolean;
}
Index

Properties

Properties

replaceParent?: boolean

Hoist the replacement element out of its containing element if it would be the only child of that element.