API reference for SfMarkupGeneratorComponent

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


selector: sf-markup-generator

Implements

  • OnChanges

Constructors

Properties

markupModel: MarkupSection[] = []

The markup structure, which will be displayed as text, as a list or as a various chunk representations

markupTypes: {
    chunkPresentation: typeof ChunkPresentation;
    sectionTypes: typeof SectionTypes;
} = markupTypes

All markup types

Type declaration

Methods

  • Gets the chunk css classes from the cache

    Parameters

    Returns object

  • Parameters

    • changes: SimpleChanges

    Returns void

Generated using TypeDoc