Interface TemplateParameter

Hierarchy

  • TemplateParameter

Properties

array?: boolean
defaultValue?: unknown
description?: string
kind: "string" | "boolean" | "video" | "image" | "color" | "float" | "media" | string & {} | "integer"
label?: string
name: string
nullable: boolean
options?: readonly Option[]

Generated using TypeDoc