chore: update api.md

This commit is contained in:
Vasil Trifonov
2020-02-18 10:30:31 +02:00
parent ed784a0daa
commit ac86afa960

View File

@@ -772,6 +772,9 @@ export class Frame extends View {
animated: boolean;
// (undocumented)
_animationInProgress: boolean;
backStack: Array<BackstackEntry>;
canGoBack(): boolean;
@@ -2931,6 +2934,7 @@ export abstract class ViewBase extends Observable {
// (undocumented)
_setupAsRootView(context: any): void;
_setupUI(context: any /* android.content.Context */, atIndex?: number): void;
_shouldDelayLoad(): boolean;
showModal(moduleName: string, modalOptions: ShowModalOptions): ViewBase;
showModal(view: ViewBase, modalOptions: ShowModalOptions): ViewBase;
public readonly style: Style;