创建 PageObject 的选项。

interface Options {
    type: number;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

type: number