Member Junction
    Preparing search index...

    Base class for all Angular components in the MemberJunction system.

    Hierarchy (View Summary)

    Implements

    • OnInit
    Index

    Constructors

    Properties

    ColorMode: "brand" | "categorical" | "weight-gradient" = 'weight-gradient'

    Color mode passed to the word cloud.

    ContentSourceOptions: ScopeOption[] = []

    Scope picker options.

    ContentTypeOptions: ScopeOption[] = []
    IsLoading: boolean = true
    Items: WordCloudItem[] = []
    MaxFontSize: number = 56

    Sizing: maximum font size driven by weight.

    MinFontSize: number = 14
    Provider: IMetadataProvider | null = null

    Re-declared so the host can bind [Provider] and we thread it through.

    SelectedContentSourceID: string = ''

    Current scope selections (empty string = "All").

    SelectedContentTypeID: string = ''
    SelectedTagRootID: string = ''
    TagRootOptions: ScopeOption[] = []
    TagSelected: EventEmitter<TagCloudSelection> = ...

    Emitted when a tag word is clicked.

    "ɵdir": unknown
    "ɵfac": unknown

    Accessors

    • get ProviderToUse(): IMetadataProvider

      Returns either the default Metadata provider or the one specified in the Provider property, if it was specified

      Returns IMetadataProvider

    • get RunQueryToUse(): IRunQueryProvider

      Returns either the default RunQuery provider or the one specified in the Provider property, if it was specified

      Returns IRunQueryProvider

    • get RunReportToUse(): IRunReportProvider

      Returns either the default RunReport provider or the one specified in the Provider property, if it was specified

      Returns IRunReportProvider

    • get RunViewToUse(): IRunViewProvider

      Returns either the default RunView provider or the one specified in the Provider property, if it was specified

      Returns IRunViewProvider

    Methods