jstodotxt
Preparing search index...
ListFilter
Interface ListFilter
interface
ListFilter
{
body
?:
string
|
RegExp
;
complete
?:
boolean
;
completed
?:
DateRange
|
null
;
contextsAnd
?:
string
[]
;
contextsNot
?:
string
[]
;
contextsOr
?:
string
[]
;
created
?:
DateRange
|
null
;
extensions
?:
string
[]
|
ExtensionFilterFunction
;
priority
?:
Priority
;
projectsAnd
?:
string
[]
;
projectsNot
?:
string
[]
;
projectsOr
?:
string
[]
;
}
Index
Properties
body?
complete?
completed?
contexts
And?
contexts
Not?
contexts
Or?
created?
extensions?
priority?
projects
And?
projects
Not?
projects
Or?
Properties
Optional
body
body
?:
string
|
RegExp
Optional
complete
complete
?:
boolean
Optional
completed
completed
?:
DateRange
|
null
Optional
contexts
And
contextsAnd
?:
string
[]
Optional
contexts
Not
contextsNot
?:
string
[]
Optional
contexts
Or
contextsOr
?:
string
[]
Optional
created
created
?:
DateRange
|
null
Optional
extensions
extensions
?:
string
[]
|
ExtensionFilterFunction
Optional
priority
priority
?:
Priority
Optional
projects
And
projectsAnd
?:
string
[]
Optional
projects
Not
projectsNot
?:
string
[]
Optional
projects
Or
projectsOr
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
complete
completed
contexts
And
contexts
Not
contexts
Or
created
extensions
priority
projects
And
projects
Not
projects
Or
jstodotxt
Loading...