Type alias ProfileActionOverride

ProfileActionOverride: {
    actionName: string;
    content?: string | null;
    formFactor: string;
    pageOrSobjectType: string;
    recordType?: string | null;
    type: string;
}

Type declaration

  • actionName: string
  • Optional content?: string | null
  • formFactor: string
  • pageOrSobjectType: string
  • Optional recordType?: string | null
  • type: string