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

    Interface MaskDetails

    interface MaskDetails {
        clip?: boolean;
        enabled?: boolean;
        input?: StorageDetails;
        linked?: boolean;
        offset?: Offset;
    }
    Index

    Properties

    clip?: boolean

    Indicates if this is a clipped layer

    enabled?: boolean

    Indicates a mask is enabled on that layer or not

    linked?: boolean

    Indicates a mask is linked to the layer or not

    offset?: Offset