virtuals/sdk/consts
此内容尚不支持你的语言。
Variables
Section titled “Variables”FolderListMapID
Section titled “FolderListMapID”const FolderListMapID: string = '__StudioCMS_Folder_List';
Defined in: studiocms/packages/studiocms/src/virtuals/sdk/consts.ts:30^
Unique identifier used to reference the folder list map within StudioCMS. This constant is typically used for internal mapping or caching purposes.
FolderTreeMapID
Section titled “FolderTreeMapID”const FolderTreeMapID: string = '__StudioCMS_Folder_Tree';
Defined in: studiocms/packages/studiocms/src/virtuals/sdk/consts.ts:18^
Unique identifier used for mapping folder trees within StudioCMS. This constant is typically used as a key for storing or retrieving folder tree structures.
PageFolderTreeMapID
Section titled “PageFolderTreeMapID”const PageFolderTreeMapID: string = '__StudioCMS_Page_Folder_Tree';
Defined in: studiocms/packages/studiocms/src/virtuals/sdk/consts.ts:24^
Unique identifier for the page folder tree map used in StudioCMS. This constant is used to reference the page folder tree structure within the SDK.
SiteConfigMapID
Section titled “SiteConfigMapID”const SiteConfigMapID: string = '__StudioCMS_Site_Config';
Defined in: studiocms/packages/studiocms/src/virtuals/sdk/consts.ts:6^
Unique identifier used to reference the site configuration map within StudioCMS.
This constant is typically used as a key for storing or retrieving site configuration data.
StudioCMSPkgId
Section titled “StudioCMSPkgId”const StudioCMSPkgId: string = 'studiocms';
Defined in: studiocms/packages/studiocms/src/virtuals/sdk/consts.ts:38^
The unique package identifier for the StudioCMS package.
Remarks
Section titled “Remarks”This constant is used to reference the StudioCMS package throughout the SDK.
VersionMapID
Section titled “VersionMapID”const VersionMapID: string = '__StudioCMS_Latest_Version';
Defined in: studiocms/packages/studiocms/src/virtuals/sdk/consts.ts:12^
A constant string used as the identifier for the latest version map in StudioCMS. This value is typically used to reference or store the most recent version information.