Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface INavigationNodeCollection

INavigationNodeCollection

Hierarchy

Index

Properties

Optional done

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

Type declaration

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<NavigationNode>

Results

Methods

getById

getByIndex

moveAfter

  • moveAfter(nodeId?: number, previousNodeId?: number): IBaseExecution<any>
  • Parameters

    • Optional nodeId: number
    • Optional previousNodeId: number

    Returns IBaseExecution<any>

next

stringify

  • stringify(): string

Generated using TypeDoc