On this page

Interface GetHTMLOptions

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

Properties

serializableShadowRoots?: boolean
shadowRoots?: ShadowRoot[]
Was this helpful?
SDK JS
Reference
GetHTMLOptions