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

    Interface ChildrenLayerDetails

    interface ChildrenLayerDetails {
        adjustments?: AdjustmentDetails;
        blendOptions?: BlendDetails;
        bounds?: Bounds;
        fill?: FillDetails;
        id?: number;
        index?: number;
        locked?: boolean;
        mask?: LayerMaskDetails;
        name?: string;
        smartObject?: SmartObjectDetails;
        text?: TextLayerDetails;
        thumbnail?: string;
        type?: PhotoshopClient.LayerType;
        visible?: boolean;
    }
    Index

    Properties

    adjustments?: AdjustmentDetails
    blendOptions?: BlendDetails
    bounds?: Bounds
    id?: number

    The layer ID. An ID of -1 is valid and indicates a PSD that only contains a background image and no layers.

    index?: number

    The layer index.

    locked?: boolean

    Whether the layer is locked

    name?: string

    The layer name.

    smartObject?: SmartObjectDetails
    thumbnail?: string

    If thumbnails were requested, a pre-signed GET URL to the thumbnail

    visible?: boolean

    Whether the layer is visible