Type alias WithFilter

WithFilter: {
    exclude?: true;
    filter?: ReadonlyArray<string>;
}

Defines attributes for a help section with filter.

Type declaration

  • Optional Readonly exclude?: true

    True if the filter should exclude.

  • Optional Readonly filter?: ReadonlyArray<string>

    A list of options keys or group names to include or exclude.