Skip to main content
Module

x/ts_morph/ts_morph.d.ts>CodeBlockWriter#queueIndentationLevel

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

Queues the indentation level for the next lines written.

Parameters

indentationLevel: number
  • Indentation level to queue.

Queues the indentation level for the next lines written using the provided indentation text.

Parameters

whitespaceText: string
  • Gets the indentation level from the indentation text.