@hmiproject/helio-sdk
    Preparing search index...

    Type Alias ServerStateInfo

    type ServerStateInfo = {
        canWrite: boolean;
        loading: boolean;
    }
    Index

    Properties

    Properties

    canWrite: boolean

    true if the value can currently be set

    loading: boolean

    true while the value is being fetched from the server.