MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / createFieldsFromConfig

Function createFieldsFromConfig

src/modals/TaskModal.ts:731–741  ·  view source on GitHub ↗
(container: HTMLElement, config: ModalFieldsConfigLike)

Source from the content-addressed store, hash-verified

729 }
730
731 protected createFieldsFromConfig(container: HTMLElement, config: ModalFieldsConfigLike): void {
732 renderTaskModalFieldGroups({
733 container,
734 config,
735 isCreationMode: this.isCreationMode(),
736 fieldRenderers: this.getFieldRenderers(),
737 renderUserField: (fieldContainer, fieldConfig) => {
738 this.createUserFieldByConfig(fieldContainer, fieldConfig);
739 },
740 });
741 }
742
743 protected createField(container: HTMLElement, fieldConfig: ModalFieldConfigLike): void {
744 renderTaskModalField({

Callers

nothing calls this directly

Calls 2

isCreationModeMethod · 0.80

Tested by

no test coverage detected