Skip to main content
Module

x/lume/core/renderer.ts>HelperOptions

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface HelperOptions
import { type HelperOptions } from "https://deno.land/x/lume@v1.15.2/core/renderer.ts";

The options for a template helper

Properties

type: string

The type of the helper (tag, filter, etc)

optional
async: boolean

Whether the helper returns an instance or not

optional
body: boolean

Whether the helper has a body or not (used for tag types)