MCPcopy Index your code
hub / github.com/streamlit/streamlit / constructor

Method constructor

frontend/lib/src/WidgetStateManager.ts:312–315  ·  view source on GitHub ↗
(props: Props)

Source from the content-addressed store, hash-verified

310 private onQueryParamsChange?: (queryString: string) => void
311
312 constructor(props: Props) {
313 this.props = props
314 this.formsData = createFormsData()
315 }
316
317 /**
318 * Register a function that will be called when the given form is cleared.

Callers

nothing calls this directly

Calls 1

createFormsDataFunction · 0.85

Tested by

no test coverage detected