FileSizeRendererComponent
component
Component Metadata
Section titled “Component Metadata”Selector: yuv-string-renderer
Standalone: No
Inputs
Section titled “Inputs”Type: Record<string, unknown> | U
propertyName
Section titled “propertyName”Type: string
Required: Yes
Type: T | null
Required: Yes
Properties
Section titled “Properties”parsedValue
Section titled “parsedValue”Type: unknown
Default Value: computed<number>(() => \{ let n = 0; const v = this.value(); if (v) try \{ n = parseInt(v); \} catch (e) \{ console.error(e); \} return n; \})