setTitle()

in src/panels/text.ts [66:68]


    setTitle(title: string) {
        this.state.title = title;
    }