@omnia/fx-models 8.0.480-dev → 8.0.482-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Layout.d.ts +1 -0
- package/package.json +1 -1
package/Layout.d.ts
CHANGED
@@ -266,6 +266,7 @@ export interface HeaderItemSettings {
|
|
266
266
|
titleSettings: BlockTitleSettings;
|
267
267
|
anchorName?: string;
|
268
268
|
scrollIntoViewDisabled: boolean;
|
269
|
+
blockTitle?: MultilingualString;
|
269
270
|
/**This section replaces the old title settings */
|
270
271
|
titleRenderer?: HeaderSettings;
|
271
272
|
}
|