Skip to main content
Module

x/ts_morph/mod.ts>ChildOrderableNode

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
interface ChildOrderableNode
import { type ChildOrderableNode } from "https://deno.land/x/ts_morph@15.1.0/mod.ts";

Methods

setOrder(order: number): this

Sets the child order of the node within the parent.

function ChildOrderableNode
import { ChildOrderableNode } from "https://deno.land/x/ts_morph@15.1.0/mod.ts";

Type Parameters

T extends Constructor<ChildOrderableNodeExtensionType>