wima
    Preparing search index...

    Interface AssetEvents<T>

    interface AssetEvents<T> {
        added: Constructor<AssetAdded<T>>;
        dropped: Constructor<AssetDropped<T>>;
        modified: Constructor<AssetModified<T>>;
    }

    Type Parameters

    • T
    Index

    Properties