API reference for SfLoaderComponent

import {SfLoaderModule} from "@progress/sitefinity-component-framework";


selector: sf-loader description: Displays different types of loading indicators

Implements

  • OnInit

Constructors

Properties

count: number

Sets the number of loader iterations to display

height: number

Sets the height of the loader and generates appropriate number of rectangles to fit the height

iterations: number[] = ...

The number of loader iterations

look: string

Sets the additional css styles for the component

rectClasses: string[]

An array, containing all loader rectangle classes This array is empty for 'skeleton' and 'progressbar' loaders

width: number

Sets the width of the loader Currently used for solid-block loader If width and height aren't set, solid-block loader expands to 100% width and height of parent

Methods

  • Generates the css classes of the loader

    Returns string

  • Returns void

Generated using TypeDoc