Skip to main content
Skip table of contents

PageProperties

Methods

Name

Type

Description

$page.properties.forId(macroId)

PageProperties

The properties contained in the macro with the given macro ID.

  • Parameter: macroId

  • Type: String

  • Description: The ID of the macro from which to retrieve the properties.

$page.properties.get(key)

HtmlFragment

The property value for the given property key. You can also use subscript notation if the property key is a single word without special characters, e.g. $properties.MyKey if the property key is MyKey.

  • Parameter: key

  • Type: String

  • Description: The property key.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.