Member Junction
    Preparing search index...

    Compose multiple List or View sources into a delta via a set-op (union / intersection / difference). Preview-only mode (no Target) is the default; supplying a target list projects the result back into the target — which can trigger the drop-guard.

    Inputs serialization: Inputs is a JSON-stringified array of ListSource objects, each {kind: 'list'|'view'|'adhoc', ...}. The Target parameter follows the same shape (single object).

    await runAction({
    ActionName: 'Compose Lists',
    Params: [
    { Name: 'Op', Value: 'union' },
    { Name: 'Inputs', Value: JSON.stringify([
    { kind: 'view', viewId: 'v1' },
    { kind: 'view', viewId: 'v2' }
    ]) }
    ]
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods