Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SfLoaderComponent

API reference for SfLoaderComponent

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


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

Hierarchy

  • SfLoaderComponent

Implements

  • OnInit

Index

Properties

count

count: number

Sets the number of loader iterations to display

height

height: number

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

iterations

iterations: number[] = [0]

The number of loader iterations

look

look: string

Sets the additional css styles for the component

rectClasses

rectClasses: Array<string>

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

width

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

generateCssClassList

  • generateCssClassList(): string
  • Generates the css classes of the loader

    Returns string

ngOnInit

  • ngOnInit(): void
  • Returns void

Generated using TypeDoc