Preparing search index...

    Enum controlling layout clearing behavior.

        const Ui = await import('LensStudio:Ui');
    const deleteMode = Ui.ClearLayoutBehavior.DeleteClearedWidgets;
    const keepMode = Ui.ClearLayoutBehavior.KeepClearedWidgets;
    console.log(`ClearLayoutBehavior: Delete=${deleteMode}, Keep=${keepMode}`);
    Index

    Enumeration Members

    DeleteClearedWidgets: number

    Delete widgets when the layout is cleared.

    KeepClearedWidgets: number

    Preserve widgets when the layout is cleared.