nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
IssueFilters
Interface IssueFilters
Issue filter options.
interface
IssueFilters
{
labels
?:
readonly
string
[]
;
state
?:
"open"
|
"closed"
|
"all"
;
limit
?:
number
;
}
Index
Properties
labels?
state?
limit?
Properties
Optional
Readonly
labels
labels
?:
readonly
string
[]
Optional
Readonly
state
state
?:
"open"
|
"closed"
|
"all"
Optional
Readonly
limit
limit
?:
number
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
labels
state
limit
GitHub
npm
nexus-agents - v2.80.0
Loading...
Issue filter options.