Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "designer/index"

Index

Functions

addCode

  • addCode(fullPath: string, route: string, tpl: string): Promise<void>

addLayout

  • addLayout(fullPath: string, route: string, type: string): Promise<void>

getViewContent

loadViews

  • loadViews(fullPath: string, viewType: ViewType): Promise<View[]>

saveCode

  • saveCode(fullPath: string, type: "template" | "script" | "style", content: string): Promise<void>

saveFile

  • saveFile(fullPath: string, content: string): Promise<void>

saveViewContent

  • saveViewContent(fullPath: string, viewType: ViewType, content: string): Promise<void>

Generated using TypeDoc