Component.UIBase.Mask

Mask extension class. Make component to be able to show with mask.

defined in: mask.js

Attributes

  • mask {Boolean} Whether show mask layer when component shows
  • maskNode {} Mask node for current overlay 's mask.
  • maskShared {} Whether to share mask with other overlays.

Class Detail

  • Component.UIBase.Mask ()
    Mask extension class. Make component to be able to show with mask.

Attributes Detail

  • mask {Boolean} Whether show mask layer when component shows
  • maskNode Mask node for current overlay 's mask.
  • maskShared Whether to share mask with other overlays. Default: true.
blog comments powered by Disqus
Top