MCPcopy Index your code
hub / github.com/SpringRoll/SpringRoll / ApplicationPluginOptions

Interface ApplicationPluginOptions

typings/Application.d.ts:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126export interface ApplicationPluginOptions {
127 name: string;
128}
129
130export class ApplicationPlugin {
131 constructor(options: ApplicationPluginOptions)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected