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. |
placeholder |
string | {[ key: string ]: string} |
No description. |
required |
boolean |
No description. |
textArea |
boolean |
No description. |
type |
RosParameterType |
No description. |
allowedPattern
Optional
public readonly allowedPattern: string;
- Type: string
allowedValues
Optional
public readonly allowedValues: any[];
- Type: any[]
associationProperty
Optional
public readonly associationProperty: string;
- Type: string
associationPropertyMetadata
Optional
public readonly associationPropertyMetadata: {[ key: string ]: any};
- Type: {[ key: string ]: any}
confirm
Optional
public readonly confirm: boolean;
- Type: boolean
constraintDescription
Optional
public readonly constraintDescription: string | {[ key: string ]: string};
- Type: string | {[ key: string ]: string}
defaultValue
Optional
public readonly defaultValue: any;
- Type: any
description
Optional
public readonly description: string | {[ key: string ]: string};
- Type: string | {[ key: string ]: string}
label
Optional
public readonly label: string;
- Type: string
maxLength
Optional
public readonly maxLength: number;
- Type: number
maxValue
Optional
public readonly maxValue: number;
- Type: number
minLength
Optional
public readonly minLength: number;
- Type: number
minValue
Optional
public readonly minValue: number;
- Type: number
noEcho
Optional
public readonly noEcho: boolean;
- Type: boolean
placeholder
Optional
public readonly placeholder: string | {[ key: string ]: string};
- Type: string | {[ key: string ]: string}
required
Optional
public readonly required: boolean;
- Type: boolean
textArea
Optional
public readonly textArea: boolean;
- Type: boolean
type
Optional
public readonly type: RosParameterType;
- Type: RosParameterType