interface GetEntityIDsOptions {
    layerIDs?: string[];
    levelIDs?: string[];
    types?: string[];
}

Properties

layerIDs?: string[]
levelIDs?: string[]
types?: string[]