@lofcz/pptist 2.0.12 → 2.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -39,6 +39,8 @@ export interface PptistMountOptions {
|
|
|
39
39
|
loadDocument?: PptistDocumentLoader;
|
|
40
40
|
/** Legacy demo behavior: when explicitly true, load `mocks/slides.json` instead of the starter slide. */
|
|
41
41
|
loadMockOnEmpty?: boolean;
|
|
42
|
+
/** Set false when the embed host renders its own empty/loading state. */
|
|
43
|
+
showLoadingData?: boolean;
|
|
42
44
|
/** Customize the default one-slide starter deck used when no existing document is loaded. */
|
|
43
45
|
starterPresentation?: PptistStarterPresentationOptions;
|
|
44
46
|
/** Base URL for runtime image/font assets and fallback mock decks. */
|