Global

Methods


xAddress_renderer(frag, data)

xAddress renderer.

Parameters:
Name Type Description
frag DocumentFragment

the template content with which to render

data sdo.PostalAddress

http://schema.org/PostalAddress

Properties
Name Type Argument Description
streetAddress string <optional>

http://schema.org/streetAddress

addressLocality string <optional>

http://schema.org/addressLocality

addressRegion string <optional>

http://schema.org/addressRegion

postalCode string <optional>

http://schema.org/postalCode

addressCountry string <optional>

http://schema.org/addressCountry

$regionName boolean | string <optional>

should the region code programmatically expanded to its full name (e.g., expand "VA" to "Virginia")? or enter a string to name the region manually


xDirectory_renderer(frag, data)

xDirectory renderer.

Parameters:
Name Type Description
frag DocumentFragment

the template content with which to render

data sdo.WebPage

http://schema.org/WebPage

Properties
Name Type Argument Default Description
hasPart sdo.WebPage | Array.<sdo.WebPage>

http://schema.org/hasPart

$depth integer <optional>
Infinity

number of nested directory levels


xPermalink renderer.

Parameters:
Name Type Description
frag DocumentFragment

the template content with which to render

data Object

the job data to display

Properties
Name Type Argument Description
id string

the fragment identifier to link to

label string <optional>

human-readable text for [aria-label]

text string <optional>

the textContent of the link


xPersonFullname_renderer(frag, data)

xPersonFullname renderer.

Parameters:
Name Type Description
frag DocumentFragment

the template content with which to render

data sdo.Person

http://schema.org/Person

Properties
Name Type Argument Description
givenName string

http://schema.org/givenName

familyName string

http://schema.org/familyName

additionalName string <optional>

http://schema.org/additionalName

honorificPrefix string <optional>

http://schema.org/honorificPrefix

honorificSuffix string <optional>

http://schema.org/honorificSuffix