Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.13 KB

kui_shell_core.Events.NewTabRequestEvent.md

File metadata and controls

34 lines (18 loc) · 1.13 KB

Kui API Documentation - v11.0.0 / @kui-shell/core / Events / NewTabRequestEvent

Interface: NewTabRequestEvent

@kui-shell/core.Events.NewTabRequestEvent

Table of contents

Properties

Properties

background

Optional background: boolean

Optionally specify to create the new tab without switching to it

Defined in

packages/core/src/core/events.ts:61


tabs

tabs: { cmdline?: string ; exec?: "pexec" | "qexec" ; onClose?: string ; statusStripeDecoration?: StatusStripeChangeEvent ; title?: string }[]

Defined in

packages/core/src/core/events.ts:63