Skip to content

Metadata

Provides access to the metadata of certain objects such as Navigation, Content, Theme, Profile, and others.

Attributes:

  • get(key)

    Gets the metadata for the metadata key

    Example:

    ${wp.themeList.current.metadata['com.ibm.portal.Hidden']}
    

    Returns: String value of the metadata; it can be null if not found.