ModuleOptions (druxt-menu)
ModuleOptions : object
DruxtMenu Module options.
Kind: global typedef
See: MenuOptions
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| [endpoint] | string | "jsonapi" | The Drupal JSON:API endpoint. |
| [menu] | MenuOptions | The DruxtMenu options. |
Example
{
endpoint: 'jsonapi',
menu: {}
}