interface RegisterTabActionCreatorPayload {
    expression: string;
    id: string;
}

Properties

Properties

expression: string

The tab filter expression.

id: string

A unique identifier for the tab (e.g., "abc").