unlink

Prev Next

Description

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


Input Parameters

Name Type Required Description
source Text Yes Comma-seperated list of app object token(s) or name(s) that influence target group when selected
target Text Yes Comma-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]");
JavaScript

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]