@vonage/client-sdk - v2.7.0
    Preparing search index...

    Interface LegsPage

    Represents a page of legs

    interface LegsPage {
        legs: LegJS[];
        get nextCursor(): Nullable<string>;
        get previousCursor(): Nullable<string>;
    }
    Index
    legs: LegJS[]

    The legs in the page

    • get nextCursor(): Nullable<string>

      Returns Nullable<string>

    • get previousCursor(): Nullable<string>

      Returns Nullable<string>