Open Pioneer Trails Packages
    Preparing search index...
    OnCustomFieldChange: (newValue: unknown) => void

    Callback function for updating a custom field's value.

    Called by custom field rendering logic to update the field's value in the feature properties.

    Type Declaration

      • (newValue: unknown): void
      • Parameters

        • newValue: unknown

          The new value to set for the field

        Returns void