Hex Core JS
    Preparing search index...

    Type Alias UseAppLoggingArgs

    type UseAppLoggingArgs = {
        initializeFields?: TypeOrFunction<Log.Fields>;
        navigationFields?: TypeOrFunction<Log.Fields>;
        resizeFields?: TypeOrFunction<Log.Fields>;
    }
    Index

    Properties

    initializeFields?: TypeOrFunction<Log.Fields>
    navigationFields?: TypeOrFunction<Log.Fields>
    resizeFields?: TypeOrFunction<Log.Fields>