Optional metadata
metadata: { browser: {}; hardware: { display: {} }; platform: {} }
Type declaration
-
browser: {}
-
[key: string]: string | number | null
-
hardware: { display: {} }
-
[key: string]: any
-
display: {}
-
[key: string]: string | number | null
-
platform: {}
-
[key: string]: string | number | null