@hmiproject/helio-sdk
    Preparing search index...

    Function RenderInstance

    • Renders an instance with a given instance id.

      Prefer using RenderInstances where possible. Working with raw instance IDs is an advanced use case and can lead to unwanted behavior.

      If the instance has a Display Condition applied, this render might be skipped at runtime.

      Use Children to declare props that contain other instances.

      Parameters

      • props: {
            instance: InstanceRefSchema;
            render?(options: RenderInstancesRenderOptions): ReactNode;
        }

      Returns Element

      1.0.0