mcbopomofoweb
    Preparing search index...

    Represents a feature with a name and a function to determine the next input state.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    name: string

    The name of the feature.

    nextState: () => InputState

    A function that returns the next input state.

    Methods