24 lines
908 B
Markdown
24 lines
908 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Database](./puppeteer.protocol.database.md) > [Database](./puppeteer.protocol.database.database.md)
|
||
|
|
||
|
## Protocol.Database.Database interface
|
||
|
|
||
|
Database object.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface Database
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [domain](./puppeteer.protocol.database.database.domain.md) | string | Database domain. |
|
||
|
| [id](./puppeteer.protocol.database.database.id.md) | [DatabaseId](./puppeteer.protocol.database.databaseid.md) | Database ID. |
|
||
|
| [name](./puppeteer.protocol.database.database.name.md) | string | Database name. |
|
||
|
| [version](./puppeteer.protocol.database.database.version.md) | string | Database version. |
|
||
|
|