onLoad property

(dynamic Function()?) onLoad
getter/setter pair

Represents a callback function that will be called as soon as the script has been loaded successfully.

NOTE: This callback requires the id property to be set.

Implementation

Function()? onLoad;