You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Warning: (ae-incompatible-release-tags) The symbol "from" is marked as @public, but its signature references "LinkNormalizer" which is marked as @internal
// Warning: (ae-internal-missing-underscore) The name "combineClasses" should be prefixed with an underscore because the declaration is marked as @internal
// Warning: (ae-incompatible-release-tags) The symbol "__constructor" is marked as @public, but its signature references "Settings" which is marked as @internal
@@ -363,6 +368,8 @@ export class Datacore extends Component {
363
368
reads:EmbedQueue;
364
369
reload(file:TFile):Promise<Indexable>;
365
370
get revision():number;
371
+
// Warning: (ae-incompatible-release-tags) The symbol "settings" is marked as @public, but its signature references "Settings" which is marked as @internal
372
+
//
366
373
// (undocumented)
367
374
settings:Settings;
368
375
storeCanvas(data:Canvas):void;
@@ -497,7 +504,9 @@ export class DatacoreLocalApi {
497
504
VanillaTable:typeofTableView;
498
505
}
499
506
500
-
// @public
507
+
// Warning: (ae-internal-missing-underscore) The name "DatacorePlugin" should be prefixed with an underscore because the declaration is marked as @internal
508
+
//
509
+
//@internal
501
510
exportclassDatacorePluginextendsPlugin_2 {
502
511
api:DatacoreApi;
503
512
core:Datacore;
@@ -509,7 +518,10 @@ export class DatacorePlugin extends Plugin_2 {
509
518
}
510
519
511
520
// @public
512
-
exporttypeDataObject=Record<string, any>;
521
+
exportinterfaceDataObject {
522
+
// (undocumented)
523
+
[key:string]:Literal;
524
+
}
513
525
514
526
// Warning: (ae-internal-missing-underscore) The name "Datastore" should be prefixed with an underscore because the declaration is marked as @internal
// Warning: (ae-internal-missing-underscore) The name "gatherLinks" should be prefixed with an underscore because the declaration is marked as @internal
663
677
//
664
678
//@internal
665
-
exportfunction gatherLinks(input:Literal):Link[];
679
+
exportfunction gatherLinks(input:unknown):Link[];
666
680
667
681
// Warning: (ae-internal-missing-underscore) The name "gatherTags" should be prefixed with an underscore because the declaration is marked as @internal
// Warning: (ae-internal-missing-underscore) The name "INTENT_CLASSES" should be prefixed with an underscore because the declaration is marked as @internal
// Warning: (ae-internal-missing-underscore) The name "LinkNormalizer" should be prefixed with an underscore because the declaration is marked as @internal
// Warning: (ae-internal-missing-underscore) The name "NOOP_NORMALIZER" should be prefixed with an underscore because the declaration is marked as @internal
1354
+
//
1355
+
//@internal
1334
1356
exportconst NOOP_NORMALIZER:LinkNormalizer;
1335
1357
1336
1358
// Warning: (ae-internal-missing-underscore) The name "normalizeLinks" should be prefixed with an underscore because the declaration is marked as @internal
0 commit comments