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

    Interface SmartObjectLayer

    interface SmartObjectLayer {
        add?: LayerPosition;
        bounds?: Bounds;
        id?: number;
        input: StorageDetails;
        locked?: boolean;
        name?: string;
        visible?: boolean;
    }
    Index

    Properties

    bounds?: Bounds
    id?: number

    the layer id

    locked?: boolean

    is the layer locked

    name?: string
    visible?: boolean

    is the layer visible