Property¶
The Property object represents data used to turn your web page into graph objects. More information about it, you can find on website The Open Graph protocol.
classDiagram
direction LR
class Property{
string name
string value
}
Properties¶
Attribute name | Type | Description |
---|---|---|
name | string |
Property name. |
value | string |
Property value. |