Skip to content

Ngx meta.opengraph.type

Home > @davidlj95/ngx-meta > OpenGraph > type

OpenGraph.type property

Basic metadata.

The type of your object, e.g., "video.movie". Depending on the type you specify, other properties may also be required.

See OpenGraphType for a list of consts you can use to specify the type, so you don't have to write them yourself.

Signature:

readonly type?: OpenGraphType | null;

Remarks

Provider:

provideOpenGraphType()

See also: