Type alias RenderBuiltAssetUrl
RenderBuiltAssetUrl: ((filename, type) => string | {
relative?: boolean;
runtime?: string;
} | undefined)
Type declaration
- (filename, type): string | {
relative?: boolean;
runtime?: string;
} | undefined Parameters
- filename: string
- type: {
hostId: string;
hostType: "js" | "css" | "html";
ssr: boolean;
type: "asset" | "public";
}hostId: string
hostType: "js" | "css" | "html"
ssr: boolean
type: "asset" | "public"
Returns string | {
relative?: boolean;
runtime?: string;
} | undefined