adobe-firefly-sdk
    Preparing search index...

    Type Alias TextOptionsLayer

    TextOptionsLayer

    type TextOptionsLayer = {
        bounds?: Bounds;
        id?: number;
        locked?: boolean;
        name?: string;
        text?: TextDetails & unknown;
        visible?: boolean;
    }
    Index

    Properties

    bounds?: Bounds
    id?: number

    The ID of the layer you want to insert. Use either ID or name.

    locked?: boolean

    Is the layer editable.

    name?: string

    The name of the layer you want to insert. Use either ID or name.

    text?: TextDetails & unknown
    visible?: boolean

    Is the layer visible.