postprocessing - v7.0.0-beta.16
    Preparing search index...

    Interface SetEvent<T>

    An event that contains information about a value that was added or deleted.

    interface SetEvent<T> {
        value: T;
    }

    Type Parameters

    • T

      The type of the value.

    Hierarchy

    Index

    Properties

    Properties

    value: T