interface NavigationOption {
    backHome?: string | boolean;
    motion?: false | {
        exit?: false | DevfiveMotionInfo;
        initial?: false | DevfiveMotionInfo;
    } | (null | DevfiveMotion)[];
    preventSameTop?: boolean;
    previousPageMotion?: false | {
        exit?: false | DevfiveMotionInfo;
        initial?: false | DevfiveMotionInfo;
    } | (null | DevfiveMotion)[];
    replace?: boolean;
    smooth?: false;
    target?: string;
}

Hierarchy (view full)

Properties

backHome?: string | boolean
motion?: false | {
    exit?: false | DevfiveMotionInfo;
    initial?: false | DevfiveMotionInfo;
} | (null | DevfiveMotion)[]

Type declaration

preventSameTop?: boolean
previousPageMotion?: false | {
    exit?: false | DevfiveMotionInfo;
    initial?: false | DevfiveMotionInfo;
} | (null | DevfiveMotion)[]

이전 페이지의 exit 모션

Type declaration

replace?: boolean
smooth?: false
target?: string

Generated using TypeDoc