型・APIリファレンス
    Preparing search index...

    Interface InformationListParts

    お知らせ一覧表示パーツ

    interface InformationListParts {
        columnInfo: ColumnInfo;
        cssClassName?: string;
        enableHtmlTag: boolean;
        hideReloadButton: boolean;
        iconTag?: string;
        informationList: Entity[];
        numberOfDisplay?: number;
        partsRuntimeId: string;
        passwordWarnAreaStyleClass?:
            | "info"
            | "warning"
            | "error"
            | "info-outline"
            | "warning-outline"
            | "error-outline";
        passwordWarnIcon?: string;
        passwordWarningMessage?: string;
        remainDays?: number;
        shouldWarn: boolean;
        showWarningPasswordAge: boolean;
        style?: string;
        title?: string;
        type: TopViewPartsType;
    }

    Hierarchy

    • TopViewPartsBase
      • InformationListParts
    Index

    Properties

    columnInfo: ColumnInfo

    列情報

    cssClassName?: string

    スタイルシートのクラス名

    enableHtmlTag: boolean

    HTML形式での出力可否

    hideReloadButton: boolean

    リロードボタンを表示するか?

    iconTag?: string

    アイコンタグ

    informationList: Entity[]

    お知らせ一覧

    numberOfDisplay?: number

    お知らせ一覧の表示件数

    partsRuntimeId: string

    PartsRuntimeID

    passwordWarnAreaStyleClass?:
        | "info"
        | "warning"
        | "error"
        | "info-outline"
        | "warning-outline"
        | "error-outline"

    パスワード警告表示領域スタイルクラス

    passwordWarnIcon?: string

    パスワード警告アイコン

    passwordWarningMessage?: string

    パスワードの有効期限警告メッセージ

    remainDays?: number

    パスワード期限までの残日数

    shouldWarn: boolean

    警告を出すか否か?

    showWarningPasswordAge: boolean

    パスワードの有効期限警告を表示するか?

    style?: string

    スタイルシートのクラス名(今後削除予定)

    title?: string

    タイトル

    TopViewPartsタイプ