interface GetHTMLOptions {
    serializableShadowRoots?: boolean;
    shadowRoots?: ShadowRoot[];
}
Index

Properties

serializableShadowRoots?: boolean
shadowRoots?: ShadowRoot[]