Class
CustomMetadata
A directive that accepts an arbitrary key/value pair and emits it into the metadata of the page
final class CustomMetadata
Discussion
It accepts following parameters:
key- a key to identify a piece of metadata value- the value for the metadata
This directive is only valid within a Metadata directive:
@Metadata {
@CustomMetadata(key: "country", value: "Belgium")
}
Topics
Instance Properties
Type Properties