Back to documentation
Page
A container of the whole page.
Information
Plan: Personal
Properties
| Property | Type | Default |
|---|---|---|
| Title | string | "" |
| Description | string | "" |
| Keywords | string | "" |
| Flexbox direction | enum<string> | "row" |
| Align items along the cross axis | enum<string> | "stretch" |
| Justify content along the main axis | enum<string> | "stretch" |
| Gap | string | "2rem" |
| Padding | string | "2rem" |
| Width | string | "auto" |
| Minimum width | string | "auto" |
| Maximum width | string | "none" |
| Height | string | "auto" |
| Minimum height | string | "auto" |
| Maximum height | string | "none" |
| Background | string | "none" |
| Background color | string | "var(--ophixor-semantic-surface-page)" |
| Background image | string | "none" |
| Background size | string | "auto" |
| Background position | string | "center" |
| Background repeat | string | "repeat" |
| Background blend mode | string | "normal" |
| On broadcast | object | null |
| On emit | object | null |
| Selectors | array | [] |