Where is this.address() defined in vendor/magento/module-checkout/view/frontend/web/js/view/shipping-address/address-renderer/default.js?
I try to figure out where this.address() is defined in vendor/magento/module-checkout/view/frontend/web/js/view/shipping-address/address-renderer/default.js ? /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ define([ ‘jquery’, ‘ko’, ‘uiComponent’, ‘underscore’, ‘Magento_Checkout/js/action/select-shipping-address’, ‘Magento_Checkout/js/model/quote’, ‘Magento_Checkout/js/model/shipping-address/form-popup-state’, ‘Magento_Checkout/js/checkout-data’, ‘Magento_Customer/js/customer-data’ ], function… Read More »Where is this.address() defined in vendor/magento/module-checkout/view/frontend/web/js/view/shipping-address/address-renderer/default.js?