ClassParameter GitHub

📊 Overview: 3 Properties 1 Constructor 1 Functions

📝 Description

Creates a new parameter metadata object with the specified name and type

🕐 Last updated: 2025-12-10T11:45:22.438Z


📑 Table of Contents


Properties

Property Type Default Description
Name Text - The name of the parameter
Type Text - The data type of the parameter
IsOptional Boolean False Indicates if the parameter is optional

Constructor

constructor

[🏗️ constructor]

Class constructor($Name : Text; $Type : Text)

Creates a new parameter metadata object with the specified name and type

Parameters:

Name Type Optional Description
$Name Text - -
$Type Text - -

Functions

Regular Functions

toObject

Function toObject -> Object

Converts the parameter metadata to an object suitable for JSON serialization

Returns: Object



Generated from ClassParameter.4dm