Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Utils

Index

Methods

Static getLines

  • getLines(text: string): string[]
  • Parameters

    • text: string

    Returns string[]

Static getParamsMerged

  • getParamsMerged(params: any, childParams: any): any
  • Parameters

    • params: any
    • childParams: any

    Returns any

Static getParamsMergedForBlock

  • getParamsMergedForBlock(block: Block, params: any, childParams?: any): any
  • Parameters

    • block: Block
    • params: any
    • Optional childParams: any

    Returns any

Static getPositionAt

  • getPositionAt(template: string, offset: number): { column: number; line: number }
  • Parameters

    • template: string
    • offset: number

    Returns { column: number; line: number }

    • column: number
    • line: number

Legend

  • Function
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Interface
  • Static method

Generated using TypeDoc