🦔

[Stimulus&jsDoc] いい感じにvaluesとかを定義したい

に公開

やっと見つけた

export default class MapsController extends Controller {
    static values = {
        iconUrl: String
    };

    /** @type {boolean} */
    // @ts-ignore
    iconUrlValue = this.iconUrlValue;

    /** @type {boolean} */
    // @ts-ignore
    hasIconUrlValue = this.hasIconUrlValue;
}

Discussion