Interface ExternalDisplayerSettingsBuilder<T extends ExternalDisplayerSettingsBuilder>

    • Method Detail

      • componentId

        T componentId​(String id)
        Set the external component id.
        Parameters:
        id - The component Id
        Returns:
        This builder instance
      • componentProperty

        T componentProperty​(String key,
                            String value)
        Set an external component property
        Parameters:
        key - The parameter key
        value - The parameter value
        Returns:
        this builder instance