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

    Interface DocumentCreateLayer

    interface DocumentCreateLayer {
        adjustments?: AdjustmentDetails;
        blendOptions?: BlendDetails;
        bounds?: Bounds;
        children?: ChildrenLayerDetails[];
        fill?: FillDetails;
        input: StorageDetails;
        locked?: boolean;
        mask?: MaskDetails;
        name?: string;
        smartObject?: SmartObject;
        text?: TextLayerDetails;
        type: PhotoshopClient.LayerType;
        visible?: boolean;
    }
    Index

    Properties

    adjustments?: AdjustmentDetails
    blendOptions?: BlendDetails
    bounds?: Bounds
    locked?: boolean

    is the layer locked

    name?: string
    smartObject?: SmartObject
    visible?: boolean

    is the layer visible