ClassParameter
| 📊 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 (3)
- 🏗️ Constructor (2 params)
- ⚙️ Functions
- Regular Functions
- toObject →
Object
- toObject →
- Regular Functions
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