콘텐츠로 이동

lib/shared

이 콘텐츠는 아직 번역되지 않았습니다.

const shared: {
htmlConfig: HTMLSchemaOptions;
};

Defined in: studiocms/packages/@studiocms/html/src/lib/shared.ts:14^

A shared object that is either retrieved from the global scope using a symbol or initialized as a new object with a htmlConfig property.

optional htmlConfig: HTMLSchemaOptions;

The @ts-ignore comments are used to suppress TypeScript errors related to the use of the global scope and assignment within expressions. The biome-ignore comment is used to suppress linting errors for the same reason.


const symbol: symbol;

Defined in: studiocms/packages/@studiocms/html/src/lib/shared.ts:3^