MCPcopy Create free account
hub / github.com/microsoft/SandDance / DialogContentBase1

Function DialogContentBase1

docs/app/js/sanddance-app.js:43862–43869  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

43860var DialogContentBase = /** @class */ function(_super) {
43861 (0, _tslib.__extends)(DialogContentBase1, _super);
43862 function DialogContentBase1(props) {
43863 var _this = _super.call(this, props) || this;
43864 (0, _utilities.initializeComponentRef)(_this);
43865 (0, _utilities.warnDeprecations)(COMPONENT_NAME, props, {
43866 titleId: "titleProps.id"
43867 });
43868 return _this;
43869 }
43870 DialogContentBase1.prototype.render = function() {
43871 var _a = this.props, showCloseButton = _a.showCloseButton, className = _a.className, closeButtonAriaLabel = _a.closeButtonAriaLabel, onDismiss = _a.onDismiss, subTextId = _a.subTextId, subText = _a.subText, _b = _a.titleProps, titleProps = _b === void 0 ? {} : _b, // eslint-disable-next-line deprecation/deprecation
43872 titleId = _a.titleId, title = _a.title, type = _a.type, styles = _a.styles, theme = _a.theme, draggableHeaderClassName = _a.draggableHeaderClassName;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected