blockly > Toolbox > shouldSelectItem_
Metode Toolbox.harusSelectItem_()
Menentukan apakah item baru harus dipilih.
Tanda Tangan:
protected shouldSelectItem_(oldItem: ISelectableToolboxItem | null, newItem: ISelectableToolboxItem | null): boolean;
Parameter
Parameter | Jenis | Deskripsi |
---|---|---|
oldItem | ISelectableToolboxItem | null (kosong) | Item toolbox yang telah dipilih sebelumnya. |
newItem | ISelectableToolboxItem | null (kosong) | Item toolbox yang baru dipilih. |
Hasil:
boolean
True jika item baru harus dipilih, false jika tidak.