ion-router-outlet
Properties
animated
Description | true の場合、ルータ・アウトレットはコンポーネントの遷移をアニメーションで表現する必要があります。 |
Attribute | animated |
Type | boolean |
Default | true |
animation
Description | このプロパティは、AnimationBuilder の機能を使用して、カスタムトランジションを作成することができます。 |
Attribute | animation |
Type | ((baseEl: any, opts?: any) => Animation) | undefined |
Default | undefined |
mode
Description | modeは、どのプラットフォームのスタイルを使用するかを決定します。 |
Attribute | mode |
Type | "ios" | "md" |
Default | getIonMode(this) |