Interface CustomEditorSelector

interface CustomEditorSelector {
    filenamePattern?: string;
}

Properties

Properties

filenamePattern?: string