Search


Search something to see results

DebugInfo

Debug Information about Dynamic Blocks.

interface DebugInfo {
    block: DynamicBlockElement;
    local: string[];
    reason: string;
    remote: string[];
}

Index

Properties

Properties

The Dynamic Block containing the changes.

local: string[]

Changed elements in the local document.

reason: string

The reason why the change detection was triggered.

remote: string[]

Changed elements in the remote document.