Vertex Viewer SDK
    Preparing search index...

    Interface ListByItemOptions

    interface ListByItemOptions {
        cursor?: string;
        hasAnnotations?: boolean;
        size?: number;
    }
    Index
    cursor?: string
    hasAnnotations?: boolean
    size?: number