Skip to content
M2O Scripting APIScripting reference
Data shapeClient APIGenerated

BrowserNavigateEvent

Defined in: client/api.d.ts:2330

A web view was asked to navigate.

blocked: boolean

Defined in: client/api.d.ts:2349

Whether the request was refused.


isMainFrame: boolean

Defined in: client/api.d.ts:2344

False for sub-frame navigation.


url: string

Defined in: client/api.d.ts:2339

Requested URL.


viewId: number

Defined in: client/api.d.ts:2334

Identifier of the view the event belongs to.