Sets default values for DynamicCard attributes. These defaults will be applied to all DynamicCard instances created after this function is called.
An object containing default values for DynamicCard attributes
import { setDynamicCardDefaults } from '@nosto/web-components'setDynamicCardDefaults({ placeholder: true, lazy: true, template: 'product-card'}) Copy
import { setDynamicCardDefaults } from '@nosto/web-components'setDynamicCardDefaults({ placeholder: true, lazy: true, template: 'product-card'})
Sets default values for DynamicCard attributes. These defaults will be applied to all DynamicCard instances created after this function is called.