API Methods
postAppSettingsTab(section)
postAppSettingsTab(section)Parameters
Parameter
Type
Required
Description
Returns
Example
api.nexomaker.postAppSettingsTab({
id: "my-expansion-settings",
expansionId: "my_expansion",
title: "My Expansion",
description: "Configure global settings for My Expansion",
order: 100,
elements: [
{
id: "api-key",
label: "API Key",
type: "text",
placeholder: "Enter your API key",
default: ""
},
{
id: "enable-feature",
label: "Enable Feature",
type: "checkbox",
default: false
}
]
});postProjectSettingsTab(section)
postProjectSettingsTab(section)Parameters
Parameter
Type
Required
Description
Section Types
Type
Description
Required Fields
Returns
Example
postSettingsElementType(type, component, target)
postSettingsElementType(type, component, target)Parameters
Parameter
Type
Required
Description
Render Function Parameters
Returns
Example
getAppSettings()
getAppSettings()Returns
Example
YAML Storage Keys
YAML Key
File/Section
Use Case
Next Steps
Last updated