@microsoft/sp-webpart-base
Version:
SharePoint Framework support for building web parts
20 lines • 574 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PROPERTY_PANE_TOGGLED = exports.CONTENT_PANEL_TOGGLED = exports.CONTENT_PANEL_WILL_OPEN = exports.PROPERTY_PANE_WILL_OPEN = void 0;
/**
* @internal
*/
exports.PROPERTY_PANE_WILL_OPEN = 'Property pane will open';
/**
* @internal
*/
exports.CONTENT_PANEL_WILL_OPEN = 'Content panel will open';
/**
* @internal
*/
exports.CONTENT_PANEL_TOGGLED = 'Content panel toggled';
/**
* @internal
*/
exports.PROPERTY_PANE_TOGGLED = 'Property pane toggled';
//# sourceMappingURL=constants.js.map