Como devo usar a nova opção estática para o @ViewChild no Angular 8?

Como devo configurar o novo filho da visualização Angular 8? @ViewChild('searchText', {read: ElementRef, static: false}) public searchTextInput: ElementRef; vs @ViewChild('searchText', {read: ElementRef, static: true}) public searchTextInput: ElementRef; Qual é melhor? Quando devo usar...