Type Alias ResolveUploadedFileUrlOptions

ResolveUploadedFileUrlOptions: {
    defaultStrategy?: AsukaUploadStrategy;
    mode?: string;
    registerUploadedAsset?: boolean;
    source?: string;
    upload?: AsukaUploadModuleConfig;
}

Type declaration

  • OptionaldefaultStrategy?: AsukaUploadStrategy

    Fallback strategy when neither strategy, endpoint nor handler is configured.

  • Optionalmode?: string

    Media input mode used by custom upload handlers.

  • OptionalregisterUploadedAsset?: boolean

    When false, the resolved file is not registered in the shared Upload module list.

  • Optionalsource?: string

    Caller identifier used by custom upload handlers.

  • Optionalupload?: AsukaUploadModuleConfig

    One-off upload policy override.