Chartbreaker
    Preparing search index...

    Type Alias GenericTableRowEntry

    type GenericTableRowEntry = {
        caption: string;
        id?: string;
        isImportant?: boolean;
        value: GenericTableRowValue;
    }
    Index

    Properties

    caption: string
    id?: string
    isImportant?: boolean