Microdata v0.2.4 Microdata.Property View Source
Microdata.Property structs are key/value mappings for data parsed from Microdata.Itemsā source.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Microdata.Property{
html: String.t(),
names: MapSet.t(String.t()),
value: String.t() | Microdata.Item.t()
}