Interface: ParamBase
Fields shared by every service endpoint parameter.
Extended by
Properties
id
id:
string
Stable parameter identifier within the endpoint.
label
label:
string
Human-readable form label.
description?
optionaldescription?:string
Optional usage guidance displayed by clients.
hidden?
optionalhidden?:boolean
Hides the input from the user while allowing clients to provide a value.
required?
optionalrequired?:boolean
Whether callers must provide a value.
role?
optionalrole?:ServiceParameterRole
Lets the application map a parameter without relying on its ID.
value?
optionalvalue?:string
Default or preselected value serialized as a string.