Documentation
    Preparing search index...

    Type Alias ReferenceCounterEvents

    type ReferenceCounterEvents = {
        "count-changed": { newCount: number; oldCount: number };
    }
    Index

    Properties

    Properties

    "count-changed": { newCount: number; oldCount: number }