Interface ItemTypeTarget

Require a specific type of items

interface ItemTypeTarget {
    glType?: ItemType;
}

Properties

Properties

glType?: ItemType

Type of item to match