MCPcopy Create free account
hub / github.com/chhoumann/quickadd / addButton

Method addButton

src/preflight/OnePageInputModal.test.ts:157–160  ·  view source on GitHub ↗
(cb: (component: ButtonComponent) => void)

Source from the content-addressed store, hash-verified

155 }
156
157 addButton(cb: (component: ButtonComponent) => void): this {
158 cb(new ButtonComponent(this.controlEl));
159 return this;
160 }
161 }
162
163 return {

Callers 15

renderMethod · 0.95
renderPackagesMethod · 0.45
renderDateAliasesMethod · 0.45
addProvidersSettingMethod · 0.45
addAutoSyncSettingMethod · 0.45
displayMethod · 0.45
addProvidersSettingMethod · 0.45
displayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected