Skip to main content Link Search Menu Expand Document (external link)

TemplateParts overview

This module implements an array of CVTemplatePart’s (see TemplatePart.ts)


Table of contents


Destructors

getPlaceholderDescription

Shows a description of the CVTemplatePlaceholder’s of self (see description of CVTemplatePlaceholder.getLabelledDescription)

Signature

export declare const getPlaceholderDescription: MTypes.OneArgFunction<Type<any>, string>

getSyntheticDescription

Shows a synthetic description of self, e.g.’ #name is a #age-year-old #kind.’

Signature

export declare const getSyntheticDescription: MTypes.OneArgFunction<Type<any>, string>

Models

Type (interface)

CVTemplateParts Type

Signature

export interface Type<T = any> extends ReadonlyArray<CVTemplatePart.Type<string, T>> {}