@omnia/fx-models 8.0.358-dev → 8.0.360-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 -1
- package/package.json +1 -1
package/Layout.d.ts
CHANGED
@@ -405,7 +405,7 @@ export declare enum JsonNullValueHandling {
|
|
405
405
|
ignore = 1
|
406
406
|
}
|
407
407
|
export interface BlockSettingsReaderOptions<T> {
|
408
|
-
editElementManifestId
|
408
|
+
editElementManifestId?: guid;
|
409
409
|
defaultValue?: T;
|
410
410
|
missingPropertyHandler?: (missingPropertyName: string, parent: object, defaultValue: object) => object;
|
411
411
|
serializationOptions?: JsonSerializationOptions;
|