Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PageMeta

Index

Constructors

constructor

  • new PageMeta(staticMeta: MetaInfo, eventEmitter: EventEmitter): PageMeta

Properties

Protected _metaInfo

_metaInfo: MetaInfo

Internal representation of the meta info

Protected _staticMeta

_staticMeta: MetaInfo

Holds the static meta definition

Protected _vueMetaPlugin

_vueMetaPlugin: VueMetaPlugin

The instance of the vue meta plugin

Accessors

metaInfo

  • get metaInfo(): MetaInfo

vueMeta

  • get vueMeta(): VueMetaPlugin

Methods

Private __setMetaPlugin

  • __setMetaPlugin(plugin: VueMetaPlugin): void

Protected afterNavigation

  • afterNavigation(e: EventEmitterEvent): void

setCanonical

setRaw

Protected setRawWithoutRefresh

  • setRawWithoutRefresh(metaInfo: MetaInfo): void
  • Internal helper to update the meta information without executing the refresh method on the plugin.

    Parameters

    • metaInfo: MetaInfo

    Returns void

setTitle

Generated using TypeDoc