Kizuki
    Preparing search index...

    Interface Message

    A message an action sent back.

    interface Message {
        kind: MessageKind;
        text: string;
    }
    Index

    error if the action failed, done if it worked.

    text: string

    The words shown on the page.