Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IViewModelCardLoader

Configuration for Aurelia View/ViewModel cards

Hierarchy

  • IViewModelCardLoader

Index

Properties

Optional autoResolveLoad

autoResolveLoad: boolean

Set to true to resolve the loading of the card automatically, false to do it manually

Optional viewModelPath

viewModelPath: string

The value for the Aurelia compose/@view-model attribute. Either this property or viewPath must be specified (but not both).

Optional viewPath

viewPath: string

The (optional) value for the Aurelia compose/@view attribute. Either this property or viewModelPath must be specified (but not both).