# DefinitionDetails

**Kind**: interface | **Module**: [App Management](https://docs.interop.io/browser/reference/javascript/app%20management/index.md)

**Source**: https://docs.interop.io/browser/reference/javascript/app management/definitiondetails/index.html

## Properties

- **`channelSelector`** (`ChannelSelector`, optional)
  Settings for the Channel Selector displayed on an io.Connect Window.
- **`height`** (`number`, optional) default: `400`
  Window height.
- **`iframePermissionsPolicy`** (`IFramePermissionsPolicyConfig`, optional)
  Configuration for the `allow` attribute of the `<iframe>` element in which the app will be started.
  This applies when the app is loaded in a Workspace as well as when it's opened as a standalone `<iframe>` via the io.Connect IFrames API.
- **`iframeSandbox`** (`IFrameSandboxConfig`, optional) *(since io.Connect Browser 4.5)*
  Configuration for the `sandbox` attribute of the `<iframe>` element in which the app will be started.
  This applies when the app is loaded in a Workspace as well as when it's opened as a standalone `<iframe>` via the io.Connect IFrames API.
- **`left`** (`number`, optional) default: `0`
  Distance of the top left window corner from the left edge of the screen.
- **`top`** (`number`, optional) default: `0`
  Distance of the top left window corner from the top edge of the screen.
- **`url`** (`string`, required)
- **`width`** (`number`, optional) default: `400`
  Window width.
- **`workspacesSandbox`** (`WorkspacesSandbox`, optional)
  Configuration for the `sandbox` attribute of the `<iframe>` element in which the app will be started when opened in a Workspace.

## Related types

- [ChannelSelector](https://docs.interop.io/browser/reference/javascript/app%20management/channelselector/index.md)
- [IFramePermissionsPolicyConfig](https://docs.interop.io/browser/reference/javascript/app%20management/iframepermissionspolicyconfig/index.md)
- [IFrameSandboxConfig](https://docs.interop.io/browser/reference/javascript/app%20management/iframesandboxconfig/index.md)
- [WorkspacesSandbox](https://docs.interop.io/browser/reference/javascript/app%20management/workspacessandbox/index.md)
