Script API - v1.26.0.25
    Preparing search index...

    Interface ItemFilterBeta

    Advertisement

    Contains options for filtering items.

    interface ItemFilter {
        includeTypes?: (string | ItemType)[];
    }
    Index

    Properties

    Properties

    includeTypes?: (string | ItemType)[]

    If defined, items that match these types are included.

    Advertisement