Home > @datadog/browser-rum > CommonProperties > device
Device properties
Signature:
device?: {
readonly type: 'mobile' | 'desktop' | 'tablet' | 'tv' | 'gaming_console' | 'bot' | 'other';
readonly name?: string;
readonly model?: string;
readonly brand?: string;
readonly architecture?: string;
[k: string]: unknown;
};