@nativescript-community/ui-drawer
    Preparing search index...

    Interface TrData

    interface TrData {
        backDrop?: AnimationDefinition;
        bottomDrawer?: AnimationDefinition;
        leftDrawer?: AnimationDefinition;
        mainContent?: AnimationDefinition;
        rightDrawer?: AnimationDefinition;
        topDrawer?: AnimationDefinition;
        [k: string]: AnimationDefinition;
    }

    Indexable

    • [k: string]: AnimationDefinition
    Index

    Properties

    backDrop?: AnimationDefinition
    bottomDrawer?: AnimationDefinition
    leftDrawer?: AnimationDefinition
    mainContent?: AnimationDefinition
    rightDrawer?: AnimationDefinition
    topDrawer?: AnimationDefinition