MCPcopy Create free account
hub / github.com/ceifa/steamworks.js / WorkshopItemQueryConfig

Interface WorkshopItemQueryConfig

client.d.ts:446–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444 wasCached: boolean
445 }
446 export interface WorkshopItemQueryConfig {
447 cachedResponseMaxAge?: number
448 includeMetadata?: boolean
449 includeLongDescription?: boolean
450 includeAdditionalPreviews?: boolean
451 onlyIds?: boolean
452 onlyTotal?: boolean
453 language?: string
454 matchAnyTag?: boolean
455 requiredTags?: Array<string>
456 excludedTags?: Array<string>
457 searchText?: string
458 rankedByTrendDays?: number
459 }
460 export interface AppIDs {
461 creator?: number
462 consumer?: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…