@musallam/photoshop-client
    Preparing search index...

    Interface LayerMaskDetails

    An object describing the input mask replaced or added to the layer.

    interface LayerMaskDetails {
        clip?: boolean;
        enabled?: boolean;
        linked?: boolean;
        offset?: Offset;
    }
    Index

    Properties

    clip?: boolean

    Indicates if this is a clipped layer.

    enabled?: boolean

    Indicates whether a mask is enabled on that layer.

    linked?: boolean

    Indicates whether a mask is linked to the layer.

    offset?: Offset