Skip to main content

GenRouteConfig

Signature

interface GenRouteConfig 

Properties

Property

Modifiers

Type

Description

displayName?

string

(Optional) 생성될 route 객체의 이름입니다

ignored?

string[]

(Optional) 제외될 route 의 glob 패턴입니다.

includes?

string[]

(Optional) 포함할 route 의 glob 패턴입니다.

input?

string

(Optional) 조회할 page 파일들이 포함되어있는 폴더 입니다.

oneDepth?

boolean

(Optional) one depth 가 true 일 경우, 폴더 구조를 무시하고 one depth 로 객체를 생성합니다.

output?

string

(Optional) 생성될 파일이 위치할 경로입니다.