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

    Interface TextOptionsLayer

    interface TextOptionsLayer {
        bounds?: Bounds;
        id?: number;
        locked?: boolean;
        name?: string;
        text?: TextDetails;
        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.

    visible?: boolean

    Is the layer visible.