Phials developer documentation
User guide
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

NameTypeRequiredDescription
fileFileEntryyes
onclose() => voidno
focusEditorbooleannoOne-shot request to focus an editable preview surface after load.
onConsumeFocusEditor() => voidno