@acoustic-content-sdk/component-hbs
v9.0.10076
Published
Module to attach inline-edit functionality to an WCH based Angular application.
Downloads
13
Readme
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;
}