Interface: IViewModelCardLoader

Configuration for Aurelia View/ViewModel cards

Properties

autoResolveLoad?

optionalautoResolveLoad: boolean

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


viewModelPath?

optionalviewModelPath: string

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


viewPath?

optionalviewPath: string

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