Skip to content

Drupal Menu and Menu item Druxt components, with support for the JSON -API Menu Items module.

DruxtBlockSystemMenuBlock

View source on GitHub

DruxtBlockSystemMenuBlock

Menu block.

This component is intended to be rendered by the <DruxtBlock /> component.

  • Renders a Menu block component.

See: DruxtBlock
Example

<DruxtBlock
  uuid="d4efd803-94af-4742-bc94-ea4360085b74"
/>

.mixins

Vue.js Mixins.

Kind: static property of DruxtBlockSystemMenuBlock
See: DruxtBlocksBlockMixin


.computed

Vue.js Computed properties.

Kind: static property of DruxtBlockSystemMenuBlock


.name : string

The menu name.

Kind: static property of computed


.settings() : object

Block settings.

Kind: static method of computed


.props

Kind: static property of DruxtBlockSystemMenuBlock


.block : object

The Block JSON:API resource.

Kind: static property of props


.langcode : string

The JSON:API resource language code.

Kind: static property of props