crossnote
Preparing search index...
ReferenceMap
Class ReferenceMap
Index
Constructors
constructor
Properties
map
Methods
add
Reference
delete
References
get
References
get
Referred
By
Notes
Count
has
Relation
note
Has
References
Constructors
constructor
new
ReferenceMap
()
:
ReferenceMap
Returns
ReferenceMap
Properties
map
map
:
{
[
key
:
string
]:
{
[
key
:
string
]:
Reference
[]
}
}
Methods
add
Reference
addReference
(
noteFilePath
:
string
,
referredByNoteFilePath
:
string
,
reference
?:
Reference
,
)
:
void
Parameters
noteFilePath
:
string
referredByNoteFilePath
:
string
Optional
reference
:
Reference
Returns
void
delete
References
deleteReferences
(
noteFilePath
:
string
,
referredByNoteFilePath
:
string
)
:
void
Parameters
noteFilePath
:
string
referredByNoteFilePath
:
string
Returns
void
get
References
getReferences
(
noteFilePath
:
string
,
referredByNoteFilePath
:
string
)
:
Reference
[]
Parameters
noteFilePath
:
string
referredByNoteFilePath
:
string
Returns
Reference
[]
get
Referred
By
Notes
Count
getReferredByNotesCount
(
noteFilePath
:
string
)
:
number
Parameters
noteFilePath
:
string
Returns
number
has
Relation
hasRelation
(
filePath1
:
string
,
filePath2
:
string
)
:
boolean
Parameters
filePath1
:
string
filePath2
:
string
Returns
boolean
note
Has
References
noteHasReferences
(
filePath
:
string
)
:
boolean
Parameters
filePath
:
string
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
map
Methods
add
Reference
delete
References
get
References
get
Referred
By
Notes
Count
has
Relation
note
Has
References
crossnote
Loading...