Preview: action-has-component.js
Size: 210 B
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/adminjs/lib/frontend/interfaces/action/action-has-component.js
export const actionHasDisabledComponent = action => typeof action.component !== 'undefined' && action.component === false; export const actionHasCustomComponent = action => typeof action.component === 'string';
Directory Contents
Dirs: 0 × Files: 11