Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFieldLinkCollection

IFieldLinkCollection

Hierarchy

Index

Properties

Optional done

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

Type declaration

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

      • resolve: (value?: Array<FieldLink>) => 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<FieldLink>

Results

Methods

add

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

getById

next

reorder

  • reorder(internalNames?: Array<string>): IBaseExecution<any>
  • Parameters

    • Optional internalNames: Array<string>

    Returns IBaseExecution<any>

stringify

  • stringify(): string

Generated using TypeDoc