interface TextReplacementOptions {
    replaceParent?: boolean;
}

Properties

Properties

replaceParent?: boolean

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