setPageExtraProperties method

void setPageExtraProperties(
  1. HashMap<String, String> extraProperties
)

Sets page-specific properties that will be passed to all units on this page.

Implementation

void setPageExtraProperties(HashMap<String, String> extraProperties) {
  TBLProperties.mergeValidExtraProperties(
      _unrecognizedPageExtraProperties, extraProperties);
}