@situm/react-native
    Preparing search index...

    Interface ViewerConfigItem

    interface ViewerConfigItem {
        key: string;
        value: any;
    }
    Index

    Properties

    Properties

    key: string

    A dot notation key referring to all the keys related to internal ConfigState of the viewer.

    value: any

    The value that we want to set for the corresponding ConfigState key.