Type alias HomePageComponent
HomePageComponent: Metadata & { body?: string | null; height?: number | null; links: string[]; page?: string | null; pageComponentType: string; showLabel?: boolean | null; showScrollbars?: boolean | null; width?: string | null; } Type declaration
Optional body?: string | null
Optional height?: number | null
links: string[]
Optional page?: string | null
pageComponentType: string
Optional showLabel?: boolean | null
Optional showScrollbars?: boolean | null
Optional width?: string | null