Operator Type:
Operator Scope of Action:
Operator Purpose:
Data Type Returned:
Operator First Added:
Operator in Current Baseline:
Operator Last Altered:
Operator Uses Scoped Arguments:
Operator Has Optional Arguments:
Function [other Function type actions]
Group [operators of similar scope]
Linking [other Linking operators]
success boolean
v6.4.0
Baseline
10.0.0
unlinkToOriginal(scope[, linkTypeStr])
This function works exactly as the same as unlinkTo(), except for one important important difference that the link deleted is always between two originals even if either/both the evaluated source or destination are an alias. unlinkToOriginal() does not delete prototype links.
For more detail of use, see unlinkTo().
Unlinking to an original note "Some note" (and not an alias of it):
all link types: unlinkToOriginal("Some note");
only link type 'agree': unlinkToOriginal("Some note","agree");
either of 2 link types: unlinkToOriginal("Some note", "agree|disagree");
See also linkFromOriginal(), linkToOriginal(), unlinkFromOriginal().
See also—notes linking to here: