Sign in
gerrit
/
gerrit
/
1dc4b127ba4d916494974fe06158029ee0204d3d
/
.
/
polygerrit-ui
/
app
/
elements
/
change
/
gr-file-list-constants.ts
blob: b498e6a964636fb8286c2fd9e491b996c8ab07c7 [
file
] [
log
] [
blame
]
/**
* @license
* Copyright 2017 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
export
enum
FilesExpandedState
{
ALL
=
'all'
,
NONE
=
'none'
,
SOME
=
'some'
,
}