Options
All
  • Public
  • Public/Protected
  • All
Menu

Options used in Loading service

Hierarchy

  • LoadingServiceOptions

Index

Properties

background?: string

Background color of the mask

body?: boolean

Whether to make the mask append to the body element

customClass?: string

Custom class name for Loading

fullscreen?: boolean

Whether to show the loading mask in fullscreen

lock?: boolean

Whether to disable scrolling on body

spinner?: string

Class name of the custom spinner

target?: string | <internal>.HTMLElement

The DOM node Loading needs to cover. Accepts a DOM object or a string. If it's a string, it will be passed to document.querySelector to get the corresponding DOM node

text?: string

Loading text that displays under the spinner

Generated using TypeDoc