adobe-firefly-sdk
    Preparing search index...

    Type Alias LayerReference

    LayerReference

    A layer reference object.

    type 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.