Skip to main content
Module

x/ts_morph/ts_morph.js>ObjectLiteralExpression

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Latest
class ObjectLiteralExpression
import { ObjectLiteralExpression } from "https://deno.land/x/ts_morph@22.0.0/ts_morph.js";

Methods

addGetAccessor(structure)
addGetAccessors(structures)
addMethod(structure)
addMethods(structures)
addProperties(structures)
addProperty(structure)
addSetAccessor(structure)
addSetAccessors(structures)
getProperty(nameOrFindFunction)
getPropertyOrThrow(nameOrFindFunction)
insertGetAccessor(index, structure)
insertGetAccessors(index, structures)
insertMethod(index, structure)
insertMethods(index, structures)
insertProperties(index, structures)
insertProperty(index, structure)
insertPropertyAssignment(index, structure)
insertPropertyAssignments(index, structures)
insertSetAccessor(index, structure)
insertSetAccessors(index, structures)
insertSpreadAssignment(index, structure)
insertSpreadAssignments(index, structures)