NewFrameConfiginterface
An object describing the possible settings when defining a new frame.
Properties (3)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| bounds⚓︎ | { top?: number; left?: number; width?: number; height?: number; } | x | x | An object describing the possible settings when defining a new frame. |
| frameId⚓︎ | string | x | x | A string which will be used as an id of the new frame. The call will reject if a frame with id already exists |
| isVisible⚓︎ | boolean | true | x | If |