@microsoft/sp-webpart-base
Version:
SharePoint Framework support for building web parts
10 lines • 474 B
JavaScript
;
// Copyright (c) Microsoft. All rights reserved.
/**
*
* When a web part is serialized, some pieces of the serialized data is controlled by the web part code and
* some other pieces are controlled by the framework. This file contains the interface that represents the part of
* the serialized data that is controlled by the web part code.
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ISerializedWebPartData.js.map