JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Interface StylePropertyMapReadOnlyIterator<T>

    interface StylePropertyMapReadOnlyIterator<T> {
        "[dispose]"(): void;
        "[iterator]"(): StylePropertyMapReadOnlyIterator<T>;
        next(...__namedParameters: [] | [unknown]): IteratorResult<T, any>;
        return?(value?: any): IteratorResult<T, any>;
        throw?(e?: any): IteratorResult<T, any>;
    }

    Type Parameters

    • T

    Hierarchy

    Index
    • Returns void

    • Parameters

      • ...__namedParameters: [] | [unknown]

      Returns IteratorResult<T, any>

    • Parameters

      • Optionalvalue: any

      Returns IteratorResult<T, any>

    • Parameters

      • Optionale: any

      Returns IteratorResult<T, any>