Sporades SDK API
    Preparing search index...

    Type Alias InfernoObservedAdapter

    Native Inferno mount and unmount lifecycle owned by an observed adapter.

    type InfernoObservedAdapter = {
        componentDidMount(): void;
        componentWillUnmount(): void;
    }
    Index