UXP Toolkit
    Preparing search index...

    The selection behavior when a selection already exists. Used in PathItem.makeSelection(), Selection.saveTo() and Selection.load()

    23.3

    Index

    Enumeration Members

    Enumeration Members

    DIMINISH: "subtractFrom"

    Remove the selection from the already selected area

    EXTEND: "addTo"

    Add the selection to an already selected area

    INTERSECT: "intersectWith"

    Make the selection only the area where the new selection intersectes the already selected area

    REPLACE: "set"

    Replace the selected area