Options for creating a PageObject.

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

Indexable

  • [key: string]: any

Properties

Properties

type: number