Those components are used to reuse other components. Reused components share the same state and are updated together.

Fields

NameTypeDescriptionOptions
Component idTextThe id of the component to reuse.

    Low code usage

    This component can be declared directly in Python, using backend-driven UI.

    ui.ReuseComponent(content={
            "proxyId": "", # str 
        }
    )
    

    Reference