Skip to main content
Version: 24.34.0

CreatePageOptions 类型

¥CreatePageOptions type

签名

¥Signature

export type CreatePageOptions =
| {
type: 'tab';
}
| {
type: 'window';
windowBounds?: WindowBounds;
};

参考:WindowBounds

¥References: WindowBounds