adobe-firefly-sdk
    Preparing search index...

    Type Alias MaskDetails

    MaskDetails

    type 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