SDK JS
    Preparing search index...

    The computed drape set.

    interface DrapeSet {
        anchorIndex: number;
        drapeIds: string[];
    }
    Index

    Properties

    anchorIndex: number

    Index (in the style's layer order) of the bottom-most registered receiver, or -1.

    drapeIds: string[]

    Ids of the drape-able layers above the anchor, in style order.