default
default:
object
Defined in: packages/sdk/src/index.ts:281
Type Declaration
Section titled “Type Declaration”getDesign
Section titled “getDesign”getDesign: (
url,options) =>Promise<GetDesignResult>
Parameters
Section titled “Parameters”string
options?
Section titled “options?”GetDesignOptions = {}
Returns
Section titled “Returns”Promise<GetDesignResult>
streamDesign
Section titled “streamDesign”streamDesign: (
url,options) =>AsyncGenerator<DesignStreamEvent,void,void>
Parameters
Section titled “Parameters”string
options?
Section titled “options?”GetDesignOptions = {}
Returns
Section titled “Returns”AsyncGenerator<DesignStreamEvent, void, void>
version
Section titled “version”version:
string