ionic3 - Ionic nav main attribute. What does it do? -


i looking at<ion-nav> goes class name nav:

i noticed there method called initpane(), makes reference attribute main.

so presume can have code:

<ion-nav main> </ion-nav> 

what significance of this?

i see no mention of in documentation.

how impact behaviour of app?

i'm wondering if it's sort of mechanism automate setting rootpage.

can please clarify?

thanks.

found here splitpane

here, splitpane element main attribute , make central component on larger screens. main component can ionic component (ion-nav or ion-tabs) except ion-menu.


Comments

Popular posts from this blog

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -

angular - DownloadURL return null in below code -