onReorderTab

fun onReorderTab(    connectFlags: <Error class: unknown class> = ConnectFlags(0u),     handler: (direction: DirectionType, moveToLast: Boolean) -> Boolean): <Error class: unknown class>(source)

Emitted when the tab should be reordered.

The default bindings for this signal are Alt+Home, Alt+End, Alt+PgUp, Alt+PgDn, Alt+, Alt+, Alt+ and Alt+.

Parameters

connectFlags

a combination of ConnectFlags

handler

the Callback to connect. Params: direction the direction to move the tab; moveToLast whether to move to the last position. Returns whether the tab was moved.