PlutoInsertTabItemEvent class

Add a new tab.

layoutId is the area where the tab will be added. If no value is specified, it is added to the currently focused area.

itemResolver is a callback method for adding a tab.

Inheritance

Constructors

PlutoInsertTabItemEvent({PlutoLayoutId? layoutId, required PlutoLayoutActionInsertTabItemResolver itemResolver})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
itemResolver PlutoLayoutActionInsertTabItemResolver
final
layoutId PlutoLayoutId?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited