RosCategoryProps
Properties for defining a RosCategory
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ice-category
Initializer
import { RosCategoryProps } from '@alicloud/ros-cdk-ice'
const rosCategoryProps: RosCategoryProps = { ... }
Properties
Name | Type | Description |
---|---|---|
cateName |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
parentId |
number | @alicloud/ros-cdk-core.IResolvable |
No description. |
type |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
cateName
Required
public readonly cateName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
parentId
Optional
public readonly parentId: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
type
Optional
public readonly type: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable