AI Notice: Most documentation right now was auto-generated by an LLM. Handwritten documentation will be implemented over time on the road to 1.0
FullscreenProviderProps
Props passed to fullscreen components
Signature
interface FullscreenProviderProps {
file: FileEntry;
onclose?: () => void;
focusEditor?: boolean;
onConsumeFocusEditor?: () => void;
}Members
| Name | Type | Required | Description |
|---|---|---|---|
file | FileEntry | yes | — |
onclose | () => void | no | — |
focusEditor | boolean | no | One-shot request to focus an editable preview surface after load. |
onConsumeFocusEditor | () => void | no | — |