Preparing search index...
The search index is not available
Yank Note Api - v3.76.2
Yank Note Api
renderer/types
Doc
Interface Doc
interface
Doc
{
absolutePath
?:
string
;
content
?:
string
;
contentHash
?:
string
;
name
:
string
;
passwordHash
?:
string
;
path
:
string
;
plain
?:
boolean
;
repo
:
string
;
stat
?:
FileStat
;
status
?:
|
"unsaved"
|
"saved"
|
"save-failed"
|
"loaded"
;
title
?:
string
;
type
:
"dir"
|
"file"
;
writeable
?:
boolean
;
}
Hierarchy (
view full
)
PathItem
Doc
Index
Properties
absolute
Path?
content?
content
Hash?
name
password
Hash?
path
plain?
repo
stat?
status?
title?
type
writeable?
Properties
Optional
absolute
Path
absolute
Path
?:
string
Optional
content
content
?:
string
Optional
content
Hash
content
Hash
?:
string
name
name
:
string
Optional
password
Hash
password
Hash
?:
string
path
path
:
string
Optional
plain
plain
?:
boolean
repo
repo
:
string
Optional
stat
stat
?:
FileStat
Optional
status
status
?:
|
"unsaved"
|
"saved"
|
"save-failed"
|
"loaded"
Optional
title
title
?:
string
type
type
:
"dir"
|
"file"
Optional
writeable
writeable
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
absolute
Path
content
content
Hash
name
password
Hash
path
plain
repo
stat
status
title
type
writeable
Yank Note Api - v3.76.2
Loading...