Skip to content

RosParameterProps

Initializer

import { RosParameterProps } from '@alicloud/ros-cdk-core'
const rosParameterProps: RosParameterProps = { ... }

Properties

Name Type Description
allowedPattern string No description.
allowedValues any[] No description.
associationProperty string No description.
associationPropertyMetadata {[ key: string ]: any} No description.
confirm boolean No description.
constraintDescription string | {[ key: string ]: string} No description.
defaultValue any No description.
description string | {[ key: string ]: string} No description.
label string No description.
maxLength number No description.
maxValue number No description.
minLength number No description.
minValue number No description.
noEcho boolean No description.
textArea boolean No description.
type RosParameterType No description.

allowedPatternOptional

public readonly allowedPattern: string;
  • Type: string

allowedValuesOptional

public readonly allowedValues: any[];
  • Type: any[]

associationPropertyOptional

public readonly associationProperty: string;
  • Type: string

associationPropertyMetadataOptional

public readonly associationPropertyMetadata: {[ key: string ]: any};
  • Type: {[ key: string ]: any}

confirmOptional

public readonly confirm: boolean;
  • Type: boolean

constraintDescriptionOptional

public readonly constraintDescription: string | {[ key: string ]: string};
  • Type: string | {[ key: string ]: string}

defaultValueOptional

public readonly defaultValue: any;
  • Type: any

descriptionOptional

public readonly description: string | {[ key: string ]: string};
  • Type: string | {[ key: string ]: string}

labelOptional

public readonly label: string;
  • Type: string

maxLengthOptional

public readonly maxLength: number;
  • Type: number

maxValueOptional

public readonly maxValue: number;
  • Type: number

minLengthOptional

public readonly minLength: number;
  • Type: number

minValueOptional

public readonly minValue: number;
  • Type: number

noEchoOptional

public readonly noEcho: boolean;
  • Type: boolean

textAreaOptional

public readonly textArea: boolean;
  • Type: boolean

typeOptional

public readonly type: RosParameterType;