---
title: "IUIGroup"
---
# IUIGroup

Defined in: [src/types/ui.d.ts:98](https://github.com/xdan/jodit/blob/main/src/types/ui.d.ts#L98)

## Extends

- [`IUIElement`](./types.IUIElement.html)

## Extended by

- [`IUIList`](./types.IUIList.html)
- [`IUIForm`](./types.IUIForm.html)

### mods

**mods**: [`IDictionary`](../modules/types.html#idictionary)\<[`ModType`](../modules/types.html#modtype)\>

Defined in: [src/types/traits.d.ts:28](https://github.com/xdan/jodit/blob/main/src/types/traits.d.ts#L28)

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`mods`](./types.IUIElement.html#mods)

***

### async

`readonly` **async**: [`IAsync`](./types.IAsync.html)

Defined in: [src/types/types.d.ts:43](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L43)

#### Inherited from

[`IComponent`](./types.IComponent.html).[`async`](./types.IComponent.html#async)

***

### ownerDocument

`readonly` **ownerDocument**: [`Document`](https://developer.mozilla.org/docs/Web/API/Document)

Defined in: [src/types/types.d.ts:44](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L44)

#### Inherited from

[`IComponent`](./types.IComponent.html).[`ownerDocument`](./types.IComponent.html#ownerdocument)

***

### od

`readonly` **od**: [`Document`](https://developer.mozilla.org/docs/Web/API/Document)

Defined in: [src/types/types.d.ts:45](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L45)

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`od`](./types.IUIElement.html#od)

***

### ownerWindow

`readonly` **ownerWindow**: [`Window`](https://developer.mozilla.org/docs/Web/API/Window)

Defined in: [src/types/types.d.ts:46](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L46)

#### Inherited from

[`IComponent`](./types.IComponent.html).[`ownerWindow`](./types.IComponent.html#ownerwindow)

***

### ow

`readonly` **ow**: [`Window`](https://developer.mozilla.org/docs/Web/API/Window)

Defined in: [src/types/types.d.ts:47](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L47)

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`ow`](./types.IUIElement.html#ow)

***

### componentName

`readonly` **componentName**: `string`

Defined in: [src/types/types.d.ts:51](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L51)

#### Inherited from

[`IComponent`](./types.IComponent.html).[`componentName`](./types.IComponent.html#componentname)

***

### uid

`readonly` **uid**: `string`

Defined in: [src/types/types.d.ts:62](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L62)

#### Inherited from

[`IComponent`](./types.IComponent.html).[`uid`](./types.IComponent.html#uid)

***

### isDestructed

`readonly` **isDestructed**: `boolean`

Defined in: [src/types/types.d.ts:63](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L63)

#### Inherited from

[`IComponent`](./types.IComponent.html).[`isDestructed`](./types.IComponent.html#isdestructed)

***

### isInDestruct

`readonly` **isInDestruct**: `boolean`

Defined in: [src/types/types.d.ts:64](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L64)

#### Inherited from

[`IComponent`](./types.IComponent.html).[`isInDestruct`](./types.IComponent.html#isindestruct)

***

### isReady

`readonly` **isReady**: `boolean`

Defined in: [src/types/types.d.ts:65](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L65)

#### Inherited from

[`IComponent`](./types.IComponent.html).[`isReady`](./types.IComponent.html#isready)

***

### componentStatus

`readonly` **componentStatus**: [`ComponentStatus`](../modules/types.html#componentstatus)

Defined in: [src/types/types.d.ts:67](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L67)

#### Inherited from

[`IComponent`](./types.IComponent.html).[`componentStatus`](./types.IComponent.html#componentstatus)

***

### jodit

**jodit**: [`IViewBased`](./types.IViewBased.html)

Defined in: [src/types/types.d.ts:79](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L79)

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`jodit`](./types.IUIElement.html#jodit)

***

### j

`readonly` **j**: [`IViewBased`](./types.IViewBased.html)

Defined in: [src/types/types.d.ts:80](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L80)

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`j`](./types.IUIElement.html#j)

***

### i18n

`readonly` **i18n**: (`text`, ...`params`) => `string`

Defined in: [src/types/types.d.ts:82](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L82)

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `text` | `string` |
| ...`params` | (`string` \| `number`)[] |

#### Returns

`string`

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`i18n`](./types.IUIElement.html#i18n)

***

### defaultTimeout

`readonly` **defaultTimeout**: `number`

Defined in: [src/types/types.d.ts:83](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L83)

#### Inherited from

[`IViewComponent`](./types.IViewComponent.html).[`defaultTimeout`](./types.IViewComponent.html#defaulttimeout)

***

### parentElement

**parentElement**: [`Nullable`](../modules/types.html#nullable)\<[`IUIElement`](./types.IUIElement.html)\>

Defined in: [src/types/ui.d.ts:26](https://github.com/xdan/jodit/blob/main/src/types/ui.d.ts#L26)

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`parentElement`](./types.IUIElement.html#parentelement)

***

### container

**container**: [`HTMLElement`](https://developer.mozilla.org/docs/Web/API/HTMLElement)

Defined in: [src/types/ui.d.ts:27](https://github.com/xdan/jodit/blob/main/src/types/ui.d.ts#L27)

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`container`](./types.IUIElement.html#container)

***

### name

**name**: `string`

Defined in: [src/types/ui.d.ts:28](https://github.com/xdan/jodit/blob/main/src/types/ui.d.ts#L28)

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`name`](./types.IUIElement.html#name)

***

### elements

`readonly` **elements**: [`IUIElement`](./types.IUIElement.html)[]

Defined in: [src/types/ui.d.ts:99](https://github.com/xdan/jodit/blob/main/src/types/ui.d.ts#L99)

***

### allChildren

`readonly` **allChildren**: [`IUIElement`](./types.IUIElement.html)[]

Defined in: [src/types/ui.d.ts:100](https://github.com/xdan/jodit/blob/main/src/types/ui.d.ts#L100)

### setMod()

**setMod**\<`T`\>(`this`, `name`, `value`): `T`

Defined in: [src/types/traits.d.ts:20](https://github.com/xdan/jodit/blob/main/src/types/traits.d.ts#L20)

Set/remove modification (null - remove)

#### Type Parameters

| Type Parameter |
| ------ |
| `T` *extends* [`IComponent`](./types.IComponent.html)\<[`IViewBased`](./types.IViewBased.html)\<[`IViewOptions`](./types.IViewOptions.html)\>\> & [`IContainer`](./types.IContainer.html) & [`IMods`](./types.IMods.html) |

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `this` | `T` |
| `name` | `string` |
| `value` | [`ModType`](../modules/types.html#modtype) |

#### Returns

`T`

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`setMod`](./types.IUIElement.html#setmod)

***

### afterSetMod()

**afterSetMod**(`name`, `value`): `void`

Defined in: [src/types/traits.d.ts:25](https://github.com/xdan/jodit/blob/main/src/types/traits.d.ts#L25)

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `name` | `string` |
| `value` | [`ModType`](../modules/types.html#modtype) |

#### Returns

`void`

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`afterSetMod`](./types.IUIElement.html#aftersetmod)

***

### getMod()

**getMod**(`name`): [`ModType`](../modules/types.html#modtype)

Defined in: [src/types/traits.d.ts:27](https://github.com/xdan/jodit/blob/main/src/types/traits.d.ts#L27)

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `name` | `string` |

#### Returns

[`ModType`](../modules/types.html#modtype)

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`getMod`](./types.IUIElement.html#getmod)

***

### getElm()

**getElm**(`elementName`): [`Nullable`](../modules/types.html#nullable)\<[`HTMLElement`](https://developer.mozilla.org/docs/Web/API/HTMLElement)\>

Defined in: [src/types/traits.d.ts:32](https://github.com/xdan/jodit/blob/main/src/types/traits.d.ts#L32)

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `elementName` | `string` |

#### Returns

[`Nullable`](../modules/types.html#nullable)\<[`HTMLElement`](https://developer.mozilla.org/docs/Web/API/HTMLElement)\>

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`getElm`](./types.IUIElement.html#getelm)

***

### getElms()

**getElms**(`elementName`): [`HTMLElement`](https://developer.mozilla.org/docs/Web/API/HTMLElement)[]

Defined in: [src/types/traits.d.ts:33](https://github.com/xdan/jodit/blob/main/src/types/traits.d.ts#L33)

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `elementName` | `string` |

#### Returns

[`HTMLElement`](https://developer.mozilla.org/docs/Web/API/HTMLElement)[]

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`getElms`](./types.IUIElement.html#getelms)

***

### destruct()

**destruct**(`jodit?`): `any`

Defined in: [src/types/types.d.ts:32](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L32)

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `jodit?` | [`IViewBased`](./types.IViewBased.html)\<[`IViewOptions`](./types.IViewOptions.html)\> |

#### Returns

`any`

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`destruct`](./types.IUIElement.html#destruct)

***

### get()

**get**\<`T`\>(`chain`, `obj?`): [`Nullable`](../modules/types.html#nullable)\<`T`\>

Defined in: [src/types/types.d.ts:49](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L49)

#### Type Parameters

| Type Parameter |
| ------ |
| `T` |

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `chain` | `string` |
| `obj?` | [`IDictionary`](../modules/types.html#idictionary)\<`any`, `string`\> |

#### Returns

[`Nullable`](../modules/types.html#nullable)\<`T`\>

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`get`](./types.IUIElement.html#get)

***

### className()

**className**(): `string`

Defined in: [src/types/types.d.ts:52](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L52)

#### Returns

`string`

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`className`](./types.IUIElement.html#classname)

***

#### Call Signature

**getFullElName**(`elementName`): `string`

Defined in: [src/types/types.d.ts:54](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L54)

##### Parameters

| Parameter | Type |
| ------ | ------ |
| `elementName` | `string` |

##### Returns

`string`

##### Inherited from

[`IUIElement`](./types.IUIElement.html).[`getFullElName`](./types.IUIElement.html#getfullelname)

#### Call Signature

**getFullElName**(`elementName`, `mod`): `string`

Defined in: [src/types/types.d.ts:55](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L55)

##### Parameters

| Parameter | Type |
| ------ | ------ |
| `elementName` | `string` |
| `mod` | `string` |

##### Returns

`string`

##### Inherited from

[`IUIElement`](./types.IUIElement.html).[`getFullElName`](./types.IUIElement.html#getfullelname)

#### Call Signature

**getFullElName**(`elementName`, `mod?`, `modValue?`): `string`

Defined in: [src/types/types.d.ts:56](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L56)

##### Parameters

| Parameter | Type |
| ------ | ------ |
| `elementName` | `string` |
| `mod?` | `string` |
| `modValue?` | `string` \| `boolean` |

##### Returns

`string`

##### Inherited from

[`IUIElement`](./types.IUIElement.html).[`getFullElName`](./types.IUIElement.html#getfullelname)

***

### setStatus()

**setStatus**(`componentStatus`): `void`

Defined in: [src/types/types.d.ts:68](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L68)

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `componentStatus` | [`ComponentStatus`](../modules/types.html#componentstatus) |

#### Returns

`void`

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`setStatus`](./types.IUIElement.html#setstatus)

***

### hookStatus()

**hookStatus**(`status`, `callback`): `void`

Defined in: [src/types/types.d.ts:70](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L70)

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `status` | [`ComponentStatus`](../modules/types.html#componentstatus) |
| `callback` | (`component`) => `void` |

#### Returns

`void`

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`hookStatus`](./types.IUIElement.html#hookstatus)

***

### bindDestruct()

**bindDestruct**(`component`): `this`

Defined in: [src/types/types.d.ts:75](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L75)

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `component` | [`IComponent`](./types.IComponent.html) |

#### Returns

`this`

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`bindDestruct`](./types.IUIElement.html#binddestruct)

***

### setParentView()

**setParentView**(`jodit`): `this`

Defined in: [src/types/types.d.ts:81](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L81)

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `jodit` | [`IViewBased`](./types.IViewBased.html) |

#### Returns

`this`

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`setParentView`](./types.IUIElement.html#setparentview)

***

### getRole()

**getRole**(): `string`

Defined in: [src/types/ui.d.ts:30](https://github.com/xdan/jodit/blob/main/src/types/ui.d.ts#L30)

#### Returns

`string`

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`getRole`](./types.IUIElement.html#getrole)

***

### bubble()

**bubble**(`callback`): `this`

Defined in: [src/types/ui.d.ts:35](https://github.com/xdan/jodit/blob/main/src/types/ui.d.ts#L35)

Apply callback for all parents

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `callback` | (`parent`) => `void` |

#### Returns

`this`

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`bubble`](./types.IUIElement.html#bubble)

***

#### Call Signature

**closest**\<`T`\>(`type`): [`Nullable`](../modules/types.html#nullable)\<`T`\>

Defined in: [src/types/ui.d.ts:37](https://github.com/xdan/jodit/blob/main/src/types/ui.d.ts#L37)

##### Type Parameters

| Type Parameter |
| ------ |
| `T` *extends* [`IUIElement`](./types.IUIElement.html) |

##### Parameters

| Parameter | Type |
| ------ | ------ |
| `type` | [`Function`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Function) |

##### Returns

[`Nullable`](../modules/types.html#nullable)\<`T`\>

##### Inherited from

[`IUIElement`](./types.IUIElement.html).[`closest`](./types.IUIElement.html#closest)

#### Call Signature

**closest**\<`T`\>(`type`): [`Nullable`](../modules/types.html#nullable)\<`T`\>

Defined in: [src/types/ui.d.ts:38](https://github.com/xdan/jodit/blob/main/src/types/ui.d.ts#L38)

##### Type Parameters

| Type Parameter |
| ------ |
| `T` *extends* [`IUIElement`](./types.IUIElement.html) |

##### Parameters

| Parameter | Type |
| ------ | ------ |
| `type` | [`Function`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Function) \| `T` |

##### Returns

[`Nullable`](../modules/types.html#nullable)\<`T`\>

##### Inherited from

[`IUIElement`](./types.IUIElement.html).[`closest`](./types.IUIElement.html#closest)

***

### update()

**update**(): `void`

Defined in: [src/types/ui.d.ts:40](https://github.com/xdan/jodit/blob/main/src/types/ui.d.ts#L40)

#### Returns

`void`

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`update`](./types.IUIElement.html#update)

***

### updateParentElement()

**updateParentElement**(`target`): `this`

Defined in: [src/types/ui.d.ts:41](https://github.com/xdan/jodit/blob/main/src/types/ui.d.ts#L41)

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `target` | [`IUIElement`](./types.IUIElement.html) |

#### Returns

`this`

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`updateParentElement`](./types.IUIElement.html#updateparentelement)

***

### appendTo()

**appendTo**(`element`): `this`

Defined in: [src/types/ui.d.ts:42](https://github.com/xdan/jodit/blob/main/src/types/ui.d.ts#L42)

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `element` | [`HTMLElement`](https://developer.mozilla.org/docs/Web/API/HTMLElement) |

#### Returns

`this`

#### Inherited from

[`IUIElement`](./types.IUIElement.html).[`appendTo`](./types.IUIElement.html#appendto)

***

#### Call Signature

**append**(`elm`, `index?`): `this`

Defined in: [src/types/ui.d.ts:101](https://github.com/xdan/jodit/blob/main/src/types/ui.d.ts#L101)

##### Parameters

| Parameter | Type |
| ------ | ------ |
| `elm` | [`IUIElement`](./types.IUIElement.html) |
| `index?` | `number` |

##### Returns

`this`

#### Call Signature

**append**(`elm`, `distElement?`): `this`

Defined in: [src/types/ui.d.ts:102](https://github.com/xdan/jodit/blob/main/src/types/ui.d.ts#L102)

##### Parameters

| Parameter | Type |
| ------ | ------ |
| `elm` | [`IUIElement`](./types.IUIElement.html) |
| `distElement?` | `string` |

##### Returns

`this`

#### Call Signature

**append**(`elms`, `distElement?`): `this`

Defined in: [src/types/ui.d.ts:103](https://github.com/xdan/jodit/blob/main/src/types/ui.d.ts#L103)

##### Parameters

| Parameter | Type |
| ------ | ------ |
| `elms` | [`IUIElement`](./types.IUIElement.html)[] |
| `distElement?` | `string` |

##### Returns

`this`

#### Call Signature

**append**(`elm`, `distElementOrIndex?`): `this`

Defined in: [src/types/ui.d.ts:104](https://github.com/xdan/jodit/blob/main/src/types/ui.d.ts#L104)

##### Parameters

| Parameter | Type |
| ------ | ------ |
| `elm` | [`IUIElement`](./types.IUIElement.html) \| [`IUIElement`](./types.IUIElement.html)[] |
| `distElementOrIndex?` | `string` \| `number` |

##### Returns

`this`

***

### remove()

**remove**(`elm`): `this`

Defined in: [src/types/ui.d.ts:108](https://github.com/xdan/jodit/blob/main/src/types/ui.d.ts#L108)

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `elm` | [`IUIElement`](./types.IUIElement.html) |

#### Returns

`this`

***

### clear()

**clear**(): `this`

Defined in: [src/types/ui.d.ts:109](https://github.com/xdan/jodit/blob/main/src/types/ui.d.ts#L109)

#### Returns

`this`
