Interface CS2InspectConfig

Library configuration options

interface CS2InspectConfig {
    validateInput?: boolean;
    maxUrlLength?: number;
    maxCustomNameLength?: number;
    enableLogging?: boolean;
    steamClient?: SteamClientConfig;
}

Properties

validateInput?: boolean

Enable input validation (default: true)

maxUrlLength?: number

Maximum allowed URL length (default: 2048)

maxCustomNameLength?: number

Maximum allowed custom name length (default: 100)

enableLogging?: boolean

Enable debug logging (default: false)

steamClient?: SteamClientConfig

Steam client configuration for unmasked URL support