9.0.10076 • Published 6 years ago
@acoustic-content-sdk/component-hbs v9.0.10076
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 = 2000Home > @acoustic-content-sdk/component-hbs > isHandlebarsLayout
isHandlebarsLayout variable
Signature:
isHandlebarsLayout: ({ templateType, template }: Layout) => booleanHome > @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;
}