interface FullscreenOptions {
    navigationUI?: FullscreenNavigationUI;
}

属性

navigationUI?: FullscreenNavigationUI