9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement

Defined in: ui/layouts/root-layout/index.d.ts:29

Properties

animation?

ts
optional animation?: {
  enterFrom?: TransitionAnimation;
  exitTo?: TransitionAnimation;
};

Defined in: ui/layouts/root-layout/index.d.ts:33

enterFrom?

ts
optional enterFrom?: TransitionAnimation;

exitTo?

ts
optional exitTo?: TransitionAnimation;

color?

ts
optional color?: string;

Defined in: ui/layouts/root-layout/index.d.ts:31


ignoreShadeRestore?

ts
optional ignoreShadeRestore?: boolean;

Defined in: ui/layouts/root-layout/index.d.ts:37


opacity?

ts
optional opacity?: number;

Defined in: ui/layouts/root-layout/index.d.ts:30


tapToClose?

ts
optional tapToClose?: boolean;

Defined in: ui/layouts/root-layout/index.d.ts:32