Style: Allow a layer to open the popup-view in a floatover

This commit is contained in:
Pieter Vander Vennet 2023-05-05 01:00:15 +02:00
parent 377c411143
commit 65a4303dd6
4 changed files with 16 additions and 1 deletions

View file

@ -399,4 +399,9 @@ export interface LayerConfigJson {
* no-question-hint-check: disables a check in MiscTagRenderingChecks which complains about 'div', 'span' or 'class=subtle'-HTML elements in the tagRendering
*/
"#"?: string | "no-question-hint-check"
/**
* If set, open the selectedElementView in a floatOver instead of on the right
*/
popupInFloatover?: boolean
}