Package 

Class DatadogModifierKt

    • Method Summary

      Modifier and Type Method Description
      final static Modifier datadog(Modifier $self, String name, Boolean isImage) Adds Datadog-specific semantic information to the layout node for the Session Replay feature.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • datadog

         final static Modifier datadog(Modifier $self, String name, Boolean isImage)

        Adds Datadog-specific semantic information to the layout node for the Session Replay feature.

        This modifier ensures that the component is included in the semantics tree, allowing Session Replay to identify and interpret it correctly during recording.

        Parameters:
        name - The name of the component to be displayed in the semantics tree.
        isImage - Set to true if the component represents an image.