Black Trigram (흑괘) - API Documentation - v0.2.10
    Preparing search index...

    Interface LoadingState

    interface LoadingState {
        isLoading: boolean;
        message?: KoreanText;
        progress?: number;
    }
    Index

    Properties

    isLoading: boolean
    message?: KoreanText
    progress?: number