CreatePageOptions 类型
🌐 CreatePageOptions type
语法
🌐 Signature
export type CreatePageOptions = (
| {
type?: 'tab';
}
| {
type: 'window';
windowBounds?: WindowBounds;
}
) & {
background?: boolean;
};
参考资料: WindowBounds
🌐 CreatePageOptions type
🌐 Signature
export type CreatePageOptions = (
| {
type?: 'tab';
}
| {
type: 'window';
windowBounds?: WindowBounds;
}
) & {
background?: boolean;
};
参考资料: WindowBounds