跳转到内容

virtuals/sdk/consts

此内容尚不支持你的语言。

const CURRENT_CONFIG_VERSION: "1.0.0" = '1.0.0';

Defined in: studiocms/packages/studiocms/src/virtuals/sdk/consts.ts:50^

The current version of the configuration schema used by the SDK.

This constant should be updated whenever breaking changes are made to the configuration format.

Used to ensure compatibility between different versions of configuration files and the SDK.


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.


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.


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.


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.


const StudioCMSPkgId: string = 'studiocms';

Defined in: studiocms/packages/studiocms/src/virtuals/sdk/consts.ts:38^

The unique package identifier for the StudioCMS package.

This constant is used to reference the StudioCMS package throughout the SDK.


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.