ParameterResource
Handle
interface ParameterResource extends IExpressionValue, IManifestExpressionProvider, IResource, IValueProvider { withCustomInput(options: ParameterCustomInputOptions): ParameterResource; withDescription( description: string, enableMarkdown?: boolean): ParameterResource;}Methods
Sets a custom input for the parameter resource from a polyglot app host.
withCustomInput(options: ParameterCustomInputOptions): ParameterResourceParameters
optionsParameterCustomInputOptionsReturns
ParameterResourceSets the description of the parameter resource.
withDescription( description: string, enableMarkdown?: boolean): ParameterResourceParameters
descriptionstringenableMarkdownbooleanoptional= FalseReturns
ParameterResource