Markupless Documentation - v0.4.3
    Preparing search index...

    Interface State<T>

    Represents a reactive state wrapper.

    interface State<T> {
        "[STATE_SYMBOL]": boolean;
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    "[STATE_SYMBOL]": boolean
    value: T