1# CustomData (System API) 2 3When starting a modal page, you can transfer custom data to the autofill service through [reloadInModal](js-apis-inner-application-autoFillExtensionContext-sys.md) and obtain the data through [onFillRequest](js-apis-app-ability-autoFillExtensionAbility-sys.md) of the service. 4 5> **NOTE** 6> 7> The initial APIs of this module are supported since API version 12. Newly added APIs will be marked with a superscript to indicate their earliest API version. 8> The APIs of this module can be used only in the stage model. 9> The APIs provided by this module are system APIs. 10 11## Properties 12 13**System capability**: SystemCapability.Ability.AbilityRuntime.AbilityCore 14 15| Name | Type | Mandatory | Description | 16| ---- | ---------------------- | ---- | ---------------------------------------------------- | 17| data | Record<string, Object> | Yes | Custom data transferred for starting the modal page. The data is of the Record type. | 18