# Interface: ICreateNewArgs [@deathbeds/ipydrawio](../modules/deathbeds_ipydrawio.md).ICreateNewArgs The shape of a createNew command ## Hierarchy - [`ISetUrlParamsArgs`](deathbeds_ipydrawio.ISetUrlParamsArgs.md) ↳ **`ICreateNewArgs`** ## Properties ### cwd • **cwd**: `string` The path in which to create a new untitled file. #### Defined in [packages/ipydrawio/src/tokens.ts:194](https://github.com/deathbeds/ipydrawio/blob/59b2750/packages/ipydrawio/src/tokens.ts#L194) --- ### drawioUrlParams • **drawioUrlParams**: `DrawioURLParams` #### Inherited from [ISetUrlParamsArgs](deathbeds_ipydrawio.ISetUrlParamsArgs.md).[drawioUrlParams](deathbeds_ipydrawio.ISetUrlParamsArgs.md#drawiourlparams) #### Defined in [packages/ipydrawio/src/tokens.ts:184](https://github.com/deathbeds/ipydrawio/blob/59b2750/packages/ipydrawio/src/tokens.ts#L184) --- ### format • `Optional` **format**: `string` The format to use for a new file #### Defined in [packages/ipydrawio/src/tokens.ts:198](https://github.com/deathbeds/ipydrawio/blob/59b2750/packages/ipydrawio/src/tokens.ts#L198) --- ### name • `Optional` **name**: `string` The base name for a new file (without extension) #### Defined in [packages/ipydrawio/src/tokens.ts:202](https://github.com/deathbeds/ipydrawio/blob/59b2750/packages/ipydrawio/src/tokens.ts#L202) ``` Copyright 2023 ipydrawio contributors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```