Ngx meta.twittercard
Home > @davidlj95/ngx-meta > TwitterCard
TwitterCard interface
Twitter Cards module metadata values that can be set
Signature:
export interface TwitterCard
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| card? | readonly |
TwitterCardType | null | (Optional) The card type Used with all cards Check out TwitterCardType type for a list of constants you can use to specify the card's type |
| creator? | readonly |
TwitterCardCreator | (Optional) Username or ID of the content creator |
| description? | readonly |
string | null | (Optional) Description of content (maximum 200 characters) Can be set with GlobalMetadata.description Used with |
| image? | readonly |
TwitterCardImage | null | (Optional) Image for the card Can be set with GlobalMetadata.image |
| site? | readonly |
TwitterCardSite | (Optional) Username or ID of the author of the website Used with |
| title? | readonly |
string | null | (Optional) Title of content (max 70 characters) Used with Can be set with GlobalMetadata.title |