Helpful
    Preparing search index...

    Interface IZFilterMetadata

    The root filter that contains metadata information about the filter.

    The main purpose of this is to ensure that filters get the type information to correctly identify how to handle them.

    interface IZFilterMetadata {
        __type__: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    __type__: string

    Metadata type information about this filter.