9.0.10076 • Published 4 years ago

@acoustic-content-sdk/component-hbs v9.0.10076

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

npm

API Documentation

Home > @acoustic-content-sdk/component-hbs

component-hbs package

Framework independent collection of APIs and constants

Variables

VariableDescription
HBS_COMPONENT_RESOLVER_WEIGHTWeight of the handlebars component resolver
isHandlebarsLayout
VERSIONVersion 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;
}