Binary Raw - Docs
Preparing search index...
utils/recents
UpdatableFields
Type Alias UpdatableFields
Fields that can be updated in a recent file entry.
type
UpdatableFields
=
{
format
?:
RecentFileEntry
[
"format"
]
;
lastOpened
?:
string
;
pinned
?:
boolean
;
size
?:
RecentFileEntry
[
"size"
]
;
tags
?:
RecentFileEntry
[
"tags"
]
;
}
Index
Properties
format?
last
Opened?
pinned?
size?
tags?
Properties
Optional
Readonly
format
format
?:
RecentFileEntry
[
"format"
]
Optional
Readonly
last
Opened
lastOpened
?:
string
Optional
Readonly
pinned
pinned
?:
boolean
Optional
Readonly
size
size
?:
RecentFileEntry
[
"size"
]
Optional
Readonly
tags
tags
?:
RecentFileEntry
[
"tags"
]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
format
last
Opened
pinned
size
tags
Binary Raw - Docs
Loading...
Fields that can be updated in a recent file entry.