Skip to main content
Module

x/ts_morph/ts_morph.d.ts>SettingsContainer#onModified

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
method SettingsContainer.prototype.onModified
import { SettingsContainer } from "https://deno.land/x/ts_morph@15.1.0/ts_morph.d.ts";

Subscribe to modifications in the settings container.

Parameters

action: () => void
  • Action to execute when the settings change.