Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IListItemCollection

IListItemCollection

Hierarchy

Index

Properties

Optional done

done: (resolve: (value?: Array<ListItem>) => void) => void

Type declaration

    • (resolve: (value?: Array<ListItem>) => void): void
    • Parameters

      • resolve: (value?: Array<ListItem>) => void
          • Parameters

            Returns void

      Returns void

existsFl

existsFl: boolean

True, if the object exists, false otherwise.

nextFl

nextFl: boolean

True, if more items exist.

response

response: string

The response

results

results: Array<ListItem>

Results

Methods

add

  • add(parameters?: any): IBaseExecution<ListItem>

getById

getByStringId

next

stringify

  • stringify(): string

Generated using TypeDoc