MCPcopy Index your code
hub / github.com/obsidianmd/obsidian-sample-plugin / constructor

Method constructor

main.ts:44–46  ·  view source on GitHub ↗
(app: App)

Source from the content-addressed store, hash-verified

42
43class SampleModal extends Modal {
44 constructor(app: App) {
45 super(app);
46 }
47
48 onOpen() {
49 let {contentEl} = this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected