mithril-materialized
    Preparing search index...

    Interface Focusable

    Represents a component that can be focused

    interface Focusable {
        blur(): void;
        focus(): void;
    }
    Index

    Methods

    Methods