@vcmap/core
    Preparing search index...

    Interface ReplacedEvent<T>

    interface ReplacedEvent<T> {
        new: T;
        old: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    new: T
    old: T