/** * Returns the constant strings from MigrationWizardConstants.DISPLAYED_RESOURCE_TYPES * that aren't also part of MigrationWizardConstants.PROFILE_RESET_ONLY_RESOURCE_TYPES. * * This is the set of resources that the user can actually choose to migrate via * checkboxes. * * @returns {string[]}
*/ function getChoosableResourceTypes() { return Object.keys(MigrationWizardConstants.DISPLAYED_RESOURCE_TYPES).filter(
resourceType =>
!MigrationWizardConstants.PROFILE_RESET_ONLY_RESOURCE_TYPES[resourceType]
);
}
Messung V0.5
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.