Interface: ServerRenderOptions
Defined in: packages/core/src/session.ts:152
Extends
Properties
destination?
optionaldestination?:"s3"|"response"
Defined in: packages/core/src/session.ts:155
embedEditLog?
optionalembedEditLog?:boolean
Defined in: packages/core/src/session.ts:85
Inherited from
endpoint?
optionalendpoint?:string
Defined in: packages/core/src/session.ts:156
output
output:
OutputOptions
Defined in: packages/core/src/session.ts:84
Inherited from
source?
optionalsource?: {bucket?:string;key:string;kind:"s3"; } | {kind:"url";url:string; }
Defined in: packages/core/src/session.ts:154
Defaults to the loaded bytes sent inline. Hosts that uploaded the original pass its reference.
upTo?
optionalupTo?:number
Defined in: packages/core/src/session.ts:86