Search


Search something to see results

RenderedBlock

For cases where DynamicBlock elements are rendered dynamically in the page before the dynamic fetcher is executed.

interface RenderedBlock {
    appendTo?: string;
    insertBefore?: string;
    removeIfMissing?: boolean;
    replaces?: string;
    selector: string;
}

Index

Properties

Properties

appendTo?: string
insertBefore?: string
removeIfMissing?: boolean
replaces?: string
selector: string