@acoustic-content-sdk/component-hbs 中文文档教程
首页 > @acoustic-content-sdk/component-hbs
component-hbs package
Framework independent collection of APIs and constants
Variables
Variable | Description |
---|---|
HBS_COMPONENT_RESOLVER_WEIGHT | Weight of the handlebars component resolver |
isHandlebarsLayout | |
VERSION | Version and build number of the package |
首页 > @acoustic-content-sdk/component-hbs > HBS_COMPONENT_RESOLVER_WEIGHT
HBS_COMPONENT_RESOLVER_WEIGHT variable
Weight of the handlebars component resolver
Signature:
HBS_COMPONENT_RESOLVER_WEIGHT = 2000
首页 > @acoustic-content-sdk/component-hbs > isHandlebarsLayout
isHandlebarsLayout variable
Signature:
isHandlebarsLayout: ({ templateType, template }: Layout) => boolean
Home > ; @acoustic-content-sdk/component-hbs > VERSION
VERSION variable
软件包的版本和构建号
签名:
VERSION: {
version: {
major: string;
minor: string;
patch: string;
branch: string;
};
build: Date;
}
Home > @acoustic-content-sdk/component-hbs
component-hbs package
Framework independent collection of APIs and constants
Variables
Variable | Description |
---|---|
HBS_COMPONENT_RESOLVER_WEIGHT | Weight of the handlebars component resolver |
isHandlebarsLayout | |
VERSION | Version and build number of the package |
Home > @acoustic-content-sdk/component-hbs > HBS_COMPONENT_RESOLVER_WEIGHT
HBS_COMPONENT_RESOLVER_WEIGHT variable
Weight of the handlebars component resolver
Signature:
HBS_COMPONENT_RESOLVER_WEIGHT = 2000
Home > @acoustic-content-sdk/component-hbs > isHandlebarsLayout
isHandlebarsLayout variable
Signature:
isHandlebarsLayout: ({ templateType, template }: Layout) => boolean
Home > @acoustic-content-sdk/component-hbs > VERSION
VERSION variable
Version and build number of the package
Signature:
VERSION: {
version: {
major: string;
minor: string;
patch: string;
branch: string;
};
build: Date;
}