The same entity as in Lens Scripting.

"Lens Scripting".Built-In.LayerSet.

interface LayerSet {
    contains(other: LayerSet): boolean;
    except(other: LayerSet): LayerSet;
    intersect(other: LayerSet): LayerSet;
    isEmpty(): boolean;
    toArray(): LayerId[];
    union(other: LayerSet): LayerSet;
}

Methods

  • Beta

    Parameters

    Returns boolean

  • Beta

    Returns boolean