Options
All
  • Public
  • Public/Protected
  • All
Menu

Type to define the options to pass to every IMdmRestHandler to process a resource. These are the default options for every request, such as particular HTTP headers to use.

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

const options: IMdmDefaultHttpRequestOptions = {
 headers: {
     'content-type': 'application/json'
  }
};
see

MdmResourcesConfiguration

Hierarchy

  • IMdmDefaultHttpRequestOptions

Indexable

[key: string]: any

Type to define the options to pass to every IMdmRestHandler to process a resource. These are the default options for every request, such as particular HTTP headers to use.

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

const options: IMdmDefaultHttpRequestOptions = {
 headers: {
     'content-type': 'application/json'
  }
};

Generated using TypeDoc