XYO Platform SDK - v3.10.6
    Preparing search index...

    Interface State<T>

    interface State<T extends StateDictionary = StateDictionary> {
        state: T;
    }

    Type Parameters

    Index

    Properties

    Properties

    state: T