Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/utils/nuxt-utils"

Index

Variables

Let _lastestLoadedPageComponentUId

_lastestLoadedPageComponentUId: any = null

Page Component의 configuration을 로드한다.

param

Functions

Const $ustra

Const getComponentConfig

Const getCurrentProfile

  • getCurrentProfile(configEnv?: string): Profile

Const getMatchedComponents

  • getMatchedComponents(route: Route): any

Const getMergedRouteConfig

  • getMergedRouteConfig(context: Context, route?: Route): ConfigOption

Const getNuxtConfig

  • getNuxtConfig(): any

Const getRequestContext

  • getRequestContext(): any

Const getRouteOption

  • getRouteOption(route: Route): any

Const getRouteOptions

  • getRouteOptions(route: Route): any[]

Const getStaticServerData

  • getStaticServerData(dataId?: string): { serverData: any }
  • getStaticServerData 어플리케이션의 서버 데이터를 조회한다.

    Parameters

    • Default value dataId: string = "__spa"

      조회할 layer id

    Returns { serverData: any }

    • serverData: any

Const loadPageComponentConfiguration

  • loadPageComponentConfiguration(context: Context): void

Const setComponentConfig

Object literals

Const contextHolder

contextHolder: object

context holder

get

  • get(): Context

set

  • set(context: Context): void

Const namedContextHolder

namedContextHolder: object

named context holder

get

  • get(name: string): any

set

  • set(name: string, value: any): void