UXP Toolkit
    Preparing search index...

    Represents a single count item in the document.

    // Access count items
    const doc = app.activeDocument;
    doc.countItems.forEach(item => {
    console.log(`Count item at position ${item.position.x}, ${item.position.y}`);
    });
    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    groupIndex: number

    The index of the Group the CountItem belongs to.

    itemIndex: number

    The itemIndex of the CountItem as received from the descriptor.

    Accessors

    Methods