Constructors

Properties

Constructors

Properties

clean: ((state) => ARBaseState) = clean

Type declaration

    • (state): ARBaseState
    • Clean raw state with multiple processes to make data more handlable within Client App example: add ids to Activities It's alread calls from most of SDK functions, should only be needed when importing a raw state

      Parameters

      Returns ARBaseState

getFullState: ((partialState) => ARBaseState) = getFullState

Type declaration

    • (partialState): ARBaseState
    • Get a full state from a partial state (ie: fill missing properties with default values)

      Parameters

      Returns ARBaseState

Generated using TypeDoc