MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / render

Method render

core/src/components/app/app.tsx:96–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 }
95
96 render() {
97 const mode = getIonMode(this);
98 return (
99 <Host
100 class={{
101 [mode]: true,
102 'ion-page': true,
103 'force-statusbar-padding': config.getBoolean('_forceStatusbarPadding'),
104 }}
105 ></Host>
106 );
107 }
108}
109
110const needInputShims = () => {

Callers

nothing calls this directly

Calls 2

getIonModeFunction · 0.90
getBooleanMethod · 0.45

Tested by

no test coverage detected