Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 652 Bytes

types.basetypeimpl.withname.md

File metadata and controls

27 lines (16 loc) · 652 Bytes

Home > @skunkteam/types > BaseTypeImpl > withName

BaseTypeImpl.withName() method

Create a new instance of this Type with the given name.

Signature:

withName(name: string): this;

Parameters

Parameter Type Description
name string the new name to use in error messages

Returns:

this

Remarks

Does not create a brand.