Defines the Default props and methods for OutSystemsUI Patterns

Export

Abstract

Implements

Type Parameters

Hierarchy-Diagram

UML class diagram of AbstractPattern
Legend
icon for a class in the UML class diagram class
icon for an abstract class in the UML class diagram abstract class
icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property
icon for a protected property in the UML class diagram protected property
icon for a private property in the UML class diagram private property
icon for a public method in the UML class diagram public method
icon for a protected method in the UML class diagram protected method
icon for a private method in the UML class diagram private method
italic abstract property/method

Hierarchy

Implements

Properties

_configs: C
_isBuilt: boolean = false
_platformEventInitialized: OSGeneric
_selfElem: HTMLElement
_uniqueId: string
_widgetId: string
isProviderBased: boolean = false

Constructors

Methods

  • Protected

    Unsets the global callbacks. This naming is used to prevent overriding the unsetCallback method on all patterns

    Memberof

    OSFramework.Patterns.AbstractPattern

    Returns void

  • Changes the value of the properties in the configurations and if changes are to a common property, applies the changes.

    Memberof

    OSFramework.Patterns.AbstractPattern

    Parameters

    • propertyName: string
    • propertyValue: unknown

    Returns void

Accessors