unlink
  • 30 Oct 2020
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

unlink

  • Dark
    Light
  • PDF

Article Summary

Description

Unlinks two groups of app objects from each other that have an existing relationship via app.link.


Input Parameters

NameTypeRequiredDescription
sourceTextYesComma-seperated list of app object token(s) or name(s) that influence target group when selected
targetTextYesComma-seperated list of app object token(s) or name(s) that are influenced by source group

Returns

No return value.


Examples

// unlink [10] from [1], [4], and [7]
app.unlink("[10]", "[1], [4], [7]");

Remarks

Token Syntax

This function uses the native app object token syntax, which refers to the ID of an object within your app that is enclosed in square brackets.

Example: [10]


What's Next