Represents a generic property with a title, description, and type.

Hierarchy (View Summary)

Constructors

  • Parameters

    • type: "string" | "number" | "boolean" | "array"

    Returns Property

Properties

description: string
title: string
type: "string" | "number" | "boolean" | "array"

Methods

  • Sets the description of the property.

    Parameters

    • description: string

    Returns Property