interface IConfigurableState {
    isDisclaimed?: boolean;
    query?: string;
}

Hierarchy (View Summary)

Properties

isDisclaimed?: boolean

Whether the warning is disclaimed or not.

query?: string

The plugin list search query.