Preparing search index...

    Type Alias bulletListDataType

    Data structure for bullet list text rendering Supports both single and multiple data display modes

    type bulletListDataType = {
        multiplesData: boolean;
        bulletListData: string[];
        shortData: string;
    }
    Index

    Properties

    multiplesData: boolean

    Whether to display multiple data items

    bulletListData: string[]

    Array of text items for bullet list display

    shortData: string

    Single text item for simple display