@moxijs/ui - v0.3.5
    Preparing search index...

    Interface DirtyInfo

    Information about a dirty node

    interface DirtyInfo {
        node: LayoutNode;
        reason: DirtyReason;
        timestamp: number;
    }
    Index

    Properties

    Properties

    reason: DirtyReason
    timestamp: number