LWT JavaScript API
    Preparing search index...

    Column visibility settings.

    interface ColumnVisibility {
        romanization: boolean;
        score: boolean;
        sentence: boolean;
        status: boolean;
        tags: boolean;
        translation: boolean;
    }
    Index

    Properties

    romanization: boolean
    score: boolean
    sentence: boolean
    status: boolean
    tags: boolean
    translation: boolean