File

src/lib/kiewit-card/kiewit-card.ts

Index

Properties

Properties

CardHeight
CardHeight: string
Type : string
CardHoverStateBGColor
CardHoverStateBGColor: string
Type : string
CardId
CardId: number
Type : number
CardWidth
CardWidth: string
Type : string
HeaderBGColor
HeaderBGColor: string
Type : string
HeaderMenuHeight
HeaderMenuHeight: string
Type : string
HeaderMenuIconColor
HeaderMenuIconColor: string
Type : string
HeaderMenuIconContentWidth
HeaderMenuIconContentWidth: string
Type : string
HeaderMenuIconWidth
HeaderMenuIconWidth: string
Type : string
HeaderMenuItems
HeaderMenuItems: HeaderMenuItem[]
Type : HeaderMenuItem[]
Highlighters
Highlighters: Highlighter[]
Type : Highlighter[]
OptionsMenuItems
OptionsMenuItems: OptionsMenuItem[]
Type : OptionsMenuItem[]
TagImage
TagImage: string
Type : string
TagIsOfficialPlan
TagIsOfficialPlan: boolean
Type : boolean
Title
Title: string
Type : string
TitleDescription1
TitleDescription1: string
Type : string
TitleDescription1Font
TitleDescription1Font: string
Type : string
TitleDescription1FontSize
TitleDescription1FontSize: string
Type : string
TitleDescription2
TitleDescription2: string
Type : string
TitleDescription2Font
TitleDescription2Font: string
Type : string
TitleDescription2FontSize
TitleDescription2FontSize: string
Type : string
TitleFont
TitleFont: string
Type : string
TitleFontSize
TitleFontSize: string
Type : string
export interface KiewitCard {
    CardId: number,
    CardHeight?: string,
    CardWidth?: string,
    CardHoverStateBGColor?: string,
    HeaderBGColor?: string,    
    HeaderMenuHeight?: string,
    HeaderMenuIconColor?: string,
    HeaderMenuItems?: HeaderMenuItem[],
    HeaderMenuIconContentWidth?: string,
    HeaderMenuIconWidth?: string,
    TagImage?: string,
    TagIsOfficialPlan?: boolean,
    Title: string,
    TitleFont?: string,
    TitleFontSize?: string, 
    TitleDescription1: string,
    TitleDescription1Font?: string,
    TitleDescription1FontSize?: string,
    TitleDescription2?: string,
    TitleDescription2Font?: string,
    TitleDescription2FontSize?: string, 
    Highlighters?: Highlighter[]
    OptionsMenuItems?: OptionsMenuItem[],
}
export interface OptionsMenuItem {
    OptionsMenuItemIconTitle: string,
    OptionsMenuItemIconToolTip: string,
    OptionsMenuItemIcon: string,
    OptionsMenuItemIconHidden?: boolean,
    OptionsMenuItemIconDisabled?: boolean    
}
export interface HeaderMenuItem {
    HeaderMenuIconName:string,
    HeaderMenuIcon: string,
    HeaderMenuToolTip: string,
    HeaderMenuIconHidden?: boolean,
    HeaderMenuIconDisabled?: boolean
}
export interface Highlighter {
    Highlighter: string,
    HighlighterFont?: string,
    HighlighterFontSize?: string,
    HighlighterDescription: string,
    HighlighterDescriptionFont?: string,
    HighlighterDescriptionFontSize?: string
}

results matching ""

    No results matching ""