Skip to main content
Version: Next

CreatePageOptions type

Signature

export type CreatePageOptions = (
| {
type?: 'tab';
}
| {
type: 'window';
windowBounds?: WindowBounds;
}
) & {
background?: boolean;
};

References: WindowBounds