@farmart-tech/brave-react-adapter
    Preparing search index...

    Interface WindowReaderContextType

    interface WindowReaderContextType {
        configs: Record<string, FeatureConfig> | null;
        connection: TConnection;
        error: Error | null;
        getConfig: (key: string) => FeatureConfig | null;
        loading: boolean;
        reader: WindowReader;
        refetchConfigs: () => void;
        updateWindowReaderConfig: (config: Partial<IFeatureReaderOptions>) => void;
        updateWorkspace: (ws: string) => void;
        windowReaderConfig: IFeatureReaderOptions;
    }
    Index

    Properties

    configs: Record<string, FeatureConfig> | null
    connection: TConnection
    error: Error | null
    getConfig: (key: string) => FeatureConfig | null
    loading: boolean
    reader: WindowReader
    refetchConfigs: () => void
    updateWindowReaderConfig: (config: Partial<IFeatureReaderOptions>) => void
    updateWorkspace: (ws: string) => void
    windowReaderConfig: IFeatureReaderOptions