Skip to content

Ngx meta.makekeyvalmetadefinitionoptions

Home > @davidlj95/ngx-meta > MakeKeyValMetaDefinitionOptions

MakeKeyValMetaDefinitionOptions interface

Warning: This API is now obsolete.

Use NgxMetaElementsService APIs instead. See custom metadata guide for more info

Options argument object for makeKeyValMetaDefinition()

Signature:

export interface MakeKeyValMetaDefinitionOptions 

Properties

Property Modifiers Type Description
extras? MetaDefinition

(Optional) Extra contents for the meta definition

Default value is undefined

keyAttr? string

(Optional) Name of the <meta> attribute that will hold the key

Default value is name

valAttr? string

(Optional) Name of the <meta> attribute that will hold the value

Default value is content