createEditMediaButton(options?: { action?: string; }): { key: string; component: any; props: ({ id, entry }: NodeContext, { updateEntryState }: EntryListFunctions) => { buttonPart: string; states: ({ codes: string[]; button: TemplateNode; progress?: undefined; } | { codes: string[]; progress: boolean; button: TemplateNode; })[]; }; }

Parameters

options