Documentation Index

Fetch the complete documentation index at: https://docs.doc-know.com/llms.txt

Use this file to discover all available pages before exploring further.

unlink

Prev Next

app.unlink

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-separated list of app object token(s) or name(s) that influence target group when selected
target Text Yes Comma-separated 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]