@yamlresume/core
    Preparing search index...

    Type Alias HtmlLayout

    HTML layout configuration.

    Defines the structure for HTML-specific layout settings including template selection, typography options, and section configuration.

    type HtmlLayout = {
        advanced?: HtmlAdvanced;
        engine: "html";
        sections?: Sections;
        template?: HtmlTemplate;
        typography?: HtmlTypography;
    }
    Index

    Properties

    advanced?: HtmlAdvanced

    Defines advanced configuration options.

    engine: "html"
    sections?: Sections

    Defines section customization settings.

    template?: HtmlTemplate

    Defines the selected template.

    typography?: HtmlTypography

    Defines typography settings for document formatting.