Update comments.
This commit is contained in:
Родитель
0ed5520e08
Коммит
f3c2e5dd78
|
@ -41,7 +41,13 @@ interface ViewerProps {
|
|||
filterState?: IFilterState
|
||||
|
||||
/**
|
||||
* The state applied when the user resets.
|
||||
* The state applied when the user resets. If omitted, the default is:
|
||||
* ```javascript
|
||||
* {
|
||||
* Baseline: { value: ['new', 'unchanged', 'updated'] },
|
||||
* Suppression: { value: ['unsuppressed'] },
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
defaultFilterState?: IFilterState
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче