@ujjwalvivek/tinyts
    Preparing search index...

    Interface QueryConfig

    Query descriptor for Registry.view() with inclusion/exclusion filters.

    interface QueryConfig {
        with: (new (...args: any[]) => any)[];
        without?: (new (...args: any[]) => any)[];
    }
    Index

    Properties

    Properties

    with: (new (...args: any[]) => any)[]

    Component classes the entity must have.

    without?: (new (...args: any[]) => any)[]

    Component classes the entity must not have.