pageDecorationDenyList property

Map<String, String> pageDecorationDenyList
final

Deny List in the format of

"Yourfeature:Decoration"

When a Page Decoration hits a Route in the Deny List, it will be excluded.

Typical use case is to omit a decoration from a screen. For example if you had a page decoration you wanted globally except on particular screens. E.g. the Log Page doesn't show the Log Border.

Implementation

final Map<String, String> pageDecorationDenyList;