Ngx meta.opengraphprofile
Home > @davidlj95/ngx-meta > OpenGraphProfile
OpenGraphProfile interface
Open Graph profile metadata for this page
Signature:
export interface OpenGraphProfile
Remarks
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [firstName?](./ngx-meta.opengraphprofile.firstname.md) | `readonly` | string \| null | _(Optional)_ A name normally given to an individual by a parent or self-chosen. - [Property specs](https://ogp.me/#type_profile:~:text=profile%3Afirst_name%20%2D%20string) |
| [gender?](./ngx-meta.opengraphprofile.gender.md) | `readonly` | [OpenGraphProfileGender](./ngx-meta.opengraphprofilegender.md) \| string \| null | _(Optional)_ Their gender. Allowing a string here too, so you can specify another gender than the ones specified by standard (male, female) Check out [OpenGraphProfileGender](./ngx-meta.opengraphprofilegender.md) type for constants you can use to specify standard values for this field - [Property specs](https://ogp.me/#type_profile:~:text=profile%3Agender%20%2D%20enum) |
| [lastName?](./ngx-meta.opengraphprofile.lastname.md) | `readonly` | string \| null | _(Optional)_ A name inherited from a family or marriage and by which the individual is commonly known. - [Property specs](https://ogp.me/#type_profile:~:text=profile%3Alast_name%20%2D%20string) |
| [username?](./ngx-meta.opengraphprofile.username.md) | `readonly` | string \| null | _(Optional)_ A short unique string to identify them. - [Property specs](https://ogp.me/#type_profile:~:text=profile%3Ausername%20%2D%20string) |