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

    Interface LayerReference

    A layer reference object.

    interface LayerReference {
        id?: number;
        name?: string;
    }
    Index

    Properties

    Properties

    id?: number

    The id of the layer. Use either id OR name.

    name?: string

    The name of the layer. Use either id OR name.