Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TabRecoveryProvider<T>

Extend to enable recovery for your custom tab. This works in conjunction with [[getRecoveryToken()]]

Tabby will try to find any TabRecoveryProvider that is able to process the recovery token previously returned by getRecoveryToken.

Recommended token format:

{
type: 'my-tab-type',
foo: 'bar',
}

Type parameters

Hierarchy

  • TabRecoveryProvider

Index

Constructors

constructor

Methods

Abstract applicableTo

duplicate

Abstract recover

Generated using TypeDoc