Skip to content

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.

cateNameRequired

public readonly cateName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

parentIdOptional

public readonly parentId: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

typeOptional

public readonly type: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable