Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AssetFileByUrlDto

Index

Constructors

Properties

Constructors

constructor

  • new AssetFileByUrlDto(assetFile?: string, rootUrl?: string, hidden?: boolean): AssetFileByUrlDto
  • Parameters

    • Optional assetFile: string
    • Optional rootUrl: string
    • Optional hidden: boolean

    Returns AssetFileByUrlDto

Properties

assetFile

assetFile: string

Asset file name

default

undefined

hidden

hidden: boolean

Import the asset hidden

default

false

rootUrl

rootUrl: string

Root url

default

undefined

Generated using TypeDoc