Member Junction
    Preparing search index...

    Base shape for every Recycle Bin event.

    interface RecycleBinEventArgs {
        bin: unknown;
        entityName: string;
        timestamp: Date;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bin: unknown

    The Recycle Bin component instance that raised the event.

    entityName: string

    The entity the bin is operating on.

    timestamp: Date

    When the event was raised.