@dotcms/uve
Version:
Official JavaScript library for interacting with Universal Visual Editor (UVE)
14 lines (13 loc) • 413 B
TypeScript
/**
* Sentinel values for the placeholder contentlet used when the UVE represents
* an empty container (e.g. hover / selection without a real contentlet).
*
* @internal
*/
export declare const TEMP_EMPTY_CONTENTLET: "TEMP_EMPTY_CONTENTLET";
/**
* Placeholder `contentType` for {@link TEMP_EMPTY_CONTENTLET}.
*
* @internal
*/
export declare const TEMP_EMPTY_CONTENTLET_TYPE: "TEMP_EMPTY_CONTENTLET_TYPE";