Options
All
  • Public
  • Public/Protected
  • All
Menu

Type to define the options to pass to an IMdmRestHandler to process a resource.

This type uses an index signature to provide any property and value to this object, for example:

const options: IMdmRestHandlerOptions = {
 method: 'POST',
 body: {
     id: 42,
     name: 'Test'
 }
};
see

IMdmRestHandler

Hierarchy

  • IMdmRestHandlerOptions

Indexable

[key: string]: any

Type to define the options to pass to an IMdmRestHandler to process a resource.

This type uses an index signature to provide any property and value to this object, for example:

const options: IMdmRestHandlerOptions = {
 method: 'POST',
 body: {
     id: 42,
     name: 'Test'
 }
};

Generated using TypeDoc