Contains additional options for how a scoreboard should be displayed within its display slot.
export interface ScoreboardObjectiveDisplayOptions { objective: ScoreboardObjective; sortOrder?: ObjectiveSortOrder;} Copy
export interface ScoreboardObjectiveDisplayOptions { objective: ScoreboardObjective; sortOrder?: ObjectiveSortOrder;}
Objective to be displayed.
Optional
The sort order to display the objective items within.
Contains additional options for how a scoreboard should be displayed within its display slot.
Source