- In case you do not want to use a push flyout, you can check this example.{' '}
-
- In this example, we have a Lens embeddable inside a flyout and we want to
- render the inline editing Component in a second slot of the same flyout.
-
+ In case you do not want to use a push flyout, you can check this example.
+ In this example, we have a Lens embeddable inside a flyout and we want to render
+ the inline editing Component in a second slot of the same flyout.
+
- This app embeds a Lens visualization by specifying the configuration. Data - fetching and rendering is completely managed by Lens itself. -
-- The editor on the right hand side make it possible to paste a Lens - attributes configuration, and have it rendered. Presets are available to - have a starting configuration, and new presets can be saved as well (not - persisted). -
-- The Open with Lens button will take the current configuration and navigate - to a prefilled editor. -
-+ This app embeds a Lens visualization by specifying the configuration. Data + fetching and rendering is completely managed by Lens itself. +
++ The editor on the right hand side make it possible to paste a Lens attributes + configuration, and have it rendered. Presets are available to have a starting + configuration, and new presets can be saved as well (not persisted). +
++ The Open with Lens button will take the current configuration and navigate to + a prefilled editor. +
+State: {isLoading ? 'Loading...' : 'Rendered'}
-Paste or edit here your Lens document
-State: {isLoading ? 'Loading...' : 'Rendered'}
+Check the spec
-Paste or edit here your Lens document
+Check the spec
+{getLongMessage(firstError)}
- {errors.length > 1 && !canFixInLens ? ( -
-
-
-