@omnia/fx-models 7.9.67-preview → 7.9.69-preview
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 +2 -0
- package/package.json +1 -1
package/Layout.d.ts
CHANGED
|
@@ -137,6 +137,7 @@ export interface SectionSettings extends LayoutItemSettings {
|
|
|
137
137
|
themeDefinition: ThemeDefinition;
|
|
138
138
|
hidden?: boolean;
|
|
139
139
|
disableLazyLoad?: boolean;
|
|
140
|
+
titleFormatting?: GuidValue;
|
|
140
141
|
}
|
|
141
142
|
export interface ColumnedSectionSettings extends SectionSettings {
|
|
142
143
|
type: SectionTypes.Column;
|
|
@@ -239,6 +240,7 @@ export interface HeaderItemSettings {
|
|
|
239
240
|
titleSettings: BlockTitleSettings;
|
|
240
241
|
anchorName?: string;
|
|
241
242
|
scrollIntoViewDisabled: boolean;
|
|
243
|
+
titleFormatting?: GuidValue;
|
|
242
244
|
}
|
|
243
245
|
export interface SpacingItemSettings {
|
|
244
246
|
paddingRight: number;
|