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
unlinkFromOriginal(scope[, linkTypeStr])
This function works exactly as the same as unlinkFrom(), except for one important difference that the link deleted is always between two originals even if either/both the evaluated source or destination are an alias. unlinkFromOriginal() does not delete prototype links.
For more detail of use, see unlinkFrom().
Unlinking from an original note "Some note" (and not an alias of it):
all link types: unlinkFromOriginal("Some note");
only link type 'agree': unlinkFromOriginal("Some note","agree");
either of 2 link types: unlinkFromOriginal("Some note", "example|disagree");
See also linkFromOriginal(), linkToOriginal(), unlinkToOriginal().
See also—notes linking to here: