AboutSupportDeveloper GuideVersion 45.148.100.77

Sync API returned from Layout.create() for operations that don't require IPC. Only available in the window context that owns the layout.

interface LayoutSyncApi {
    updateAccessibilityOptions(options: Partial<LayoutAccessibilityOptions>): void;
}

Methods

  • Updates accessibility options at runtime without recreating the layout.

    Parameters

    Returns void