# GC.Spread.Sheets.Designer.IListSubItemData

## Content

# Interface: IListSubItemData

[Sheets](../modules/GC.Spread.Sheets).[Designer](../modules/GC.Spread.Sheets.Designer).IListSubItemData

## Hierarchy

- **`IListSubItemData`**

  ↳ [`IListItemData`](GC.Spread.Sheets.Designer.IListItemData)

## Table of contents

### Properties

- [bigIcon](GC.Spread.Sheets.Designer.IListSubItemData#bigicon)
- [className](GC.Spread.Sheets.Designer.IListSubItemData#classname)
- [commandName](GC.Spread.Sheets.Designer.IListSubItemData#commandname)
- [dom](GC.Spread.Sheets.Designer.IListSubItemData#dom)
- [enabled](GC.Spread.Sheets.Designer.IListSubItemData#enabled)
- [iconClass](GC.Spread.Sheets.Designer.IListSubItemData#iconclass)
- [iconHeight](GC.Spread.Sheets.Designer.IListSubItemData#iconheight)
- [iconWidth](GC.Spread.Sheets.Designer.IListSubItemData#iconwidth)
- [selected](GC.Spread.Sheets.Designer.IListSubItemData#selected)
- [subItems](GC.Spread.Sheets.Designer.IListSubItemData#subitems)
- [text](GC.Spread.Sheets.Designer.IListSubItemData#text)
- [textClass](GC.Spread.Sheets.Designer.IListSubItemData#textclass)
- [tip](GC.Spread.Sheets.Designer.IListSubItemData#tip)
- [type](GC.Spread.Sheets.Designer.IListSubItemData#type)
- [unionValue](GC.Spread.Sheets.Designer.IListSubItemData#unionvalue)
- [value](GC.Spread.Sheets.Designer.IListSubItemData#value)
- [visible](GC.Spread.Sheets.Designer.IListSubItemData#visible)

## Properties

### <a id="bigicon" name="bigicon"></a> bigIcon

• `Optional` **bigIcon**: `boolean`

___

### <a id="classname" name="classname"></a> className

• `Optional` **className**: `string`

___

### <a id="commandname" name="commandname"></a> commandName

• `Optional` **commandName**: `string`

___

### <a id="dom" name="dom"></a> dom

• `Optional` **dom**: `HTMLElement`

___

### <a id="enabled" name="enabled"></a> enabled

• `Optional` **enabled**: `boolean`

___

### <a id="iconclass" name="iconclass"></a> iconClass

• `Optional` **iconClass**: `string`

___

### <a id="iconheight" name="iconheight"></a> iconHeight

• `Optional` **iconHeight**: `number`

___

### <a id="iconwidth" name="iconwidth"></a> iconWidth

• `Optional` **iconWidth**: `number`

___

### <a id="selected" name="selected"></a> selected

• `Optional` **selected**: `boolean`

___

### <a id="subitems" name="subitems"></a> subItems

• `Optional` **subItems**: [`IListGroupItemData`](GC.Spread.Sheets.Designer.IListGroupItemData)[]

___

### <a id="text" name="text"></a> text

• `Optional` **text**: `string`

___

### <a id="textclass" name="textclass"></a> textClass

• `Optional` **textClass**: `string`

___

### <a id="tip" name="tip"></a> tip

• `Optional` **tip**: `string`

___

### <a id="type" name="type"></a> type

• `Optional` **type**: ``"separator"`` \| ``"listItem"``

___

### <a id="unionvalue" name="unionvalue"></a> unionValue

• `Optional` **unionValue**: `boolean`

___

### <a id="value" name="value"></a> value

• `Optional` **value**: `string` \| `number`

___

### <a id="visible" name="visible"></a> visible

• `Optional` **visible**: `boolean`
