ng2-fullpage
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MnFullpageDirective

Implements

  • OnInit

Indexable

[key: string]: any

Index signature

Index

Constructors

constructor

Properties

_el

_el: ElementRef

| Class properties |

mnFullpageAfterLoad

mnFullpageAfterLoad: function

| Callbacks |

see

MnFullpageOptions for documentation

Type declaration

    • (anchorLink: string, index: number): void
    • Parameters

      • anchorLink: string
      • index: number

      Returns void

mnFullpageAfterRender

mnFullpageAfterRender: function

Type declaration

    • (): void
    • Returns void

mnFullpageAfterResize

mnFullpageAfterResize: function

Type declaration

    • (): void
    • Returns void

mnFullpageAfterSlideLoad

mnFullpageAfterSlideLoad: function

Type declaration

    • (anchorLink: string, index: number, slideAnchor: string, slideIndex: number): void
    • Parameters

      • anchorLink: string
      • index: number
      • slideAnchor: string
      • slideIndex: number

      Returns void

mnFullpageAnchors

mnFullpageAnchors: Array<string>

mnFullpageAnimateAnchor

mnFullpageAnimateAnchor: boolean

mnFullpageAutoScrolling

mnFullpageAutoScrolling: boolean

mnFullpageContinuousVertical

mnFullpageContinuousVertical: boolean

mnFullpageControlArrows

mnFullpageControlArrows: boolean

| Design |

see

MnFullpageOptions for documentation

mnFullpageCss3

mnFullpageCss3: boolean

| Scrolling |

see

MnFullpageOptions for documentation

mnFullpageEasing

mnFullpageEasing: string

mnFullpageEasingcss3

mnFullpageEasingcss3: string

mnFullpageFitToSection

mnFullpageFitToSection: boolean

mnFullpageFitToSectionDelay

mnFullpageFitToSectionDelay: number

mnFullpageFixedElements

mnFullpageFixedElements: string

mnFullpageKeyboardScrolling

mnFullpageKeyboardScrolling: boolean

| Accessibility |

see

MnFullpageOptions for documentation

mnFullpageLockAnchors

mnFullpageLockAnchors: boolean

mnFullpageLoopBottom

mnFullpageLoopBottom: boolean

mnFullpageLoopHorizontal

mnFullpageLoopHorizontal: boolean

mnFullpageLoopTop

mnFullpageLoopTop: boolean

mnFullpageMenu

mnFullpageMenu: string

| Navigation |

see

MnFullpageOptions for documentation

mnFullpageNavigation

mnFullpageNavigation: boolean

mnFullpageNavigationPosition

mnFullpageNavigationPosition: string

mnFullpageNavigationTooltips

mnFullpageNavigationTooltips: Array<string>

mnFullpageNormalScrollElementTouchThreshold

mnFullpageNormalScrollElementTouchThreshold: number

mnFullpageNormalScrollElements

mnFullpageNormalScrollElements: string

mnFullpageOnLeave

mnFullpageOnLeave: function

Type declaration

    • (index: number, nextIndex: number, direction: string): void
    • Parameters

      • index: number
      • nextIndex: number
      • direction: string

      Returns void

mnFullpageOnSlideLeave

mnFullpageOnSlideLeave: function

Type declaration

    • (anchorLink: string, index: number, slideIndex: number, direction: string, nextSlideIndex: number): void
    • Parameters

      • anchorLink: string
      • index: number
      • slideIndex: number
      • direction: string
      • nextSlideIndex: number

      Returns void

mnFullpagePaddingBottom

mnFullpagePaddingBottom: string

mnFullpagePaddingTop

mnFullpagePaddingTop: string

mnFullpageRecordHistory

mnFullpageRecordHistory: boolean

mnFullpageResize

mnFullpageResize: boolean

mnFullpageResponsiveHeight

mnFullpageResponsiveHeight: number

mnFullpageResponsiveWidth

mnFullpageResponsiveWidth: number

mnFullpageScrollBar

mnFullpageScrollBar: boolean

mnFullpageScrollOverflow

mnFullpageScrollOverflow: boolean

mnFullpageScrollingSpeed

mnFullpageScrollingSpeed: number

mnFullpageSectionSelector

mnFullpageSectionSelector: string

mnFullpageSectionsColor

mnFullpageSectionsColor: Array<string>

mnFullpageShowActiveTooltip

mnFullpageShowActiveTooltip: boolean

mnFullpageSlideSelector

mnFullpageSlideSelector: string

mnFullpageSlidesNavPosition

mnFullpageSlidesNavPosition: string

mnFullpageSlidesNavigation

mnFullpageSlidesNavigation: boolean

mnFullpageTouchSensitivity

mnFullpageTouchSensitivity: number

mnFullpageVerticalCentered

mnFullpageVerticalCentered: boolean

options

Directive options reference

propertyPrefix

propertyPrefix: string = `${DIRECTIVE_NAME}`

Prefix for directive-relative properties

type

{string} prefix

Methods

ngOnInit

  • ngOnInit(): void

extractName

  • extractName(property: string): string
  • Static method for option name retrieving

    Parameters

    • property: string

      this class property name

    Returns string

    FullpageOption class option (property) name

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc