# CustomData (System API) When 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. > **NOTE** > > 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. > The APIs of this module can be used only in the stage model. > The APIs provided by this module are system APIs. ## Properties **System capability**: SystemCapability.Ability.AbilityRuntime.AbilityCore | Name | Type | Mandatory | Description | | ---- | ---------------------- | ---- | ---------------------------------------------------- | | data | Record | Yes | Custom data transferred for starting the modal page. The data is of the Record type. |