StartChunkOptions
Playwright\Tracing\Options\StartChunkOptions
Constructor options
| Option | Type | Default |
|---|---|---|
| name | ?string | null |
| title | ?string | null |
Methods
__construct()
function __construct( public ?string $name = null, public ?string $title = null, )
toArray()
arrayfunction toArray(): array
from()
selffunction from(array|self $options = []): self